Author: Pedro Lucas Porcellis <porcellis@eletrotupi.com>
all: document meta parsing
README.md | 3 +++
diff --git a/README.md b/README.md index 534855115790e3d563660c1d3281b000cf334dc8..b1aa8e5effd7d6e3e0442ad5ef7120b037c5542e 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ A wiki, is just a folder containing some markdown files. hidrocor will parse and turn them into simple pages, and link any `/*.md` contained inside the same folder. You can mantain these wikis as a git repository for collaboration. +hidrocor will also parse any YAML meta tag and lookup for a `title` to display +as the title of page and wiki. + You'll need to supply the path of the wiki via the flag `--wiki`, and override the system service via `/etc/conf.d/hidrocor`.