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

github.com/gohugoio/hugoBasicExample.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2014-05-23 23:45:21 +0400
committerspf13 <steve.francia@gmail.com>2014-05-23 23:45:21 +0400
commitc5f606805fca9162a72e0b8e74a15836f346e101 (patch)
treec6b7b1299e69c2aeffe566d740ad55a67f638f25
parent7574de4439c8554c9fe27adee4e3a273d49e0fe7 (diff)
adding archetypes to the existing themes
-rw-r--r--themes/herring-cove/archetypes/default.md5
-rw-r--r--themes/hyde/archetypes/default.md6
2 files changed, 11 insertions, 0 deletions
diff --git a/themes/herring-cove/archetypes/default.md b/themes/herring-cove/archetypes/default.md
new file mode 100644
index 0000000..b829d2e
--- /dev/null
+++ b/themes/herring-cove/archetypes/default.md
@@ -0,0 +1,5 @@
++++
+Description = ""
+Tags = []
+Categories = []
++++
diff --git a/themes/hyde/archetypes/default.md b/themes/hyde/archetypes/default.md
new file mode 100644
index 0000000..74583a2
--- /dev/null
+++ b/themes/hyde/archetypes/default.md
@@ -0,0 +1,6 @@
++++
+Description = ""
+Tags = ["Development", "golang"]
+Categories = ["Development", "GoLang"]
+menu = "main"
++++