Initial commit. Just the default site generated by 'hugo new site <SITE_NAME>'
This commit is contained in:
commit
8b5f55c7cf
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…
Reference in New Issue
Block a user