Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/tastaturtier/someparts-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro Leuchter <sandro.leuchter@dama.io>2020-02-12 17:07:43 +0300
committerSandro Leuchter <sandro.leuchter@dama.io>2020-02-12 17:07:43 +0300
commitf7ebaf7c68837103a80459497fc4b14928a6b03c (patch)
treee95b5d3ea29f623f2d90f0548f2d256502b3081f
parent433f4161cbc1e55e89768dcf4c145d60e4ba5c64 (diff)
N/A
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 65b5eb9..31cdcd6 100644
--- a/README.md
+++ b/README.md
@@ -78,10 +78,12 @@ The following predefined front matter variables are suported:
- **``date``** [*optional*], **``lastmod``** [*optional*], **``publishDate``** [*optional*] *(format: ``2019-12-31``)*: will be used as the last modification date which is displayed at the bottom of this page. There are rules how the lastmodified date is derived. The rules proposed in the [``exampleSite/config.yaml``](exampleSite/config.yaml) state that if ``date`` metadata is set in front matter this will be the lastmodified date. If it is not provided, then information from the git configuration management system is used instead.
- frontmatter:
- lastmod:
- - date
- - :git
+```
+frontmatter:
+ lastmod:
+ - date
+ - :git
+```
The content after the front matter will be displayed below the headline and above the automatically generated list of parts.