Inital commit with test site

This commit is contained in:
Abdulkadir Furkan Şanlı
2019-11-04 09:12:41 +01:00
commit 75fdc7bd46
37 changed files with 1360 additions and 0 deletions

6
archetypes/default.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---