commit dbfbaf942dcabddf81506b1bf0e8485a085b83a7 parent 0969b32bfebb1d71de9fe846bb218abb764fd108 Author: Frederic Cambus <fred@statdns.com> Date: Tue, 28 Jun 2016 13:48:48 +0200 Documentation update (features) Diffstat:
M | README.md | | | 14 | +++++++++++++- |
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -2,9 +2,21 @@ Motyl is an opinionated static site generator written in Lua. It uses Mustache as templating system, and all content is written in Markdown. +For the record, motyl means butterfly in Polish. + +## Features + +- Small and easy to understand code (only 130 sloc) +- Minimal dependencies (only four Lua rocks) +- Pages and posts written in Markdown +- Templates are logic-less and use Mustache +- Support for categories +- Customizable URLs (constructed from filename) +- Atom feed generator + ## Requirements -Motyl requires Lua and Make. +Motyl requires Lua 5.1+ and Make. ### Lua modules