This commit is contained in:
spetznas
2026-04-15 09:21:39 +02:00
parent db0759a3ce
commit 6a7e9ce9e4
13 changed files with 76 additions and 3 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
assets/.gitkeep Normal file → Executable file
View File

38
config.toml Executable file
View File

@@ -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"

0
content/.gitkeep Normal file → Executable file
View File

9
content/about.md Executable file
View File

@@ -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.

20
content/contact.md Executable file
View File

@@ -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 mightve lost some E-Mails. Some were received, I will answer them once Ive fixed my server.
Dont expect me to answer you immediately after youve 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.

0
data/.gitkeep Normal file → Executable file
View File

View File

@@ -1,3 +0,0 @@
baseURL = 'https://example.org/'
locale = 'en-us'
title = 'My New Hugo Project'

0
i18n/.gitkeep Normal file → Executable file
View File

0
layouts/.gitkeep Normal file → Executable file
View File

9
netlify.toml Executable file
View File

@@ -0,0 +1,9 @@
[[redirects]]
from = "/contact"
to = "https://netinfection.xyz/contact"
status = 301
[[redirects]]
from = "/contact/"
to = "https://netinfection.xyz/contact"
status = 301

0
static/.gitkeep Normal file → Executable file
View File