-
released this
2021-02-12 19:37:25 -06:00 | 159 commits to master since this releasev1.0.1
Miscellaneous
- Tweak the appearance of footnotes.
Downloads
-
released this
2021-02-12 12:51:43 -06:00 | 160 commits to master since this releasev1.0.0
It's getting to be time for me to call this software release for real, so I'm dubbing this code v1.0.0.
Features
- More Markdown extensions are loaded, yielding less HTML in the Markdown files and other stuff like footnotes.
Improvements
- More CSS styling for header images, inline images, footnotes, and text color tweaks.
Bugfixes
- The Markdown parser is initialized on each page, due to how the footnote extension keeps references over its lifetime.
- HTML section tags replaced with divs, to pass actual HTML validation
Downloads
-
released this
2021-01-22 09:51:53 -06:00 | 179 commits to master since this releasev0.3.4
Features
- mdx-linkify added to project and settings, to turn bare URLs into links in Markdown
Downloads
-
released this
2021-01-17 23:58:57 -06:00 | 180 commits to master since this releasev0.3.3
Improvements
- Title, description, and image metadata are read from Markdown files and added as OpenGraph meta tags.
- URL OpenGraph meta tag is generated from the request host and path.
Downloads
-
v0.3.2 - even more styling Stable
released this
2020-12-14 16:26:08 -06:00 | 182 commits to master since this releasev0.3.2
Improvements
- CSS support for figures aka inline image things, from polycephaly
- Slight improvements to splash images, esp. on small mobile devices
Downloads
-
released this
2020-12-08 18:56:49 -06:00 | 184 commits to master since this releasev0.3.1
Improvements
- Miscellaneous tweaks to the light and dark themes, improved readability
- Site renders better on mobile devices
- Some CSS in support of page splash images
Downloads
-
released this
2020-10-30 00:19:19 -05:00 | 194 commits to master since this releasev0.3.0
New Features
- Light and dark styles can be chosen by the user and retained in a cookie
- Markdown extensions can be provided via
config.py
Downloads
-
released this
2020-10-25 18:05:48 -05:00 | 196 commits to master since this releasev0.2.2
Bugfixes
- Fix the white background on pages longer than the viewport.
Downloads
-
released this
2020-10-25 17:48:19 -05:00 | 197 commits to master since this releasev0.2.1
Improvements
- Site style has been tweaked to have max width and some sidebars, to aid long text readability
Miscellaneous
- tox.ini improvements: run py38 tests, flake8-logging-format, dlint, flake8-mutable, bandit
Downloads
-
released this
2020-06-19 20:23:23 -05:00 | 208 commits to master since this releasev0.2.0
New Features
- If /foo is requested, but it's actually a directory, redirect the client to /foo/.
Miscellaneous
- Add tox.ini with a lot of flake8 and consequently some cleanups (mostly in docstrings).
Downloads