mood : simple vibe.d based blog implementation

wobbles via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sat Aug 15 01:28:57 PDT 2015


On Friday, 14 August 2015 at 18:51:33 UTC, Dicebot wrote:
> 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 ;)

Nice work! Load times are excellent.

I've been meaning to do something like this for ages, never got 
the time.
I'll just use this now. How open to pull requests / alterations 
are you? I might try to do up a comment system for it.


More information about the Digitalmars-d-announce mailing list