Port to hugo.

This commit is contained in:
2020-04-11 12:52:15 +05:30
parent 020a5dbc5f
commit 8c86399952
23 changed files with 105 additions and 823 deletions

6
archetypes/default.md Normal file
View File

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