From 3b85e0ca930928c2d632a597bfc6185d716b090d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Leon=20Gr=C3=BCnewald?=
<10533763+dhalucario@users.noreply.github.com>
Date: Tue, 28 May 2024 14:47:58 +0200
Subject: [PATCH] Inital commit
---
.gitmodules | 9 +++++++++
archetypes/default.md | 5 +++++
content/posts/0.0.1.md | 10 ++++++++++
hugo.toml | 4 ++++
public/categories/index.xml | 11 +++++++++++
public/index.xml | 11 +++++++++++
public/sitemap.xml | 11 +++++++++++
public/tags/index.xml | 11 +++++++++++
themes/papermod | 1 +
9 files changed, 73 insertions(+)
create mode 100644 .gitmodules
create mode 100644 archetypes/default.md
create mode 100644 content/posts/0.0.1.md
create mode 100644 hugo.toml
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/papermod
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..d6a0850
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,9 @@
+[submodule "themes/archie"]
+ path = themes/archie
+ url = https://github.com/athul/archie.git
+[submodule "themes/hugo-changelog-theme"]
+ path = themes/hugo-changelog-theme
+ url = git@github.com:jsnjack/hugo-changelog-theme.git
+[submodule "themes/papermod"]
+ path = themes/papermod
+ url = git@github.com:adityatelange/hugo-PaperMod.git
diff --git a/archetypes/default.md b/archetypes/default.md
new file mode 100644
index 0000000..c6f3fce
--- /dev/null
+++ b/archetypes/default.md
@@ -0,0 +1,5 @@
++++
+title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+date = {{ .Date }}
+draft = true
++++
diff --git a/content/posts/0.0.1.md b/content/posts/0.0.1.md
new file mode 100644
index 0000000..5a475ac
--- /dev/null
+++ b/content/posts/0.0.1.md
@@ -0,0 +1,10 @@
+---
+title: 0.0.1
+description: Description
+date: 2024-05-28
+tldr: The tl;dr;
+draft: false
+tags: ["tag", "tags"]
+---
+
+Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
diff --git a/hugo.toml b/hugo.toml
new file mode 100644
index 0000000..d35ec23
--- /dev/null
+++ b/hugo.toml
@@ -0,0 +1,4 @@
+baseURL = 'https://example.org/'
+languageCode = 'en-us'
+title = 'Büroware Changelog'
+theme = 'papermod'
diff --git a/public/categories/index.xml b/public/categories/index.xml
new file mode 100644
index 0000000..9d816e9
--- /dev/null
+++ b/public/categories/index.xml
@@ -0,0 +1,11 @@
+
+
+
+ Categories on My New Hugo Site
+ https://example.org/categories/
+ Recent content in Categories on My New Hugo Site
+ Hugo -- gohugo.io
+ en-us
+
+
+
diff --git a/public/index.xml b/public/index.xml
new file mode 100644
index 0000000..4080feb
--- /dev/null
+++ b/public/index.xml
@@ -0,0 +1,11 @@
+
+
+
+ My New Hugo Site
+ https://example.org/
+ Recent content on My New Hugo Site
+ Hugo -- gohugo.io
+ en-us
+
+
+
diff --git a/public/sitemap.xml b/public/sitemap.xml
new file mode 100644
index 0000000..66aa3f5
--- /dev/null
+++ b/public/sitemap.xml
@@ -0,0 +1,11 @@
+
+
+
+ https://example.org/categories/
+
+ https://example.org/
+
+ https://example.org/tags/
+
+
diff --git a/public/tags/index.xml b/public/tags/index.xml
new file mode 100644
index 0000000..0cc6902
--- /dev/null
+++ b/public/tags/index.xml
@@ -0,0 +1,11 @@
+
+
+
+ Tags on My New Hugo Site
+ https://example.org/tags/
+ Recent content in Tags on My New Hugo Site
+ Hugo -- gohugo.io
+ en-us
+
+
+
diff --git a/themes/papermod b/themes/papermod
new file mode 160000
index 0000000..3f50861
--- /dev/null
+++ b/themes/papermod
@@ -0,0 +1 @@
+Subproject commit 3f50861a0ced88f9b614a43662edeb4c0bc45da8