Update
This commit is contained in:
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
assets/.gitkeep
Normal file → Executable file
0
assets/.gitkeep
Normal file → Executable file
38
config.toml
Executable file
38
config.toml
Executable 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
0
content/.gitkeep
Normal file → Executable file
9
content/about.md
Executable file
9
content/about.md
Executable 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
20
content/contact.md
Executable 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 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.
|
||||
0
data/.gitkeep
Normal file → Executable file
0
data/.gitkeep
Normal file → Executable file
@@ -1,3 +0,0 @@
|
||||
baseURL = 'https://example.org/'
|
||||
locale = 'en-us'
|
||||
title = 'My New Hugo Project'
|
||||
0
i18n/.gitkeep
Normal file → Executable file
0
i18n/.gitkeep
Normal file → Executable file
0
layouts/.gitkeep
Normal file → Executable file
0
layouts/.gitkeep
Normal file → Executable file
9
netlify.toml
Executable file
9
netlify.toml
Executable 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
0
static/.gitkeep
Normal file → Executable file
Reference in New Issue
Block a user