Initialize new hugo site
This commit is contained in:
parent
1175c75c37
commit
fca4ff33c9
2 changed files with 8 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
|
||||||
|
+++
|
3
hugo.yaml
Normal file
3
hugo.yaml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
baseURL: https://this.ven.uber.space/
|
||||||
|
languageCode: en-us
|
||||||
|
title: this.ven
|
Loading…
Reference in a new issue