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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <ccwangchn@gmail.com>2020-05-26 17:54:16 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-05-26 17:54:16 +0300
commit4e0b5c0747baf1be4a68e120e64f29e9d270c2ed (patch)
treebd1740ed5f936c3ebae5488d10c82afcf47c4fc8 /archetypes
parent9683947ad473ecece505ede70ee731e4b290d92d (diff)
refactor: change exampleSite
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md17
1 files changed, 12 insertions, 5 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index 8e4b597..d8940ee 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,5 +1,12 @@
----
-title: "{{ replace .Name "-" " " | title }}"
-date: {{ .Date }}
-draft: true
---- \ No newline at end of file
++++
+title = "{{ replace .Name "-" " " | title }}"
+summary = ""
+toc = true
+authors = []
+tags = []
+categories = []
+series = []
+date = {{ .Date }}
+lastmod = {{ .Date }}
+draft = false
++++ \ No newline at end of file