Add skeleton
This commit is contained in:
parent
3b3decf8aa
commit
d87b4fb86a
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date = {{ .Date }}
|
||||
draft = true
|
||||
+++
|
6
content/_index.md
Normal file
6
content/_index.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Home"
|
||||
date: 2023-11-08
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user