Initial Commit
This commit is contained in:
parent
8e0a63e1ec
commit
7b823a2dd0
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
|
||||||
|
+++
|
5
hugo.toml
Normal file
5
hugo.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
baseURL = 'https://benhays.org/'
|
||||||
|
languageCode = 'en-us'
|
||||||
|
title = 'Ben Hays'
|
||||||
|
theme = "hello-friend-ng"
|
||||||
|
paginate = 10
|
1
themes/hello-friend-ng
Submodule
1
themes/hello-friend-ng
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 71cee08f56058d234e830f2ec0fd28623b8b4dbd
|
Loading…
Reference in New Issue
Block a user