diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..54ec000 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/papercss-hugo-theme"] + path = themes/papercss-hugo-theme + url = https://github.com/zwbetz-gh/papercss-hugo-theme.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.toml b/config.toml new file mode 100644 index 0000000..5a680ff --- /dev/null +++ b/config.toml @@ -0,0 +1,4 @@ +baseURL = "https://xd0.de/doc/" +languageCode = "de-DE" +title = "xd0.de" +theme = "papercss-hugo-theme" diff --git a/themes/papercss-hugo-theme b/themes/papercss-hugo-theme new file mode 160000 index 0000000..e1d923b --- /dev/null +++ b/themes/papercss-hugo-theme @@ -0,0 +1 @@ +Subproject commit e1d923b860693e59638797c8d4639252b51d9cbb