fakestache-ssg

[Archived] A static site generator in Bash 4.
Log | Files | Refs | Submodules | README

commit a9207f4f1337983f4f664eb00b881843d3e56b02
parent a471e6fab00a8ba098b9f3b181ce61617b025ac5
Author: Hugo Soucy <hugo.soucy@savoirfairelinux.com>
Date:   Thu, 16 Mar 2017 14:23:00 -0400

Modify the templates section of the doc.

Diffstat:
MREADME.md | 30++++++++++++++++--------------
1 file changed, 16 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md @@ -64,20 +64,22 @@ the [mustache template engine](http://mustache.github.io/) flexibility to build your theme. When you build your project FakeStache converts mustache templates to pandoc HTML templates. -A lot of params in `config/site.cfg` are included during the creation -of the pandoc's templates by mustache. - -* `templates` - * `mustache/` - * `partials/` - * `head.mustache` - * `feed/` - * `feed-entry.mustache` - * `feed.mustache` - * `default-index.inc.mustache` - * `default-index.mustache` - * `default.mustache` - * `index.mustache` +A lot of params in `config/site.cfg` are includes by mustache during +the creation of the pandoc's templates. + +* ./templates + * mustache/ + * partials/ + * head.mustache + * feed/ + * feed-entry.mustache + * feed.mustache + * default-index.inc.mustache + * default-index.mustache + * default.mustache + * index.mustache + * pandoc + * _empty: dynamically created_ <!-- ## Architecture of Fakestache SSG -->