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

github.com/themefisher/persian-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomrat <monnaf37@gmail.com>2020-06-15 08:13:15 +0300
committersomrat <monnaf37@gmail.com>2020-06-15 08:13:15 +0300
commit756387e8f4dcc638259f983f660b144b0230629f (patch)
treef63d665d591aa69bb00ae0888c971f3e6afec9d5 /archetypes
initialize template
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..3a332ec
--- /dev/null
+++ b/archetypes/default.md
@@ -0,0 +1,7 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+draft: true
+# description
+description: "This is meta description"
+--- \ No newline at end of file