log

age author description
Wed, 29 Jul 2015 09:00:28 -0700 Ludovic Chabant Added tag 2.0.0b1 for changeset c3c1171679de
Wed, 29 Jul 2015 08:58:51 -0700 Ludovic Chabant prepare: Fix the RSS template. 2.0.0b1
Wed, 29 Jul 2015 08:58:41 -0700 Ludovic Chabant templating: Add `now` global to Jinja, improve date error message.
Tue, 28 Jul 2015 23:56:09 -0700 Ludovic Chabant tests: Help the Yaml loader figure out the encoding on Windows.
Tue, 28 Jul 2015 22:16:22 -0700 Ludovic Chabant cm: Re-fix Mac file-system wrappers.
Tue, 28 Jul 2015 22:09:13 -0700 Ludovic Chabant bug: Of course I broke something. Some exceptions need to pass through Jinja.
Tue, 28 Jul 2015 21:50:57 -0700 Ludovic Chabant bug: Fix file-system wrappers for non-Mac systems.
Tue, 28 Jul 2015 21:36:59 -0700 Ludovic Chabant bug: Forgot to add a new file like a big n00b.
Tue, 28 Jul 2015 21:36:00 -0700 Ludovic Chabant cm: Add `unidecode` to requirements.
Tue, 28 Jul 2015 21:25:08 -0700 Ludovic Chabant serve: Improve Jinja rendering error reporting.
Tue, 28 Jul 2015 21:24:10 -0700 Ludovic Chabant serve: Don't show the same error message twice.
Tue, 28 Jul 2015 21:23:50 -0700 Ludovic Chabant serve: Say what page a rendering error happened in.
Tue, 28 Jul 2015 21:23:11 -0700 Ludovic Chabant config: Make sure `site/auto_formats` has at least `html`.
Tue, 28 Jul 2015 18:34:21 -0700 Ludovic Chabant bake/serve: Improve support for unicode, add slugification options.
Tue, 28 Jul 2015 18:29:41 -0700 Ludovic Chabant cosmetic: Remove debug print here too.
Tue, 28 Jul 2015 18:10:00 -0700 Ludovic Chabant cosmetic: Remove debug printing.
Mon, 27 Jul 2015 00:48:19 -0700 Ludovic Chabant serve: Improve error reporting when pages are not found.
Mon, 27 Jul 2015 00:47:55 -0700 Ludovic Chabant internal: Return `None` instead of raising an exception when finding pages.
Sun, 26 Jul 2015 23:16:15 -0700 Ludovic Chabant internal: Improve handling of taxonomy term slugification.
Sun, 26 Jul 2015 23:05:04 -0700 Ludovic Chabant tests: Fix processing test after adding `PygmentsStyleProcessor`.
Sun, 26 Jul 2015 09:54:19 -0700 Ludovic Chabant docs: Use fenced code block syntax.
Sun, 26 Jul 2015 09:53:59 -0700 Ludovic Chabant docs: Add some syntax highlighting to tutorial pages.
Sun, 26 Jul 2015 09:53:09 -0700 Ludovic Chabant docs: Make code prettier :)
Sun, 26 Jul 2015 09:52:50 -0700 Ludovic Chabant docs: Always use Pygments styles. Use the new CSS generation processor.
Sun, 26 Jul 2015 09:47:33 -0700 Ludovic Chabant docs: Configure fenced code blocks in Markdown with Pygments highlighting.
Sun, 26 Jul 2015 09:46:49 -0700 Ludovic Chabant formatting: Add support for Markdown extension configs.
Sat, 25 Jul 2015 22:00:27 -0700 Ludovic Chabant bake: Add a processor to generate a Pygments style CSS file.
Sat, 25 Jul 2015 21:55:26 -0700 Ludovic Chabant templating: `highlight_css` can be passed the name of a Pygments style.
Sat, 25 Jul 2015 00:48:25 -0700 Ludovic Chabant bug: Fix a crash with the `ordered` page source when sorting pages.
Sat, 25 Jul 2015 00:47:27 -0700 Ludovic Chabant docs: Add some API documentation.