deploy.py auto-commit
This commit is contained in:
commit
1cf2411d4e
292 changed files with 4606 additions and 5640 deletions
38
posts/index.html
Normal file
38
posts/index.html
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
<!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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
11
posts/index.xml
Normal file
11
posts/index.xml
Normal file
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue