summaryrefslogtreecommitdiff
path: root/categories
diff options
context:
space:
mode:
Diffstat (limited to 'categories')
-rw-r--r--categories/index.html99
-rw-r--r--categories/index.xml9
2 files changed, 35 insertions, 73 deletions
diff --git a/categories/index.html b/categories/index.html
index e6acea4..ff3e1ef 100644
--- a/categories/index.html
+++ b/categories/index.html
@@ -1,77 +1,38 @@
<!DOCTYPE html>
-<html lang="en-us">
- <head>
+<html><head>
<meta charset="utf-8">
+ <title>Categories | Home</title>
+ <meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <title>Categories | blog.jaseg.de</title>
- <link rel="stylesheet" href="/css/style.css" />
- <link rel="stylesheet" href="/css/fonts.css" />
+ <meta name="mobile-web-app-capable" content="yes">
+ <meta name="color-scheme" content="dark light">
+ <link rel="stylesheet" href="/style.css">
+</head>
+<body><nav>
- <header>
- <nav>
- <ul>
-
-
- <li class="pull-left ">
- <a href="https://blog.jaseg.de/">/home/blog.jaseg.de</a>
- </li>
-
-
-
-
- </ul>
- </nav>
-</header>
-
- </head>
-
- <body>
- <br/>
+ <a href="/" title="Home">Home</a>
+ <a href="/blog/" title="Blog">Blog</a>
+ <a href="/projects/" title="Projects">Projects</a>
+ <a href="/about/" title="About">About</a>
+ <span class="spacer"></span>
+ <a href="https://git.jaseg.de/" title="cgit">cgit</a>
+ <a href="https://github.com/jaseg" title="Github">Github</a>
+ <a href="https://gitlab.com/neinseg" title="Gitlab">Gitlab</a>
+ <a href="https://chaos.social/jaseg" title="Mastodon">Mastodon</a>
+</nav>
-
-<h1>Categories</h1>
-
-<ul class="terms">
-
+ <header>
+ <h1>Categories</h1>
+<ul class="breadcrumbs">
+ <li><a href="/">jaseg.de</a></li><li><a href="/categories/">Categories</a></li>
</ul>
- <footer>
-
-<script>
-(function() {
- function center_el(tagName) {
- var tags = document.getElementsByTagName(tagName), i, tag;
- for (i = 0; i < tags.length; i++) {
- tag = tags[i];
- var parent = tag.parentElement;
-
- if (parent.childNodes.length === 1) {
-
- if (parent.nodeName === 'A') {
- parent = parent.parentElement;
- if (parent.childNodes.length != 1) continue;
- }
- if (parent.nodeName === 'P') parent.style.textAlign = 'center';
- }
- }
- }
- var tagNames = ['img', 'embed', 'object'];
- for (var i = 0; i < tagNames.length; i++) {
- center_el(tagNames[i]);
- }
-})();
-</script>
-
-
- <div id="license-info">
- &#169;2020 by Jan Götte. This work is licensed under
- <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC-BY-NC-SA 4.0</a>.
- </div>
- <div id="imprint-info">
- <a href="/imprint">Impressum und Haftungsausschluss und Datenschutzerklärung</a>.<br/>
- <a href="/about">About this blog</a>.
- </div>
- </footer>
- </body>
+ </header>
+ <main class="cards">
+ </main><footer>
+ Copyright © 2023 Jan Sebastian Götte
+ / <a href="http://jaseg.de/about/">About</a>
+ / <a href="http://jaseg.de/imprint/">Imprint</a>
+</footer>
+</body>
</html>
-
diff --git a/categories/index.xml b/categories/index.xml
index 4df9f5c..7e9392f 100644
--- a/categories/index.xml
+++ b/categories/index.xml
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
- <title>Categories on blog.jaseg.de</title>
- <link>https://blog.jaseg.de/categories/</link>
- <description>Recent content in Categories on blog.jaseg.de</description>
+ <title>Categories on Home</title>
+ <link>http://jaseg.de/categories/</link>
+ <description>Recent content in Categories on Home</description>
<generator>Hugo -- gohugo.io</generator>
- <language>en-us</language><atom:link href="https://blog.jaseg.de/categories/index.xml" rel="self" type="application/rss+xml" />
+ <language>en-us</language>
+ <copyright>Jan Sebastian Götte</copyright><atom:link href="http://jaseg.de/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>