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

github.com/jimfrenette/hugo-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjimfrenette <jimfrenette@yahoo.com>2019-01-24 03:48:19 +0300
committerjimfrenette <jimfrenette@yahoo.com>2019-01-24 03:51:26 +0300
commit1665de41ba5618ddfb1e4f713de3a3be0228f15a (patch)
tree5181700dc27644e1a6d50a456878814854f44055 /archetypes
initial commit
Diffstat (limited to 'archetypes')
-rwxr-xr-xarchetypes/default.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
new file mode 100755
index 0000000..81d833c
--- /dev/null
+++ b/archetypes/default.md
@@ -0,0 +1,6 @@
++++
+title = "{{ replace .TranslationBaseName "-" " " | title }}"
+date = {{ .Date }}
+tags = []
+description = ""
++++