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

github.com/curttimson/hugo-theme-dopetrope.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2018-02-19 00:10:21 +0300
committerCurtis Timson <curt@live.co.uk>2018-02-19 00:10:21 +0300
commit07572972a65c7ee324e6168a5a073da993c23abd (patch)
treee69f5945c373fd54d511e24b1d54d15698deaaf4
parent0e6f05bf2f738196eb738c256b7cee2b22363df0 (diff)
:memo: Add Front Matter documentation
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1a03c13..5487314 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,19 @@ See the demo's configuration as an example:
https://github.com/curttimson/hugo-theme-dopetrope/blob/master/exampleSite/config-prod.toml
+### Front Matter
+
+ - `description`
+ - `date`
+ - `thumbnail`
+ - `image`
+ - `title`
+ - `slug`
+ - `author`
+ - `draft`
+ - `disqusid` - See [Blog Comments](#blog-comments)
+ - `hidesidebar` - Set to false to hide the sidebar on specific pages
+
### Blog Comments
Blog comments are supported by Disqus. Once set up comments will be displayed on the blog posts as well as a count on the homepage.