From 9b225aafa650a49fc7b7db3121e2817eea7e570e Mon Sep 17 00:00:00 2001 From: Christian Galo Date: Sat, 11 Sep 2021 16:46:11 -0400 Subject: [PATCH] Hugo site built --- .gitmodules | 3 +++ archetypes/default.md | 6 ++++++ config.yaml | 5 +++++ content/pages/welcome.md | 6 ++++++ themes/PaperMod | 1 + 5 files changed, 21 insertions(+) create mode 100644 .gitmodules create mode 100644 archetypes/default.md create mode 100644 config.yaml create mode 100644 content/pages/welcome.md create mode 160000 themes/PaperMod diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..89af1b0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/PaperMod"] + path = themes/PaperMod + url = https://github.com/adityatelange/hugo-PaperMod.git diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..35c0fa1 --- /dev/null +++ b/config.yaml @@ -0,0 +1,5 @@ +baseURL: "https://wiki.cafe/" +languageCode: "en-us" +title: "Wiki Cafe" +theme: "PaperMod" + diff --git a/content/pages/welcome.md b/content/pages/welcome.md new file mode 100644 index 0000000..4de6c86 --- /dev/null +++ b/content/pages/welcome.md @@ -0,0 +1,6 @@ +--- +title: "Welcome" +date: 2021-09-11T16:08:39-04:00 +draft: false +--- + diff --git a/themes/PaperMod b/themes/PaperMod new file mode 160000 index 0000000..4e9b047 --- /dev/null +++ b/themes/PaperMod @@ -0,0 +1 @@ +Subproject commit 4e9b04784bac6bbaabecdffc9fe6e513787b66d9