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

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaud LeprĂȘtre <thibaud.lepretre@gmail.com>2017-01-08 13:03:55 +0300
committerThibaud LeprĂȘtre <thibaud.lepretre@gmail.com>2017-01-08 13:03:55 +0300
commit0e841b37e2cdaa57cd242ddcb6af5f930ef36ad8 (patch)
tree81c21d69e3e6986a556dba0ca968926d19466c53 /archetypes
parent346248a56e7d462b6f51959ddb8800d4fd13b774 (diff)
Add basic post archetype
fixes #76
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/post.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/archetypes/post.md b/archetypes/post.md
new file mode 100644
index 0000000..560f4ff
--- /dev/null
+++ b/archetypes/post.md
@@ -0,0 +1,15 @@
+---
+title: "New Post"
+date: 2015-05-28
+categories:
+- category
+- subcategory
+tags:
+- tag1
+- tag2
+keywords:
+- tech
+#thumbnailImage: //example.com/image.jpg
+---
+
+<!-- more /--> \ No newline at end of file