• v0.1.1 5994b73b2e

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

    v0.1.1

    Improvements

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

    bss released this 2020-05-28 17:00:58 -05:00 | 222 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 | 223 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 | 224 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
  • v0.0.5 da2476bbda

    bss released this 2020-04-05 10:25:46 -05:00 | 230 commits to master since this release

    v0.0.5

    Features

    • Markdown tables have been enabled in the parser.
    Downloads
  • v0.0.4 576ffc359c

    bss released this 2020-03-15 20:23:14 -05:00 | 231 commits to master since this release

    v0.0.4

    Features

    • There's a navigation bar on the top of the page now.

    Misc

    • Mild logging cleanups.
    Downloads
  • v0.0.3 2634c144a7

    bss released this 2020-03-08 11:48:49 -05:00 | 235 commits to master since this release

    v0.0.3

    Features

    • Files to be served directly can now be added to {instance_dir}/media/. This is for content files that shouldn't be part of the application itself, but otherwise treated like static files.

    Misc

    • Styled links a bit.
    Downloads
  • v0.0.2 337001a939

    bss released this 2020-03-07 19:43:24 -06:00 | 237 commits to master since this release

    v0.0.2

    So I noticed way too late in the day that I can't take over incorporeal.org yet. So...

    Features

    • TITLE_SUFFIX config entry to override the "incorporeal.org" that shows up in the title tag with whatever is specified.

    Misc

    • More linear/overridey config loading sequence, in support of the above.
    Downloads
  • v0.0.1 5f5301e9c9

    bss released this 2020-03-07 17:46:45 -06:00 | 239 commits to master since this release

    v0.0.1

    This is the initial release mostly includes Markdown page functionality and not much else, though there's also not a ton more I can think to add right now.

    Features

    • Pages are written by creating Markdown files in the Flask instance directory. They go live immediately.
    • A tiny amount of the normal website stuff --- templates, CSS, blah blah blah.
    Downloads