-
released this
2020-10-30 00:19:19 -05:00 | 208 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 | 210 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 | 211 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 | 222 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
-
v0.1.1 - style tweaks Stable
released this
2020-06-14 10:56:57 -05:00 | 233 commits to master since this releasev0.1.1
Improvements
- Give blockquote a background to help them stand out a bit (#2).
- Other miscellaneous style tweaks
Downloads
-
released this
2020-05-28 17:00:58 -05:00 | 236 commits to master since this releasev0.1.0
Improvements
- setup.py uses the pinned requirements for environment consistency.
Downloads
-
released this
2020-05-28 16:52:43 -05:00 | 237 commits to master since this releasev0.0.7
Bugfixes
- Path generation in the navbar needs a leading /, the tests were misleading.
Downloads
-
released this
2020-05-28 12:18:28 -05:00 | 238 commits to master since this releasev0.0.6
Improvements
- The nav bar now includes the current page, and makes a better attempt at displaying pages without titles.
- Minor CSS tweaks around text/line sizes and table margins.
Downloads
-
released this
2020-04-05 10:25:46 -05:00 | 244 commits to master since this releasev0.0.5
Features
- Markdown tables have been enabled in the parser.
Downloads
-
released this
2020-03-15 20:23:14 -05:00 | 245 commits to master since this releasev0.0.4
Features
- There's a navigation bar on the top of the page now.
Misc
- Mild logging cleanups.
Downloads