diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.gitmodules b/.gitmodules new file mode 100755 index 0000000..f320301 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hugo-theme-terminal"] + path = themes/hugo-theme-terminal + url = https://github.com/panr/hugo-theme-terminal.git diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/archetypes/posts.md b/archetypes/posts.md new file mode 100755 index 0000000..7064550 --- /dev/null +++ b/archetypes/posts.md @@ -0,0 +1,14 @@ ++++ +title = "{{ replace .TranslationBaseName "-" " " | title }}" +date = "{{ .Date }}" +#dateFormat = "2006-01-02" # This value can be configured for per-post date formatting +author = "" +authorTwitter = "" #do not include @ +cover = "" +tags = ["", ""] +keywords = ["", ""] +description = "" +showFullContent = false +readingTime = false +hideComments = false ++++ 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..c083b06 --- /dev/null +++ b/config.toml @@ -0,0 +1,38 @@ +baseurl = "https://netinfection.xyz/" +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 = "NetInfection" + 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/_index.md b/content/_index.md new file mode 100755 index 0000000..a84e9d6 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,73 @@ ++++ +author = "Stefan" +title = "NetInfection" +date = "2026-02-11" ++++ + +# Search Engines +
+
+

+ +--- +# Links +## Info + +The links are listed in the order of the [Webbuttons](/webbuttons). \ +I have (usually) sorted the links according to the looks of the Webbuttons. + +--- +# My Personal Sites + +I still have some personal sites that I manage. Here are the Links and Webbuttons to them: + +

