From 9569ecd0c224fffac79e2710a145d1f87c4c12e7 Mon Sep 17 00:00:00 2001 From: Admin Date: Thu, 1 Dec 2022 01:09:10 -0500 Subject: Add missing hugo files --- .gitmodules | 9 +++++++++ archetypes/default.md | 15 +++++++++++++++ config.toml | 5 +++++ themes/PaperMod | 1 + themes/hugo-book | 1 + themes/hugo-flex | 1 + themes/vnovel | 1 + 7 files changed, 33 insertions(+) create mode 100644 .gitmodules create mode 100644 archetypes/default.md create mode 100644 config.toml create mode 160000 themes/PaperMod create mode 160000 themes/hugo-book create mode 160000 themes/hugo-flex create mode 160000 themes/vnovel diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..70a0f69 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "themes/PaperMod"] + path = themes/PaperMod + url = https://github.com/adityatelange/hugo-PaperMod.git +[submodule "themes/hugo-book"] + path = themes/hugo-book + url = https://github.com/alex-shpak/hugo-book +[submodule "themes/hugo-flex"] + path = themes/hugo-flex + url = https://github.com/de-souza/hugo-flex.git diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..ddab2dc --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,15 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true + +author: +written: +firstPublished: +source: +translated: +transcription: +proofed: +copyleft: Creative Commons Attribution-ShareAlike License 2.0 +--- + diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..3427ef8 --- /dev/null +++ b/config.toml @@ -0,0 +1,5 @@ +baseURL = 'http://marx.cafe/' +languageCode = 'en-us' +title = 'Marx Cafe' +theme = 'hugo-book' + diff --git a/themes/PaperMod b/themes/PaperMod new file mode 160000 index 0000000..4bd96d6 --- /dev/null +++ b/themes/PaperMod @@ -0,0 +1 @@ +Subproject commit 4bd96d62719b044ba28380ad2cb06c57a631afca diff --git a/themes/hugo-book b/themes/hugo-book new file mode 160000 index 0000000..d5b75f4 --- /dev/null +++ b/themes/hugo-book @@ -0,0 +1 @@ +Subproject commit d5b75f4fb3aaa5c2f0209db4933a55aa634d5dfd diff --git a/themes/hugo-flex b/themes/hugo-flex new file mode 160000 index 0000000..eb5e351 --- /dev/null +++ b/themes/hugo-flex @@ -0,0 +1 @@ +Subproject commit eb5e35185457e68cdfafa90bc5eef578266bb430 diff --git a/themes/vnovel b/themes/vnovel new file mode 160000 index 0000000..d75c3ee --- /dev/null +++ b/themes/vnovel @@ -0,0 +1 @@ +Subproject commit d75c3ee00ce5e3a53fb5f78122ff68232317f2de -- cgit v1.2.3