chore(docs): set up initial Hugo scaffolding
This commit is contained in:
parent
dd418c872a
commit
5e653407f2
9 changed files with 32 additions and 2 deletions
5
docs/archetypes/default.md
Normal file
5
docs/archetypes/default.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
date = '{{ .Date }}'
|
||||
draft = true
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
+++
|
||||
Loading…
Add table
Add a link
Reference in a new issue