From: Sergey Matveev Date: Sun, 17 Jan 2016 12:26:39 +0000 (+0300) Subject: Blog creation X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=bb606c408722fb6cc6ef5678619213781c4390f7;p=stargrave-blog.git Blog creation I decided to try blog creation, some kind of diary. It is based on simple Git commits and their Web-interface rendering. It allows quickly and conveniently make posts through the command line, without online network access. cgit provides out-of-box Atom (RSS) feeds, that is must-have for the blog. And I can add various files in the context of single commit. ---