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

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2020-02-05 17:07:58 +0300
committervvveiii <cntrump@gmail.com>2020-02-05 17:07:58 +0300
commit9fb8cf206afaa94c698a0451ecd3cbcdbc2370a8 (patch)
tree1ae72f7d022ace94fba83b95f71c28e357fe6fc1 /archetypes
parent01f2144e5f507030360368c614dbde8563d0029a (diff)
Add custom article cover supporting
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index ec9bc4d..4be89c5 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -5,6 +5,7 @@ lastmod = {{ .Date }}
tags = []
categories = []
imgs = []
+cover = "" # image show on top
readingTime = true # show reading time after article date
toc = true
comments = false