diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/assets/.gitkeep b/assets/.gitkeep old mode 100644 new mode 100755 diff --git a/config.toml b/config.toml new file mode 100755 index 0000000..2c2f409 --- /dev/null +++ b/config.toml @@ -0,0 +1,38 @@ +baseurl = "https://stefanma.de/" +languageCode = "en-us" +theme = "hugo-theme-terminal" +pagination.pagerSize = 5 + +[markup.goldmark.renderer] + unsafe = true + +[params] + contentTypeName = "posts" + showMenuItems = 2 + fullWidthTheme = true + centerTheme = false + favicon = "favicon.png" + [params.logo] + logoText = "Stefan Made" + logoHomeLink = "/" + +[languages] + [languages.en] + title = "NetInfection" + copyright = "" + [languages.en.params] + subtitle = "A simple, retro theme for Hugo" + keywords = "" + menuMore = "Show more" + readMore = "Read more" + readOtherPosts = "Read other posts" + + [languages.en.menu] + [[languages.en.menu.main]] + identifier = "about" + name = "About" + url = "/about" + [[languages.en.menu.main]] + identifier = "contact" + name = "Contact" + url = "/contact" diff --git a/content/.gitkeep b/content/.gitkeep old mode 100644 new mode 100755 diff --git a/content/about.md b/content/about.md new file mode 100755 index 0000000..604e816 --- /dev/null +++ b/content/about.md @@ -0,0 +1,9 @@ ++++ +title = "About" +date = "2026-02-11" +author = "Stefan" ++++ + +This website is supposed to function as a Homepage on the internet. It provides Search Engines, interesting links and the like. + +Thank you for checking it out. diff --git a/content/contact.md b/content/contact.md new file mode 100755 index 0000000..24904e2 --- /dev/null +++ b/content/contact.md @@ -0,0 +1,20 @@ ++++ +author = "Stefan" +title = "Contact" +date = "2026-02-11" ++++ + + + +You can currently contact me through: + +- XMPP: iroxol@netinfection.xyz +- ~~E-Mail: contact@netinfection.xyz~~ + +~~If my E-Mail lands in your Spam Folder, please let me know through XMPP or otherwise.~~ + +I am currently trying to fix my E-Mail Server. I might’ve lost some E-Mails. Some were received, I will answer them once I’ve fixed my server. + +Don’t expect me to answer you immediately after you’ve sent a message. \ +I expect of you to also have a life and be busy from time to time. \ +Take the internet as a tool, not as a way of consumption. diff --git a/data/.gitkeep b/data/.gitkeep old mode 100644 new mode 100755 diff --git a/hugo.toml b/hugo.toml deleted file mode 100755 index 19c8846..0000000 --- a/hugo.toml +++ /dev/null @@ -1,3 +0,0 @@ -baseURL = 'https://example.org/' -locale = 'en-us' -title = 'My New Hugo Project' diff --git a/i18n/.gitkeep b/i18n/.gitkeep old mode 100644 new mode 100755 diff --git a/layouts/.gitkeep b/layouts/.gitkeep old mode 100644 new mode 100755 diff --git a/netlify.toml b/netlify.toml new file mode 100755 index 0000000..0742c64 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,9 @@ +[[redirects]] + from = "/contact" + to = "https://netinfection.xyz/contact" + status = 301 + +[[redirects]] + from = "/contact/" + to = "https://netinfection.xyz/contact" + status = 301 diff --git a/static/.gitkeep b/static/.gitkeep old mode 100644 new mode 100755