• v0.0.5 da2476bbda

    bss released this 2020-04-05 10:25:46 -05:00 | 199 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 | 200 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 | 204 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 | 206 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 | 208 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