summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules9
-rw-r--r--archetypes/default.md15
-rw-r--r--config.toml5
m---------themes/PaperMod0
m---------themes/hugo-book0
m---------themes/hugo-flex0
m---------themes/vnovel0
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