+ +
+https://netinfection.xyz/https://searx.netinfection.xyz/https://slavabozhie.com/https://stefanma.de/
+ +--- +# Web-Buttons + +A collection of Webbuttons to different sites: + + + +
+https://heaventree.xyz/https://wiby.org/https://theoldnet.com/https://denshi.org/antiporn.htmlhttps://yesterweb.org/no-to-web3/https://landchad.net
+ +--- +# Technology Stuff +A collection of Links associated with Technology: + +With Webbuttons: + + +
+https://xmpp.org/https://an_g6.codeberg.page/README.htmlhttps://grapheneos.org/https://ublockorigin.com/https://neovim.io/https://idlewords.com/talks/website_obesity.htmhttps://idlewords.com/talks/website_obesity.htmhttps://librewolf.net/https://keepassxc.org/https://www.getmonero.org/https://brave.comhttps://www.vim.org/https://gohugo.io/https://larbs.xyz/https://artixlinux.org/https://suckless.org/https://spyware.neocities.org/
+ +--- +# The World Wide Web +Browse the Web of Independent Website-Owners! + + +
+https://brycevandegrift.xyz/https://btkoch.xyz/https://cherub.im/https://denshi.org/https://extramundane.xyz/https://gabe.rocks/https://jacobwsmith.xyz/https://mcdim.xyz/https://michaelc.xyz/https://rayhammer.devhttps://raypatrick.xyz/https://tfaz.xyz/https://vilyaem.xyz
+--- +# Unsorted as of yet + +https://moneroinfodump.neocities.org/ \ +https://monerica.com/ diff --git a/content/_index.sync-conflict-20260414-085255-OO2YWYI.md b/content/_index.sync-conflict-20260414-085255-OO2YWYI.md new file mode 100755 index 0000000..2cb8b85 --- /dev/null +++ b/content/_index.sync-conflict-20260414-085255-OO2YWYI.md @@ -0,0 +1,7 @@ ++++ +author = "Stefan" +title = "NetInfection" +date = "2026-02-11" ++++ + +# Search Engines 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/static/.gitkeep b/static/.gitkeep old mode 100644 new mode 100755 diff --git a/static/favicon.png b/static/favicon.png new file mode 100755 index 0000000..b0f6cea Binary files /dev/null and b/static/favicon.png differ diff --git a/static/img/hello.jpg b/static/img/hello.jpg new file mode 100755 index 0000000..37b2ab5 Binary files /dev/null and b/static/img/hello.jpg differ diff --git a/static/robots.txt b/static/robots.txt new file mode 100755 index 0000000..1f53798 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / diff --git a/static/webbuttons/artix.gif b/static/webbuttons/artix.gif new file mode 100755 index 0000000..63d373e Binary files /dev/null and b/static/webbuttons/artix.gif differ diff --git a/static/webbuttons/back.gif b/static/webbuttons/back.gif new file mode 100755 index 0000000..e26542a Binary files /dev/null and b/static/webbuttons/back.gif differ diff --git a/static/webbuttons/banporn.png b/static/webbuttons/banporn.png new file mode 100755 index 0000000..5efb14d Binary files /dev/null and b/static/webbuttons/banporn.png differ diff --git a/static/webbuttons/brandon.gif b/static/webbuttons/brandon.gif new file mode 100755 index 0000000..b262ebf Binary files /dev/null and b/static/webbuttons/brandon.gif differ diff --git a/static/webbuttons/brave.gif b/static/webbuttons/brave.gif new file mode 100755 index 0000000..8183de6 Binary files /dev/null and b/static/webbuttons/brave.gif differ diff --git a/static/webbuttons/brycevandegrift.gif b/static/webbuttons/brycevandegrift.gif new file mode 100755 index 0000000..97be7eb Binary files /dev/null and b/static/webbuttons/brycevandegrift.gif differ diff --git a/static/webbuttons/denshi.png b/static/webbuttons/denshi.png new file mode 100755 index 0000000..4615cb0 Binary files /dev/null and b/static/webbuttons/denshi.png differ diff --git a/static/webbuttons/email.gif b/static/webbuttons/email.gif new file mode 100755 index 0000000..23425f3 Binary files /dev/null and b/static/webbuttons/email.gif differ diff --git a/static/webbuttons/extramundane.gif b/static/webbuttons/extramundane.gif new file mode 100755 index 0000000..b3d21f5 Binary files /dev/null and b/static/webbuttons/extramundane.gif differ diff --git a/static/webbuttons/gabriel.gif b/static/webbuttons/gabriel.gif new file mode 100755 index 0000000..d764e71 Binary files /dev/null and b/static/webbuttons/gabriel.gif differ diff --git a/static/webbuttons/grapheneos.gif b/static/webbuttons/grapheneos.gif new file mode 100755 index 0000000..536b755 Binary files /dev/null and b/static/webbuttons/grapheneos.gif differ diff --git a/static/webbuttons/heaventree.gif b/static/webbuttons/heaventree.gif new file mode 100755 index 0000000..1528814 Binary files /dev/null and b/static/webbuttons/heaventree.gif differ diff --git a/static/webbuttons/hugo.gif b/static/webbuttons/hugo.gif new file mode 100755 index 0000000..e838a34 Binary files /dev/null and b/static/webbuttons/hugo.gif differ diff --git a/static/webbuttons/jacobwsmith.gif b/static/webbuttons/jacobwsmith.gif new file mode 100755 index 0000000..749331c Binary files /dev/null and b/static/webbuttons/jacobwsmith.gif differ diff --git a/static/webbuttons/javascript-zero.gif b/static/webbuttons/javascript-zero.gif new file mode 100755 index 0000000..f6f5d38 Binary files /dev/null and b/static/webbuttons/javascript-zero.gif differ diff --git a/static/webbuttons/javascript.gif b/static/webbuttons/javascript.gif new file mode 100755 index 0000000..7937f54 Binary files /dev/null and b/static/webbuttons/javascript.gif differ diff --git a/static/webbuttons/keepassxc.gif b/static/webbuttons/keepassxc.gif new file mode 100755 index 0000000..3987aca Binary files /dev/null and b/static/webbuttons/keepassxc.gif differ diff --git a/static/webbuttons/landchad.gif b/static/webbuttons/landchad.gif new file mode 100755 index 0000000..302cd26 Binary files /dev/null and b/static/webbuttons/landchad.gif differ diff --git a/static/webbuttons/larbs.gif b/static/webbuttons/larbs.gif new file mode 100755 index 0000000..b218d2f Binary files /dev/null and b/static/webbuttons/larbs.gif differ diff --git a/static/webbuttons/librewolf.png b/static/webbuttons/librewolf.png new file mode 100755 index 0000000..644baa3 Binary files /dev/null and b/static/webbuttons/librewolf.png differ diff --git a/static/webbuttons/lux.gif b/static/webbuttons/lux.gif new file mode 100755 index 0000000..ef5d35d Binary files /dev/null and b/static/webbuttons/lux.gif differ diff --git a/static/webbuttons/mail.gif b/static/webbuttons/mail.gif new file mode 100755 index 0000000..8605457 Binary files /dev/null and b/static/webbuttons/mail.gif differ diff --git a/static/webbuttons/matrix.gif b/static/webbuttons/matrix.gif new file mode 100755 index 0000000..516bee3 Binary files /dev/null and b/static/webbuttons/matrix.gif differ diff --git a/static/webbuttons/mcdim.gif b/static/webbuttons/mcdim.gif new file mode 100755 index 0000000..c2b22c0 Binary files /dev/null and b/static/webbuttons/mcdim.gif differ diff --git a/static/webbuttons/michaelc.gif b/static/webbuttons/michaelc.gif new file mode 100755 index 0000000..7ad8dc2 Binary files /dev/null and b/static/webbuttons/michaelc.gif differ diff --git a/static/webbuttons/monero-now.gif b/static/webbuttons/monero-now.gif new file mode 100755 index 0000000..7219f6e Binary files /dev/null and b/static/webbuttons/monero-now.gif differ diff --git a/static/webbuttons/neovim.gif b/static/webbuttons/neovim.gif new file mode 100755 index 0000000..c3670e2 Binary files /dev/null and b/static/webbuttons/neovim.gif differ diff --git a/static/webbuttons/netinfection.gif b/static/webbuttons/netinfection.gif new file mode 100755 index 0000000..b2a99dc Binary files /dev/null and b/static/webbuttons/netinfection.gif differ diff --git a/static/webbuttons/next.gif b/static/webbuttons/next.gif new file mode 100755 index 0000000..7142391 Binary files /dev/null and b/static/webbuttons/next.gif differ diff --git a/static/webbuttons/noweb32.gif b/static/webbuttons/noweb32.gif new file mode 100755 index 0000000..9485709 Binary files /dev/null and b/static/webbuttons/noweb32.gif differ diff --git a/static/webbuttons/privacyraccoon.png b/static/webbuttons/privacyraccoon.png new file mode 100755 index 0000000..1730089 Binary files /dev/null and b/static/webbuttons/privacyraccoon.png differ diff --git a/static/webbuttons/privacytent.gif b/static/webbuttons/privacytent.gif new file mode 100755 index 0000000..4f371b8 Binary files /dev/null and b/static/webbuttons/privacytent.gif differ diff --git a/static/webbuttons/rayhammer.png b/static/webbuttons/rayhammer.png new file mode 100755 index 0000000..7286b8b Binary files /dev/null and b/static/webbuttons/rayhammer.png differ diff --git a/static/webbuttons/raypatrick.gif b/static/webbuttons/raypatrick.gif new file mode 100755 index 0000000..425cede Binary files /dev/null and b/static/webbuttons/raypatrick.gif differ diff --git a/static/webbuttons/searx.gif b/static/webbuttons/searx.gif new file mode 100755 index 0000000..2af2e31 Binary files /dev/null and b/static/webbuttons/searx.gif differ diff --git a/static/webbuttons/slavabozhie.png b/static/webbuttons/slavabozhie.png new file mode 100755 index 0000000..37b5b12 Binary files /dev/null and b/static/webbuttons/slavabozhie.png differ diff --git a/static/webbuttons/spyware-watchdog.png b/static/webbuttons/spyware-watchdog.png new file mode 100755 index 0000000..79d875d Binary files /dev/null and b/static/webbuttons/spyware-watchdog.png differ diff --git a/static/webbuttons/steam.gif b/static/webbuttons/steam.gif new file mode 100755 index 0000000..1f4fe29 Binary files /dev/null and b/static/webbuttons/steam.gif differ diff --git a/static/webbuttons/stefanmade.gif b/static/webbuttons/stefanmade.gif new file mode 100755 index 0000000..4f371b8 Binary files /dev/null and b/static/webbuttons/stefanmade.gif differ diff --git a/static/webbuttons/suckless.gif b/static/webbuttons/suckless.gif new file mode 100755 index 0000000..57a66aa Binary files /dev/null and b/static/webbuttons/suckless.gif differ diff --git a/static/webbuttons/tfaz.gif b/static/webbuttons/tfaz.gif new file mode 100755 index 0000000..08a677e Binary files /dev/null and b/static/webbuttons/tfaz.gif differ diff --git a/static/webbuttons/theoldnet.gif b/static/webbuttons/theoldnet.gif new file mode 100755 index 0000000..03533c2 Binary files /dev/null and b/static/webbuttons/theoldnet.gif differ diff --git a/static/webbuttons/ublock-now.png b/static/webbuttons/ublock-now.png new file mode 100755 index 0000000..c82555b Binary files /dev/null and b/static/webbuttons/ublock-now.png differ diff --git a/static/webbuttons/vilyaem.gif b/static/webbuttons/vilyaem.gif new file mode 100755 index 0000000..42d3a63 Binary files /dev/null and b/static/webbuttons/vilyaem.gif differ diff --git a/static/webbuttons/vim_a.gif b/static/webbuttons/vim_a.gif new file mode 100755 index 0000000..01f09f1 Binary files /dev/null and b/static/webbuttons/vim_a.gif differ diff --git a/static/webbuttons/wiby.gif b/static/webbuttons/wiby.gif new file mode 100755 index 0000000..69fdcf6 Binary files /dev/null and b/static/webbuttons/wiby.gif differ diff --git a/static/webbuttons/xmpp.gif b/static/webbuttons/xmpp.gif new file mode 100755 index 0000000..d8d0bef Binary files /dev/null and b/static/webbuttons/xmpp.gif differ