create hugo

This commit is contained in:
logic
2022-03-03 20:45:21 +08:00
commit fd723d58a1
8 changed files with 1443 additions and 0 deletions

6
archetypes/default.md Normal file
View File

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