diff options
author | Admin <admin@marx.cafe> | 2022-12-01 01:09:10 -0500 |
---|---|---|
committer | Admin <admin@marx.cafe> | 2022-12-01 01:09:10 -0500 |
commit | 9569ecd0c224fffac79e2710a145d1f87c4c12e7 (patch) | |
tree | c1a1580e04ccb66640985efae5293c01d7487cb8 | |
parent | f7ef802c49ba83d38183dade9e2138c3bdc5c224 (diff) |
Add missing hugo files
-rw-r--r-- | .gitmodules | 9 | ||||
-rw-r--r-- | archetypes/default.md | 15 | ||||
-rw-r--r-- | config.toml | 5 | ||||
m--------- | themes/PaperMod | 0 | ||||
m--------- | themes/hugo-book | 0 | ||||
m--------- | themes/hugo-flex | 0 | ||||
m--------- | themes/vnovel | 0 |
7 files changed, 29 insertions, 0 deletions
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 +Subproject 4bd96d62719b044ba28380ad2cb06c57a631afc diff --git a/themes/hugo-book b/themes/hugo-book new file mode 160000 +Subproject d5b75f4fb3aaa5c2f0209db4933a55aa634d5df diff --git a/themes/hugo-flex b/themes/hugo-flex new file mode 160000 +Subproject eb5e35185457e68cdfafa90bc5eef578266bb43 diff --git a/themes/vnovel b/themes/vnovel new file mode 160000 +Subproject d75c3ee00ce5e3a53fb5f78122ff68232317f2d |