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

github.com/siegerts/hugo-theme-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'archetypes/post.md')
-rw-r--r--archetypes/post.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/archetypes/post.md b/archetypes/post.md
new file mode 100644
index 0000000..65f7e2c
--- /dev/null
+++ b/archetypes/post.md
@@ -0,0 +1,13 @@
++++
+title = ""
+description = ""
+tags = [
+
+ "development",
+]
+topics = [
+ "Development",
+
+]
+date = {{ .Date }}
++++