Hugo site built
This commit is contained in:
commit
9b225aafa6
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "themes/PaperMod"]
|
||||
path = themes/PaperMod
|
||||
url = https://github.com/adityatelange/hugo-PaperMod.git
|
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
5
config.yaml
Normal file
5
config.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
baseURL: "https://wiki.cafe/"
|
||||
languageCode: "en-us"
|
||||
title: "Wiki Cafe"
|
||||
theme: "PaperMod"
|
||||
|
6
content/pages/welcome.md
Normal file
6
content/pages/welcome.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Welcome"
|
||||
date: 2021-09-11T16:08:39-04:00
|
||||
draft: false
|
||||
---
|
||||
|
1
themes/PaperMod
Submodule
1
themes/PaperMod
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 4e9b04784bac6bbaabecdffc9fe6e513787b66d9
|
Loading…
x
Reference in New Issue
Block a user