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

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYurizal Susanto <rizal.sagi@gmail.com>2017-07-03 05:59:09 +0300
committerYurizal Susanto <rizal.sagi@gmail.com>2017-07-03 05:59:09 +0300
commitb3e8217a87808b7d153afb44ed63990aedea8c07 (patch)
tree851d210e360b974c2808e0372fd91ab2333bc5ff /archetypes
parente1c90b6a2302056035acb2faf3df2849dd19ddad (diff)
Add description field to archetype
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/blog.md1
-rw-r--r--archetypes/default.md1
-rw-r--r--archetypes/work.md1
3 files changed, 3 insertions, 0 deletions
diff --git a/archetypes/blog.md b/archetypes/blog.md
index fe116e1..c96f08b 100644
--- a/archetypes/blog.md
+++ b/archetypes/blog.md
@@ -1,6 +1,7 @@
+++
title = "{{ replace .TranslationBaseName "-" " " | title }}"
date = "{{ .Date }}"
+description = "About the Post"
tags = [
"blog",
"tutorial",
diff --git a/archetypes/default.md b/archetypes/default.md
index 510d5b5..d2fb71a 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,5 +1,6 @@
+++
title = "{{ replace .TranslationBaseName "-" " " | title }}"
date = "{{ .Date }}"
+description = "About the page"
draft = true
+++
diff --git a/archetypes/work.md b/archetypes/work.md
index 1438d16..ed0dc95 100644
--- a/archetypes/work.md
+++ b/archetypes/work.md
@@ -1,6 +1,7 @@
+++
title = "{{ replace .TranslationBaseName "-" " " | title }}"
date = "{{ .Date }}"
+description = "About the work"
tags = [
"music",
"software"