Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.
/ blog Public archive

v0.6.0

Latest
Compare
Choose a tag to compare
@levlaz levlaz released this 29 Jun 07:23
· 47 commits to master since this release
  • UI Fixes
  • Update DB to use TIMESTAMP instead of DATETIME BREAKING
    • Due to SQLites inability to handle alter column, if you happen to be running a version of blog before this one, this should be considered a breaking change.
  • Add dev script to make it easier to get started locally
  • Clear cache when a post is updated
  • Add support for static pages

Static Pages

This feature allows you to create static pages. These pages will automatically show up in the navigation between Tag and RSS and will not show up in Archive or the Index page.