From da00147c05b960fd3a4263acd3dfe547adcf0369 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Tue, 21 May 2019 19:24:03 +0200 Subject: [PATCH] Fix typo, at hint to README file. Signed-off-by: Thomas Hochstein --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8da57aa..c961aee 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ I'll add some little extensions for *Nanoc* here. Simple *Nanoc* filter to add `` tags. -After reading a YAML document from `/content/_data/abbreviations.yam`, +After reading a YAML document from `/content/_data/abbreviations.yaml`, all occurences of each $abbrev are replaced by a `$fulltext` construct. @@ -22,7 +22,7 @@ look like this: --- abbreviations: - abbrev: HTML - fulltext: HyperText Markup Language + fulltext: HyperText Markup Language You'll need a (compile and) routing rule to stop the `abbreviations.yaml` from being rendered and compiled, i.e. like this: @@ -47,4 +47,5 @@ from being rendered and compiled, i.e. like this: target: '_blank', class: 'dejure' -Please see the [distribution page](https://th-h.de/net/software/nanoc-dejure/) (in German). +Please see the [distribution page](https://th-h.de/net/software/nanoc-dejure/) +(in German) or the README file in the `_doc/dejure/` directory.