Hugo site skeleton
This commit is contained in:
commit
7c81a5a0dd
3 changed files with 17 additions and 0 deletions
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
|
||||
+++
|
Loading…
Add table
Add a link
Reference in a new issue