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

gitlab.com/maxlefou/hugo.386.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax le Fou <buttbadger@gmail.com>2020-03-10 23:42:33 +0300
committerMax le Fou <buttbadger@gmail.com>2020-03-10 23:42:33 +0300
commit91868e1b282c27c2b66fc109136eb9fa00f3b017 (patch)
treeec830522590d5f29ddc5d62b0338accc2a915286 /archetypes
first commit
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
new file mode 100644
index 0000000..b62a0f9
--- /dev/null
+++ b/archetypes/default.md
@@ -0,0 +1,7 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+description: ""
+tags: []
+categories: []
+--- \ No newline at end of file