chiark / gitweb /
blog.git
7 years agocss: make text alignment work properly with .m-noindent.
Vladimír Vondruš [Wed, 23 Aug 2017 15:46:31 +0000 (17:46 +0200)]
css: make text alignment work properly with .m-noindent.

7 years agotheme: more indentation/whitespace fixes.
Vladimír Vondruš [Wed, 23 Aug 2017 15:45:50 +0000 (17:45 +0200)]
theme: more indentation/whitespace fixes.

7 years agotheme: indenting content is *wrong*.
Vladimír Vondruš [Wed, 23 Aug 2017 15:44:13 +0000 (17:44 +0200)]
theme: indenting content is *wrong*.

Because the indentation (obviously) affects stuff inside <pre> tags. All
page/article content is now unindented and wrapped in a HTML comment to
make it better visible in the source.

I don't expect article summaries to have <pre> tags inside, so that's a
non-issue.

7 years agotheme: make the output pretty indented.
Vladimír Vondruš [Wed, 23 Aug 2017 11:18:47 +0000 (13:18 +0200)]
theme: make the output pretty indented.

There will be a minifier step later anyway, but this helps debugging
(and my OCD) a lot.

7 years agoplugins: strip whitespace from render_rst filter output.
Vladimír Vondruš [Wed, 23 Aug 2017 11:18:03 +0000 (13:18 +0200)]
plugins: strip whitespace from render_rst filter output.

7 years agoplugins: added .gitignore.
Vladimír Vondruš [Tue, 11 Jul 2017 15:09:02 +0000 (17:09 +0200)]
plugins: added .gitignore.

7 years agotheme: use different setting for feed URLs.
Vladimír Vondruš [Tue, 11 Jul 2017 15:08:25 +0000 (17:08 +0200)]
theme: use different setting for feed URLs.

7 years agoInitial README.
Vladimír Vondruš [Wed, 5 Jul 2017 22:58:45 +0000 (00:58 +0200)]
Initial README.

7 years agoplugins: reST directive for linking to Doxygen docs.
Vladimír Vondruš [Tue, 4 Jul 2017 09:26:03 +0000 (11:26 +0200)]
plugins: reST directive for linking to Doxygen docs.

7 years agoplugins: reST directives for image and image grid.
Vladimír Vondruš [Tue, 4 Jul 2017 09:24:40 +0000 (11:24 +0200)]
plugins: reST directives for image and image grid.

7 years agoplugins: reST roles for linking to GL symbols and extensions.
Vladimír Vondruš [Tue, 4 Jul 2017 09:22:39 +0000 (11:22 +0200)]
plugins: reST roles for linking to GL symbols and extensions.

7 years agoplugins: reST roles for linking to GitHub articles.
Vladimír Vondruš [Tue, 4 Jul 2017 09:22:01 +0000 (11:22 +0200)]
plugins: reST roles for linking to GitHub articles.

7 years agoplugins: reST directives for m.css note/block/frame components.
Vladimír Vondruš [Tue, 4 Jul 2017 09:21:09 +0000 (11:21 +0200)]
plugins: reST directives for m.css note/block/frame components.

7 years agocss: initial dark version of Pygments style.
Vladimír Vondruš [Tue, 4 Jul 2017 09:20:34 +0000 (11:20 +0200)]
css: initial dark version of Pygments style.

7 years agoInitial version of the Pelican theme.
Vladimír Vondruš [Tue, 4 Jul 2017 09:20:08 +0000 (11:20 +0200)]
Initial version of the Pelican theme.

7 years agoInitial version of m.css grid and components, in two styles.
Vladimír Vondruš [Tue, 4 Jul 2017 09:15:56 +0000 (11:15 +0200)]
Initial version of m.css grid and components, in two styles.

7 years agohtmlsanity: Jinja2 filter for hyphenation.
Vladimír Vondruš [Tue, 4 Jul 2017 09:11:23 +0000 (11:11 +0200)]
htmlsanity: Jinja2 filter for hyphenation.

7 years agohtmlsanity: hyphenation implementation.
Vladimír Vondruš [Tue, 4 Jul 2017 09:11:05 +0000 (11:11 +0200)]
htmlsanity: hyphenation implementation.

7 years agohtmlsanity: smart quotes implementation.
Vladimír Vondruš [Tue, 4 Jul 2017 09:10:36 +0000 (11:10 +0200)]
htmlsanity: smart quotes implementation.

7 years agohtmlsanity: ability to render reST via Jinja2 filter.
Vladimír Vondruš [Tue, 4 Jul 2017 09:08:31 +0000 (11:08 +0200)]
htmlsanity: ability to render reST via Jinja2 filter.

7 years agoInitial version of Pelican HTML sanity plugin.
Vladimír Vondruš [Tue, 4 Jul 2017 09:05:11 +0000 (11:05 +0200)]
Initial version of Pelican HTML sanity plugin.

This is needed by basically everything else, so it comes first.

7 years agoInitial commit.
Vladimír Vondruš [Tue, 4 Jul 2017 09:01:19 +0000 (11:01 +0200)]
Initial commit.