diff options
author | jaseg <git@jaseg.de> | 2025-07-26 13:46:13 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2025-07-26 13:46:13 +0200 |
commit | 3281a5044261cb2d8bcce263f959ab9b0fbc93fb (patch) | |
tree | a8402de38c04aaa316ab5346cb38c2216d2222f4 /categories | |
parent | 9d55ae84a8208abd714d6b35bd31b023e4ee2ce5 (diff) | |
parent | 61c112870d029ad5ec0510b105d157b8ffb86f55 (diff) | |
download | blog-3281a5044261cb2d8bcce263f959ab9b0fbc93fb.tar.gz blog-3281a5044261cb2d8bcce263f959ab9b0fbc93fb.tar.bz2 blog-3281a5044261cb2d8bcce263f959ab9b0fbc93fb.zip |
deploy.py auto-commit
Diffstat (limited to 'categories')
-rw-r--r-- | categories/index.html | 55 | ||||
-rw-r--r-- | categories/index.xml | 12 |
2 files changed, 67 insertions, 0 deletions
diff --git a/categories/index.html b/categories/index.html new file mode 100644 index 0000000..1e94a84 --- /dev/null +++ b/categories/index.html @@ -0,0 +1,55 @@ +<!DOCTYPE html> +<html><head> + <meta charset="utf-8"> + <title>Categories | Home</title> + <meta name="description" content=""> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="mobile-web-app-capable" content="yes"> + <meta name="color-scheme" content="dark light"> + <link rel="stylesheet" href="/style.css"> + + <link rel="preload" href="/fonts/roboto_slab/RobotoSlab-VariableFont_wght.ttf" as="font" type="font/woff2" crossorigin /> + <link rel="preload" href="/fonts/nyght-serif-main/fonts/WEB/NyghtSerif-Regular.woff2" as="font" type="font/woff2" crossorigin /> + <link rel="preload" href="/fonts/nyght-serif-main/fonts/WEB/NyghtSerif-Bold.woff2" as="font" type="font/woff2" crossorigin /> + <link rel="preload" href="/fonts/nyght-serif-main/fonts/WEB/NyghtSerif-BoldItalic.woff2" as="font" type="font/woff2" crossorigin /> +</head> +<body><nav> + <div class="internal"> + + <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> + </div> + <div class="search"> + <div id="search"></div> + </div> + <div class="external"> + <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> + </span> +</nav> + + <header> + <h1>Categories</h1> +<ul class="breadcrumbs"> + <li><a href="/">jaseg.de</a></li><li><a href="/categories/">Categories</a></li> +</ul> + + </header> + <main class="cards"> + </main><footer> + Copyright © 2025 Jan Sebastian Götte + / <a href="/about/">About</a> + / <a href="/imprint/">Imprint</a> +</footer> +<script src="/pagefind/pagefind-ui.js" defer></script> + <script> + window.addEventListener('DOMContentLoaded', (event) => { + new PagefindUI({element: "#search", showSubResults: true}); + }); + </script> + </body> +</html> diff --git a/categories/index.xml b/categories/index.xml new file mode 100644 index 0000000..02ee00a --- /dev/null +++ b/categories/index.xml @@ -0,0 +1,12 @@ +<?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 Home</title> + <link>http://jaseg.de/categories/</link> + <description>Recent content in Categories on Home</description> + <generator>Hugo</generator> + <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> |