Initial commit

This commit is contained in:
2018-01-11 09:16:05 +04:00
commit db02c6922b
18 changed files with 10966 additions and 0 deletions

7
archetypes/default.md Normal file
View File

@@ -0,0 +1,7 @@
+++
title = "{{ replace .TranslationBaseName "-" " " | title }}"
date = {{ .Date }}
draft = true
tags = []
categories = []
+++

7
archetypes/posts.md Normal file
View File

@@ -0,0 +1,7 @@
+++
title = "{{ replace .TranslationBaseName "-" " " | title }}"
date = {{ .Date }}
draft = true
tags = []
categories = []
+++