build new version

This commit is contained in:
Zoe 2022-04-15 21:22:33 +02:00
parent a3c32be357
commit 694836dbc7
22 changed files with 1169 additions and 252 deletions

View file

@ -1,53 +1,53 @@
<!DOCTYPE html>
<html><head>
<html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Posts</title>
<title>posts</title>
<link rel="stylesheet" href="/scss/main.css">
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
</head>
<body><div id="content">
<body class="colorswitch"><div id="content">
<main>
<article>
<header>
<h1>List - Posts</h1>
<header class="colorswitch">
<h1 id="title">posts</h1>
</header>
</article>
<ul>
<div id="pagelist">
<li>
<a href="http://example.org/posts/aeiuo/">Aeiuo</a>
</li>
<li>
<a href="http://example.org/posts/example/">Example</a>
</li>
</ul>
</div>
</div>
</main>
</div><footer>
<div id="footer-center">
<nav id="footer-nav">
</div><footer class="colorswitch">
<span id="footer-left"></span>
<span id="footer-center">
<nav id="footer-nav" aria-label="navigation">
<a class="footer-nav-item" href="/" title=""> home</a>
<a class="footer-nav-item colorswitch" href="/" title="home"></a>
<a class="footer-nav-item" href="/about/" title="About"> about</a>
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
<a class="footer-nav-item" href="/links/" title="Links"> links</a>
<a class="footer-nav-item colorswitch" href="/links/" title="links"></a>
<a class="footer-nav-item colorswitch" href="/music/" title="music"></a>
<a class="footer-nav-item colorswitch" href="/software/" title="software"></a>
<a class="footer-nav-item active colorswitch" href="/posts/" title="posts"></a>
</nav>
</div>
<div id="footer-right">
<input type="checkbox" id="darkmode-toggle">
</div>
</span>
<span id="footer-right">
<input type="checkbox" id="darkmode-toggle" aria-label="darkmode toggle" class="toggleinput">
<label class="togglelabel colorswitch" for="darkmode-toggle" aria-label="darkmode toggle" role="checkbox"></label>
</span>
</footer>
<script src="/js/darkmode.js"></script>
</body>
<script src="/js/main.js"></script>
</body>
</html>

View file

@ -1,29 +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 batsite</title>
<title>posts on batsite</title>
<link>http://example.org/posts/</link>
<description>Recent content in Posts on batsite</description>
<description>Recent content in posts on batsite</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 09 Apr 2022 14:12:18 +0200</lastBuildDate><atom:link href="http://example.org/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Aeiuo</title>
<link>http://example.org/posts/aeiuo/</link>
<pubDate>Sat, 09 Apr 2022 14:12:18 +0200</pubDate>
<guid>http://example.org/posts/aeiuo/</guid>
<description></description>
</item>
<item>
<title>Example</title>
<link>http://example.org/posts/example/</link>
<pubDate>Sat, 09 Apr 2022 13:36:54 +0200</pubDate>
<guid>http://example.org/posts/example/</guid>
<description></description>
</item>
<language>eng</language>
<lastBuildDate>Sun, 10 Apr 2022 19:06:26 +0200</lastBuildDate><atom:link href="http://example.org/posts/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>