• v1.2.0 cde82ab918

    bss released this 2021-04-17 11:16:34 -05:00 | 90 commits to master since this release

    v1.2.0

    Features

    • Files can now be served directly from inside pages/, making the media/ route redundant --- it's now should be just another dir under pages/.
    • Symlinks are treated as redirects, in an attempt to try to get clients on the proper location (#7).

    Bugfixes

    • The site no longer 500s when attempting to build nav breadcrumbs on directories without an index.md (#8).

    Miscellaneous

    • Requirements bumps, mostly only affecting dev.
    • Fill in some test coverage holes.
    Downloads
  • v1.1.2 757b067e16

    bss released this 2021-03-09 09:10:33 -06:00 | 99 commits to master since this release

    v1.1.2

    Features

    • New "plain" style, which loads almost no CSS, leaving practically everything to the user agent.
    Downloads
  • v1.1.1 d89fd151ca

    bss released this 2021-02-27 00:30:32 -06:00 | 101 commits to master since this release

    v1.1.1

    Improvements

    • The favicon can be overridden (#5).
    • The display of title-less breadcrumb links is now just the leaf of the path, rather than the full path (#4).
    • The email address used in error pages can be overridden.
    Downloads
  • v1.1.0 085571e58f

    bss released this 2021-02-22 21:20:49 -06:00 | 104 commits to master since this release

    v1.1.0

    Features

    • Error pages for 400, 404, and 500 now exist.
    • Use the request path for a page as a fallback for the Title metadata.

    Improvements

    • Major (relatively speaking) rewrite of the code that turns a request path into the file to load (or redirect, or error), for sanity's sake and to improve the exception cases a bit.
    • A couple minor style consolidations due to the error pages having different skeleton HTML.

    Miscellaneous

    • Dependency bumps.
    Downloads
  • v1.0.2 b6aa125b8d

    bss released this 2021-02-13 11:07:00 -06:00 | 119 commits to master since this release

    v1.0.2

    Miscellaneous

    • Add sane_lists to Markdown extensions, fixing issues where two separate lists follow one another and Markdown gets confused.
    Downloads
  • v1.0.1 15142054da

    bss released this 2021-02-12 19:37:25 -06:00 | 120 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 | 121 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 | 140 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 | 141 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 | 143 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