• v0.3.2 b0795999fe

    bss released this 2020-12-14 16:26:08 -06:00 | 151 commits to master since this release

    v0.3.2

    Improvements

    • CSS support for figures aka inline image things, from polycephaly
    • Slight improvements to splash images, esp. on small mobile devices
    Downloads
  • v0.3.1 4042932240

    bss released this 2020-12-08 18:56:49 -06:00 | 153 commits to master since this release

    v0.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
  • v0.3.0 7cf11986c5

    bss released this 2020-10-30 00:19:19 -05:00 | 163 commits to master since this release

    v0.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
  • v0.2.2 fe7d61e1f7

    bss released this 2020-10-25 18:05:48 -05:00 | 165 commits to master since this release

    v0.2.2

    Bugfixes

    • Fix the white background on pages longer than the viewport.
    Downloads
  • v0.2.1 1398cfe3db

    bss released this 2020-10-25 17:48:19 -05:00 | 166 commits to master since this release

    v0.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
  • v0.2.0 9db5189c65

    bss released this 2020-06-19 20:23:23 -05:00 | 177 commits to master since this release

    v0.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 5994b73b2e

    bss released this 2020-06-14 10:56:57 -05:00 | 188 commits to master since this release

    v0.1.1

    Improvements

    • Give blockquote a background to help them stand out a bit (#2).
    • Other miscellaneous style tweaks
    Downloads
  • v0.1.0 29498504cc

    bss released this 2020-05-28 17:00:58 -05:00 | 191 commits to master since this release

    v0.1.0

    Improvements

    • setup.py uses the pinned requirements for environment consistency.
    Downloads
  • v0.0.7 ce06de78a8

    bss released this 2020-05-28 16:52:43 -05:00 | 192 commits to master since this release

    v0.0.7

    Bugfixes

    • Path generation in the navbar needs a leading /, the tests were misleading.
    Downloads
  • v0.0.6 beea0c80bf

    bss released this 2020-05-28 12:18:28 -05:00 | 193 commits to master since this release

    v0.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