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

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Romero <michael.robert.romero@gmail.com>2018-11-01 11:41:20 +0300
committerMichael Romero <michael.robert.romero@gmail.com>2018-11-01 11:41:20 +0300
commit010b413c862f0cb17162b3f35f5e8bce8bba2480 (patch)
tree60666e2bf07e903d27040354ca35c46d7ab61f26 /archetypes
parent1dcccecb2696a9a893a056e89e437f4b3a5d752d (diff)
Add fields to default archetype
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index c91cac3..fcf00da 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,6 +1,9 @@
---
title: "{{ replace .Name "-" " " | title }}"
+author: ""
+type: ""
date: {{ .Date }}
subtitle: ""
+image: ""
tags: []
---