From b9a92ab7491f4932c8b4754731bb4a32a5914a72 Mon Sep 17 00:00:00 2001 From: Hendrik Langer Date: Sat, 17 Apr 2021 12:26:09 +0200 Subject: [PATCH] hugo quick-start --- .gitmodules | 3 +++ archetypes/default.md | 6 ++++++ config.toml | 4 ++++ themes/papercss-hugo-theme | 1 + 4 files changed, 14 insertions(+) create mode 100644 .gitmodules create mode 100644 archetypes/default.md create mode 100644 config.toml create mode 160000 themes/papercss-hugo-theme 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