From 96b450cdac58a8ff7312c1528cddf1e14281eeba Mon Sep 17 00:00:00 2001 From: Nils Jakobi Date: Sun, 2 Feb 2020 12:14:29 +0100 Subject: [PATCH] first draft --- .gitmodules | 3 +++ archetypes/default.md | 6 ++++++ config.yaml | 35 +++++++++++++++++++++++++++++++++++ public/categories/index.xml | 14 ++++++++++++++ public/index.xml | 14 ++++++++++++++ public/sitemap.xml | 17 +++++++++++++++++ public/tags/index.xml | 14 ++++++++++++++ themes/aerial | 1 + 8 files changed, 104 insertions(+) create mode 100644 .gitmodules create mode 100644 archetypes/default.md create mode 100644 config.yaml create mode 100644 public/categories/index.xml create mode 100644 public/index.xml create mode 100644 public/sitemap.xml create mode 100644 public/tags/index.xml create mode 160000 themes/aerial diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b264ce4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/aerial"] + path = themes/aerial + url = https://github.com/ErikFWinter/aerial 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.yaml b/config.yaml new file mode 100644 index 0000000..59818c4 --- /dev/null +++ b/config.yaml @@ -0,0 +1,35 @@ +{ + baseURL: "http://example.org/", + languageCode: "en-us", + title: "E. S. Stinnesbeck", + theme: "aerial", + params: { + name: "E. S. Stinnesbeck", + about: "Huebsches Mausi  •  Kleines Mausi  •  Sexy Mausi", + copyright: "E. S. Stinnesbeck", + bg_scroll: "asdasd", + favicon: "favicon.ico", + social: [ + { + medium: "Amazon", + icon: "fab fa-amazon", + link: "https://www.amazon.de/E.S.-Stinnesbeck/e/B081Y45G7T" + }, + { + medium: "Spreadshirt", + icon: "fas fa-tshirt", + link: "https://shop.spreadshirt.de/curiositiesofnature" + }, + { + medium: "ResearchGate", + icon: "fab fa-researchgate", + link: "https://www.researchgate.net/profile/Eva_Stinnesbeck" + }, + { + medium: "Email", + icon: "far fa-envelope", + link: "mailto:susi@stinnesbeck.de" + } + ] + } +} diff --git a/public/categories/index.xml b/public/categories/index.xml new file mode 100644 index 0000000..bc21b30 --- /dev/null +++ b/public/categories/index.xml @@ -0,0 +1,14 @@ + + + + Categories on My New Hugo Site + http://example.org/categories/ + Recent content in Categories on My New Hugo Site + Hugo -- gohugo.io + en-us + + + + + + \ No newline at end of file diff --git a/public/index.xml b/public/index.xml new file mode 100644 index 0000000..c21cf54 --- /dev/null +++ b/public/index.xml @@ -0,0 +1,14 @@ + + + + My New Hugo Site + http://example.org/ + Recent content on My New Hugo Site + Hugo -- gohugo.io + en-us + + + + + + \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..f4b60c8 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,17 @@ + + + + + http://example.org/categories/ + + + + http://example.org/ + + + + http://example.org/tags/ + + + \ No newline at end of file diff --git a/public/tags/index.xml b/public/tags/index.xml new file mode 100644 index 0000000..d6af3f8 --- /dev/null +++ b/public/tags/index.xml @@ -0,0 +1,14 @@ + + + + Tags on My New Hugo Site + http://example.org/tags/ + Recent content in Tags on My New Hugo Site + Hugo -- gohugo.io + en-us + + + + + + \ No newline at end of file diff --git a/themes/aerial b/themes/aerial new file mode 160000 index 0000000..45bcb4f --- /dev/null +++ b/themes/aerial @@ -0,0 +1 @@ +Subproject commit 45bcb4fb05feaced64e10ee7452f23ada046de6d