From 9809e146362b241d3393579d8c2b02b754e68e1c Mon Sep 17 00:00:00 2001 From: Never Gude Date: Thu, 12 Feb 2026 18:38:45 +0100 Subject: [PATCH] content of index --- build/index | 9 +++- build/index.html | 71 +++++++++++++++++++++++++- build/rss.xml | 2 +- public_ansi/index | 9 +++- public_html/eh/eh/eh/eh-eh/index.html | 71 +++++++++++++++++++++++++- public_html/eh/eh/eh/eh-eh/rss.xml | 2 +- public_html/eh/eh/eh/eh-eh/rssfeed.xml | 44 ---------------- src/index.md | 11 +++- 8 files changed, 168 insertions(+), 51 deletions(-) delete mode 100644 public_html/eh/eh/eh/eh-eh/rssfeed.xml diff --git a/build/index b/build/index index 74fc4e0..8e64745 100644 --- a/build/index +++ b/build/index @@ -2,7 +2,14 @@ ──────────────────── -Hello World +Hello! I am Never and this is my little place on the internet where I +post the stuff that I am currenty nerding out about. + +This Website itself is one of those projects, that I like to tweak. +Maybe I’ll write an article about its build system. It is also viewable +via  curl . Just run + + curl nevereverever.de ARTICLES diff --git a/build/index.html b/build/index.html index a08aeb5..95153cc 100644 --- a/build/index.html +++ b/build/index.html @@ -21,6 +21,70 @@ margin: 0 0.8em 0.2em -1.6em; vertical-align: middle; } + /* CSS for syntax highlighting */ + html { -webkit-text-size-adjust: 100%; } + pre > code.sourceCode { white-space: pre; position: relative; } + pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } + pre > code.sourceCode > span:empty { height: 1.2em; } + .sourceCode { overflow: visible; } + code.sourceCode > span { color: inherit; text-decoration: inherit; } + div.sourceCode { margin: 1em 0; } + pre.sourceCode { margin: 0; } + @media screen { + div.sourceCode { overflow: auto; } + } + @media print { + pre > code.sourceCode { white-space: pre-wrap; } + pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; } + } + pre.numberSource code + { counter-reset: source-line 0; } + pre.numberSource code > span + { position: relative; left: -4em; counter-increment: source-line; } + pre.numberSource code > span > a:first-child::before + { content: counter(source-line); + position: relative; left: -1em; text-align: right; vertical-align: baseline; + border: none; display: inline-block; + -webkit-touch-callout: none; -webkit-user-select: none; + -khtml-user-select: none; -moz-user-select: none; + -ms-user-select: none; user-select: none; + padding: 0 4px; width: 4em; + } + pre.numberSource { margin-left: 3em; padding-left: 4px; } + div.sourceCode + { color: #cccccc; background-color: #303030; } + @media screen { + pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; } + } + code span.al { color: #ffcfaf; } /* Alert */ + code span.an { color: #7f9f7f; font-weight: bold; } /* Annotation */ + code span.at { } /* Attribute */ + code span.bn { color: #dca3a3; } /* BaseN */ + code span.bu { } /* BuiltIn */ + code span.cf { color: #f0dfaf; } /* ControlFlow */ + code span.ch { color: #dca3a3; } /* Char */ + code span.cn { color: #dca3a3; font-weight: bold; } /* Constant */ + code span.co { color: #7f9f7f; } /* Comment */ + code span.cv { color: #7f9f7f; font-weight: bold; } /* CommentVar */ + code span.do { color: #7f9f7f; } /* Documentation */ + code span.dt { color: #dfdfbf; } /* DataType */ + code span.dv { color: #dcdccc; } /* DecVal */ + code span.er { color: #c3bf9f; } /* Error */ + code span.ex { } /* Extension */ + code span.fl { color: #c0bed1; } /* Float */ + code span.fu { color: #efef8f; } /* Function */ + code span.im { } /* Import */ + code span.in { color: #7f9f7f; font-weight: bold; } /* Information */ + code span.kw { color: #f0dfaf; } /* Keyword */ + code span.op { color: #f0efd0; } /* Operator */ + code span.ot { color: #efef8f; } /* Other */ + code span.pp { color: #ffcfaf; font-weight: bold; } /* Preprocessor */ + code span.sc { color: #dca3a3; } /* SpecialChar */ + code span.ss { color: #cc9393; } /* SpecialString */ + code span.st { color: #cc9393; } /* String */ + code span.va { } /* Variable */ + code span.vs { color: #cc9393; } /* VerbatimString */ + code span.wa { color: #7f9f7f; font-weight: bold; } /* Warning */ @@ -35,7 +99,12 @@
-

Hello World

+

Hello! I am Never and this is my little place on the internet where I +post the stuff that I am currenty nerding out about.

+

This Website itself is one of those projects, that I like to tweak. +Maybe I’ll write an article about its build system. It is also viewable +via curl. Just run

+
curl nevereverever.de