mood : simple vibe.d based blog implementation
Dicebot via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Fri Aug 14 11:51:30 PDT 2015
A bit more details -
https://blog.dicebot.lv/posts/2015/08/In_the_mood_for_some_releasing
Project repo - https://github.com/Dicebot/mood
Branch which powers actual blog.dicebot.lv -
https://github.com/Dicebot/mood/tree/blog.dicebot.lv
Copy of feature list for quick overview:
- stand-alone binary with minimal external dependencies
- simple deployment under dedicated posix user
- straightforward code, minimal to none configurability - fork
instead
- basic features include publishing posts, tags and RESTful API
for data model
- with -version=MoodWithPygmentize does out of the box code
highlighting if `pygmentize` is on $PATH
- no JavaScript
- HTTPS-only
- no database needed, articles can be edited as simple Markdown
files
Feedback is always welcome but I must warn you that it can easily
take months before I address it ;)
More information about the Digitalmars-d-announce
mailing list