Serif is a file-based blogging engine with an optional admin interface
that aims to provide simplicity and flexibility.
Project homepage: GitHub - aprescott/serif: Serif is a static site generator and blogging system powered by markdown files.
Issues: Issues · aprescott/serif · GitHub
Rubygems page: serif | RubyGems.org | your community gem host
For more information, see the README:
Changes in 0.2.3
- Support drag-and-drop image uploading in the admin interface, with
customisable paths. (#18) - Generate private preview files for drafts, and generate the site on
every draft change. (#19, #24) -
serif dev
server serves 404s on missing files instead of 500
exceptions. (#22) - Warn about _config.yml auth details after
serif new
skeleton (#23) - Smarter onbeforeunload warnings that only fire if changes have been
made. (#17)