• v1.0.1 15142054da

    bss released this 2021-02-12 19:37:25 -06:00 | 159 commits to master since this release

    v1.0.1

    Miscellaneous

    • Tweak the appearance of footnotes.
    Downloads
  • v1.0.0 dc81ef35de

    bss released this 2021-02-12 12:51:43 -06:00 | 160 commits to master since this release

    v1.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
  • v0.3.4 87ad48d8d2

    bss released this 2021-01-22 09:51:53 -06:00 | 179 commits to master since this release

    v0.3.4

    Features

    • mdx-linkify added to project and settings, to turn bare URLs into links in Markdown
    Downloads
  • v0.3.3 8a6f4d6b45

    bss released this 2021-01-17 23:58:57 -06:00 | 180 commits to master since this release

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

    bss released this 2020-12-14 16:26:08 -06:00 | 182 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 | 184 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 | 194 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 | 196 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 | 197 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 | 208 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