diff options
author | jaseg <git@jaseg.de> | 2023-10-14 14:55:55 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-10-14 14:55:55 +0200 |
commit | 2d692bf85b1bf072987e40c0e3a958230a595f15 (patch) | |
tree | 0db8d6406d48561a5c8ec5be010d2d26ffe2c5dd /posts | |
parent | 096ffb8c4e3417fedaa34555f1d2db521c22a0eb (diff) | |
parent | d0299874339b48e9f08b063d5864914c07700156 (diff) | |
download | blog-2d692bf85b1bf072987e40c0e3a958230a595f15.tar.gz blog-2d692bf85b1bf072987e40c0e3a958230a595f15.tar.bz2 blog-2d692bf85b1bf072987e40c0e3a958230a595f15.zip |
deploy.py auto-commit
Diffstat (limited to 'posts')
-rw-r--r-- | posts/index.html | 49 | ||||
-rw-r--r-- | posts/index.xml | 11 |
2 files changed, 60 insertions, 0 deletions
diff --git a/posts/index.html b/posts/index.html new file mode 100644 index 0000000..5d4a7d1 --- /dev/null +++ b/posts/index.html @@ -0,0 +1,49 @@ +<!DOCTYPE html> +<html><head> + <meta charset="utf-8"> + <title>Posts | 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"> +</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="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>Posts</h1> +<ul class="breadcrumbs"> + <li><a href="/">jaseg.de</a></li><li><a href="/posts/">Posts</a></li> +</ul> + + </header> + <main class="cards"> + </main><footer> + Copyright © 2023 Jan Sebastian Götte + / <a href="/about/">About</a> + / <a href="/imprint/">Imprint</a> +</footer> +<script> + if(navigator.getEnvironmentIntegrity!==undefined)document.querySelector('body').innerHTML=`<h1>Your browser + contains Google DRM</h1>"Web Environment Integrity" is a Google euphemism for a DRM that is designed to + prevent ad-blocking, and which Google has forced into their browsers against widespread public opposition. + In support of an open web, this website does not function with this DRM. Please install a browser such + as <a href="https://www.mozilla.org/en-US/firefox/new/">Firefox</a> that respects your freedom and supports + ad blockers.`; + </script> + </body> +</html> diff --git a/posts/index.xml b/posts/index.xml new file mode 100644 index 0000000..68e5aab --- /dev/null +++ b/posts/index.xml @@ -0,0 +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>Posts on Home</title> + <link>http://jaseg.de/posts/</link> + <description>Recent content in Posts on Home</description> + <generator>Hugo -- gohugo.io</generator> + <language>en-us</language> + <copyright>Jan Sebastian Götte</copyright><atom:link href="http://jaseg.de/posts/index.xml" rel="self" type="application/rss+xml" /> + </channel> +</rss> |