Addet Paper-Mod Theme for Hugo as a submodule
This commit is contained in:
parent
b1c60e6925
commit
7dc90e7999
2 changed files with 8 additions and 0 deletions
5
www/archetypes/default.md
Normal file
5
www/archetypes/default.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date = {{ .Date }}
|
||||
draft = true
|
||||
+++
|
3
www/hugo.toml
Normal file
3
www/hugo.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
baseURL = 'https://example.org/'
|
||||
languageCode = 'en-us'
|
||||
title = 'My New Hugo Site'
|
Loading…
Add table
Add a link
Reference in a new issue