mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
Compare commits
No commits in common. "f9fe7d6f3e3fcfa62ffe37f8e96df9921d4f6556" and "dfbc1dae817efacbad3a88e79421af356dd2c4fb" have entirely different histories.
f9fe7d6f3e
...
dfbc1dae81
36 changed files with 295 additions and 1295 deletions
10
config.toml
10
config.toml
|
@ -1,5 +1,13 @@
|
|||
baseURL = "https://zoe.kittycat.homes/"
|
||||
baseURL = "http://example.org/"
|
||||
languageCode = "eng"
|
||||
title = "batsite"
|
||||
theme = "battheme"
|
||||
sectionPagesMenu = "main"
|
||||
|
||||
[menu]
|
||||
[[menu.nav]]
|
||||
identifier = "home"
|
||||
name = ''
|
||||
url = '/'
|
||||
title = 'home'
|
||||
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
---
|
||||
title: "home"
|
||||
draft: false
|
||||
menu:
|
||||
nav:
|
||||
name: ""
|
||||
weight: "1"
|
||||
---
|
||||
|
||||
## hello
|
||||
|
||||
and welcome to my webbed site! i'm zoe. (they/she/fae)
|
||||
on this site you can find some of my projects: [games](/games/), [music](/music/) and [software](/software/).
|
||||
if you ever wish to *experience* of of those, i hope you enjoy!
|
||||
|
||||
### work in progress
|
||||
|
||||
this site is still a work in progress! please be patient!
|
||||
|
||||
## webring
|
||||
|
||||
this site is part of the [armisael webring](https://ring.bicompact.space/)!!! [please take a look](/links/buddies/#armisael-webring)!
|
|
@ -5,7 +5,6 @@ draft: false
|
|||
menu:
|
||||
nav:
|
||||
name: ""
|
||||
weight: "2"
|
||||
|
||||
---
|
||||
|
||||
|
|
6
content/dir1/b.md
Normal file
6
content/dir1/b.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "B"
|
||||
date: 2022-04-09T14:02:24+02:00
|
||||
draft: true
|
||||
---
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
title: "games"
|
||||
date: 2022-04-15T20:42:16+02:00
|
||||
draft: true
|
||||
|
||||
menu:
|
||||
nav:
|
||||
name: ""
|
||||
---
|
||||
|
|
@ -5,6 +5,5 @@ draft: false
|
|||
menu:
|
||||
nav:
|
||||
name: ""
|
||||
weight: "3"
|
||||
|
||||
---
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
title: "find me"
|
||||
date: 2022-04-15T16:19:04+02:00
|
||||
description: "where to find me"
|
||||
draft: false
|
||||
|
||||
---
|
||||
|
||||
you can find me on a few different platforms!
|
||||
|
||||
[ﬧ matrix](https://matrix.to/#/@bat:matrix.kittycat.homes)
|
||||
[ git](https://git.kittycat.homes/zoe)
|
||||
[ bandcamp](https://zoebat.bandcamp.com/)
|
||||
[ gotosocial](https://kittycat.homes/@pastelpunkbandit)
|
||||
[ itch.io bat tiger](https://bathearttiger.itch.io/)
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
title: "buddies"
|
||||
title: "cool people"
|
||||
date: 2022-04-13T20:41:17+02:00
|
||||
draft: false
|
||||
slug: "buddies"
|
||||
description: "these are some cool people that i like!!! very good! you should look at this page"
|
||||
|
||||
description: "these are some cool people that i like!!! very good!"
|
||||
---
|
||||
|
||||
## tess!!!
|
||||
|
@ -28,7 +28,3 @@ theres [pastel.codes](https://pastel.codes/) and [pentagram.site](https://pentag
|
|||
|
||||
fae is cool and queer and also cats! what's not to love! [go look!](http://alphamethyl.barr0w.net/~elysia/)
|
||||
this type of website also just makes me happy!
|
||||
|
||||
## barrow
|
||||
|
||||
ezra and june barrow run the [alphamethyl](http://alphamethyl.barr0w.net/~barrow/) tilde and generally do v good and cool fuckery
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
title: "things that make me happy"
|
||||
date: 2022-04-15T20:01:01+02:00
|
||||
draft: false
|
||||
description: "this is a list of very good things"
|
||||
|
||||
---
|
||||
|
||||
## my girlfriend!!!
|
||||
[hehe fae is so cute](/links/buddies/#tess)
|
||||
|
||||
|
||||
## videos
|
||||
### an entire tray of peas
|
||||
[the raw energy of this is just amazing](https://www.youtube.com/watch?v=HWcKcUn7e-8) she just eats the entire tray of peas!!! impressive!
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
title: "music"
|
||||
date: 2022-04-15T20:45:35+02:00
|
||||
draft: false
|
||||
menu:
|
||||
nav:
|
||||
name: ""
|
||||
|
||||
---
|
||||
|
||||
## where to listen?
|
||||
you can find (and download) my music on [bandcamp](https://zoebat.bandcamp.com)!!! in the future i will probably also provide torrent links
|
10
content/projects/_index.md
Normal file
10
content/projects/_index.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: "projects"
|
||||
date: 2022-04-10T22:20:54+02:00
|
||||
draft: true
|
||||
menu:
|
||||
nav:
|
||||
name: ""
|
||||
|
||||
---
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
title: "software"
|
||||
date: 2022-04-15T20:45:43+02:00
|
||||
draft: false
|
||||
menu:
|
||||
nav:
|
||||
name: ""
|
||||
---
|
||||
|
|
@ -1,37 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en"><head>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>about</title>
|
||||
<title>About</title>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/scss/main.css">
|
||||
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
|
||||
</head>
|
||||
<body class="colorswitch"><div id="content">
|
||||
<body><div id="content">
|
||||
<section id="main">
|
||||
<div class="titlecontainer">
|
||||
<h1 id="title" class="colorswitch">about</h1>
|
||||
</div>
|
||||
<h1 id="title">Single Page About</h1>
|
||||
<div>
|
||||
<article id="content" class="colorswitch">
|
||||
<h2 id="this-site" class="colorswitch">
|
||||
<a class="hash-link colorswitch" href="#this-site">
|
||||
this site
|
||||
</a>
|
||||
</h2>
|
||||
<p>this site was made in hugo and uses its own theme that was made from scratch!
|
||||
the source code for <a href="https://git.kittycat.homes/zoe/hugo-batsite">the site</a> and <a href="https://git.kittycat.homes/zoe/hugo-battheme">theme</a> is available on <a href="https://git.kittycat.homes">git</a>.
|
||||
its fine to use anything from here for personal use!
|
||||
this site also uses <a href="https://www.nerdfonts.com/font-downloads">nerdfonts caskaydia code</a> and the <a href="https://lospec.com/palette-list/final-8">final 8 color palette</a>.</p>
|
||||
<h2 id="me" class="colorswitch">
|
||||
<a class="hash-link colorswitch" href="#me">
|
||||
me
|
||||
</a>
|
||||
</h2>
|
||||
<p>hi i’m zoe (she/her, fae/faer, they/them) whats up.
|
||||
tech tip: you can find out more about me by looking at this website<br>
|
||||
i’m also trans and gay and queer :)</p>
|
||||
<article id="content">
|
||||
|
||||
</article>
|
||||
</div>
|
||||
|
@ -42,33 +23,32 @@ i’m also trans and gay and queer :)</p>
|
|||
</section>
|
||||
|
||||
|
||||
</div>
|
||||
<div>
|
||||
|
||||
|
||||
<a class="next" href="http://example.org/links/">next: Links</a>
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
</div><footer class="colorswitch">
|
||||
<span id="footer-left"></span>
|
||||
<span id="footer-center">
|
||||
<nav id="footer-nav" aria-label="navigation">
|
||||
|
||||
</div><footer>
|
||||
<div id="footer-center">
|
||||
<nav id="footer-nav">
|
||||
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/" title="home"></a>
|
||||
<a class="footer-nav-item" href="/" title=""> home</a>
|
||||
|
||||
<a class="footer-nav-item active colorswitch" href="/about/" title="about"></a>
|
||||
<a class="footer-nav-item active" href="/about/" title="About"> about</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 colorswitch" href="/posts/" title="posts">龎</a>
|
||||
<a class="footer-nav-item" href="/links/" title="Links"> links</a>
|
||||
|
||||
</nav>
|
||||
</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>
|
||||
</div>
|
||||
<div id="footer-right">
|
||||
<input type="checkbox" id="darkmode-toggle">
|
||||
</div>
|
||||
</footer>
|
||||
<script src="/js/main.js"></script>
|
||||
<script src="/js/darkmode.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en"><head>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Categories</title>
|
||||
|
@ -8,46 +8,38 @@
|
|||
<link rel="stylesheet" href="/scss/main.css">
|
||||
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
|
||||
</head>
|
||||
<body class="colorswitch"><div id="content">
|
||||
<body><div id="content">
|
||||
<main>
|
||||
<article>
|
||||
<header class="colorswitch">
|
||||
<h1 id="title">Categories</h1>
|
||||
<header>
|
||||
<h1>List - Categories</h1>
|
||||
</header>
|
||||
|
||||
|
||||
</article>
|
||||
<div id="pagelist">
|
||||
<ul>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</ul>
|
||||
</main>
|
||||
</div><footer class="colorswitch">
|
||||
<span id="footer-left"></span>
|
||||
<span id="footer-center">
|
||||
<nav id="footer-nav" aria-label="navigation">
|
||||
|
||||
</div><footer>
|
||||
<div id="footer-center">
|
||||
<nav id="footer-nav">
|
||||
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/" title="home"></a>
|
||||
<a class="footer-nav-item" href="/" title=""> home</a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
|
||||
<a class="footer-nav-item" href="/about/" title="About"> about</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 colorswitch" href="/posts/" title="posts">龎</a>
|
||||
<a class="footer-nav-item" href="/links/" title="Links"> links</a>
|
||||
|
||||
</nav>
|
||||
</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>
|
||||
</div>
|
||||
<div id="footer-right">
|
||||
<input type="checkbox" id="darkmode-toggle">
|
||||
</div>
|
||||
</footer>
|
||||
<script src="/js/main.js"></script>
|
||||
<script src="/js/darkmode.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Categories on batsite</title>
|
||||
<link>https://zoe.kittycat.homes/categories/</link>
|
||||
<link>http://example.org/categories/</link>
|
||||
<description>Recent content in Categories on batsite</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>eng</language><atom:link href="https://zoe.kittycat.homes/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
<language>en-us</language><atom:link href="http://example.org/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
|
@ -1,68 +1,41 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en"><head>
|
||||
<meta name="generator" content="Hugo 0.96.0" />
|
||||
<html><head>
|
||||
<meta name="generator" content="Hugo 0.82.1" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>home</title>
|
||||
<title>batsite</title>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/scss/main.css">
|
||||
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
|
||||
</head>
|
||||
<body class="colorswitch"><div id="content">
|
||||
<header>
|
||||
<h1 id="title" class="colorswitch">batsite</h1>
|
||||
</header>
|
||||
<article id="content" class="colorswitch">
|
||||
<body><div id="content">
|
||||
<div>
|
||||
<h1 class="title">batsite</h1>
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
<h2 id="hello" class="colorswitch">
|
||||
<a class="hash-link colorswitch" href="#hello">
|
||||
hello
|
||||
</a>
|
||||
</h2>
|
||||
<p>and welcome to my webbed site! i’m zoe. (they/she/fae)
|
||||
on this site you can find some of my projects: <a href="/games/">games</a>, <a href="/music/">music</a> and <a href="/software/">software</a>.
|
||||
if you ever wish to <em>experience</em> of of those, i hope you enjoy!</p>
|
||||
<h3 id="work-in-progress" class="colorswitch">
|
||||
<a class="hash-link colorswitch" href="#work-in-progress">
|
||||
work in progress
|
||||
</a>
|
||||
</h3>
|
||||
<p>this site is still a work in progress! please be patient!</p>
|
||||
<h2 id="webring" class="colorswitch">
|
||||
<a class="hash-link colorswitch" href="#webring">
|
||||
webring
|
||||
</a>
|
||||
</h2>
|
||||
<p>this site is part of the <a href="https://ring.bicompact.space/">armisael webring</a>!!! <a href="/links/buddies/#armisael-webring">please take a look</a>!</p>
|
||||
|
||||
</p>
|
||||
</article>
|
||||
</div><footer class="colorswitch">
|
||||
<span id="footer-left"></span>
|
||||
<span id="footer-center">
|
||||
<nav id="footer-nav" aria-label="navigation">
|
||||
</div>
|
||||
|
||||
</div><footer>
|
||||
<div id="footer-center">
|
||||
<nav id="footer-nav">
|
||||
|
||||
|
||||
<a class="footer-nav-item active colorswitch" href="/" title="home"></a>
|
||||
<a class="footer-nav-item active" href="/" title=""> home</a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
|
||||
<a class="footer-nav-item" href="/about/" title="About"> about</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 colorswitch" href="/posts/" title="posts">龎</a>
|
||||
<a class="footer-nav-item" href="/links/" title="Links"> links</a>
|
||||
|
||||
</nav>
|
||||
</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>
|
||||
</div>
|
||||
<div id="footer-right">
|
||||
<input type="checkbox" id="darkmode-toggle">
|
||||
</div>
|
||||
</footer>
|
||||
<script src="/js/main.js"></script>
|
||||
<script src="/js/darkmode.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,50 +1,55 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>home on batsite</title>
|
||||
<link>https://zoe.kittycat.homes/</link>
|
||||
<description>Recent content in home on batsite</description>
|
||||
<title>batsite</title>
|
||||
<link>http://example.org/</link>
|
||||
<description>Recent content on batsite</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>eng</language>
|
||||
<lastBuildDate>Fri, 15 Apr 2022 20:45:43 +0200</lastBuildDate><atom:link href="https://zoe.kittycat.homes/index.xml" rel="self" type="application/rss+xml" />
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 09 Apr 2022 14:12:18 +0200</lastBuildDate><atom:link href="http://example.org/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>things that make me happy</title>
|
||||
<link>https://zoe.kittycat.homes/links/nice_things/</link>
|
||||
<pubDate>Fri, 15 Apr 2022 20:01:01 +0200</pubDate>
|
||||
<title>Links</title>
|
||||
<link>http://example.org/links/</link>
|
||||
<pubDate>Sat, 09 Apr 2022 17:37:48 +0200</pubDate>
|
||||
|
||||
<guid>https://zoe.kittycat.homes/links/nice_things/</guid>
|
||||
<description>&nbsp;my girlfriend!!! hehe fae is so cute
|
||||
&nbsp;videos &nbsp;an entire tray of peas the raw energy of this is just amazing she just eats the entire tray of peas!!! impressive!</description>
|
||||
<guid>http://example.org/links/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>find me</title>
|
||||
<link>https://zoe.kittycat.homes/links/contact/</link>
|
||||
<pubDate>Fri, 15 Apr 2022 16:19:04 +0200</pubDate>
|
||||
|
||||
<guid>https://zoe.kittycat.homes/links/contact/</guid>
|
||||
<description>you can find me on a few different platforms!
|
||||
ﬧ matrix git bandcamp gotosocial itch.io bat tiger</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>about</title>
|
||||
<link>https://zoe.kittycat.homes/about/</link>
|
||||
<title>About</title>
|
||||
<link>http://example.org/about/</link>
|
||||
<pubDate>Sat, 09 Apr 2022 14:23:49 +0200</pubDate>
|
||||
|
||||
<guid>https://zoe.kittycat.homes/about/</guid>
|
||||
<description>&nbsp;this site this site was made in hugo and uses its own theme that was made from scratch! the source code for the site and theme is available on git. its fine to use anything from here for personal use! this site also uses nerdfonts caskaydia code and the final 8 color palette.
|
||||
&nbsp;me hi i&rsquo;m zoe (she/her, fae/faer, they/them) whats up. tech tip: you can find out more about me by looking at this website</description>
|
||||
<guid>http://example.org/about/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>buddies</title>
|
||||
<link>https://zoe.kittycat.homes/links/buddies/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<title>Aeiuo</title>
|
||||
<link>http://example.org/posts/aeiuo/</link>
|
||||
<pubDate>Sat, 09 Apr 2022 14:12:18 +0200</pubDate>
|
||||
|
||||
<guid>https://zoe.kittycat.homes/links/buddies/</guid>
|
||||
<description>&nbsp;tess!!! fae is my girlfriend and is really perfect!!! like there has been no other person like faer in existence and its rlly nice! i&rsquo;m gay! anyways look at faer website (very important) this site also has free cat pics!!! and fae makes really good twitch streams! what&rsquo;s stopping you from taking a look! we also made a bunch of games together hehe
|
||||
&nbsp;armisael webring this website is part of the armisael webring!</description>
|
||||
<guid>http://example.org/posts/aeiuo/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>B</title>
|
||||
<link>http://example.org/dir1/b/</link>
|
||||
<pubDate>Sat, 09 Apr 2022 14:02:24 +0200</pubDate>
|
||||
|
||||
<guid>http://example.org/dir1/b/</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>
|
||||
|
||||
</channel>
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
(function addHeadingLinks() {
|
||||
var article = document.getElementById("content");
|
||||
var headings = article.querySelectorAll("h1, h2, h3, h4, h5, h6");
|
||||
headings.forEach(function (heading) {
|
||||
if (heading.id) {
|
||||
var a = document.createElement("a");
|
||||
a.innerHTML = heading.innerHTML;
|
||||
a.href = "#" + heading.id;
|
||||
heading.innerHTML = "";
|
||||
heading.appendChild(a);
|
||||
}
|
||||
});
|
||||
})();
|
|
@ -1,36 +0,0 @@
|
|||
const checkbox = document.getElementById("darkmode-toggle");
|
||||
const colorswitchers = document.getElementsByClassName("colorswitch");
|
||||
|
||||
function switchToLight() {
|
||||
for (let item of colorswitchers) {
|
||||
item.classList.add("light");
|
||||
}
|
||||
}
|
||||
|
||||
function switchToDark() {
|
||||
for (let item of colorswitchers) {
|
||||
console.log(item);
|
||||
item.classList.remove("light");
|
||||
}
|
||||
}
|
||||
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
if (localStorage.getItem("light")) {
|
||||
switchToLight();
|
||||
} else {
|
||||
switchToDark();
|
||||
}
|
||||
checkbox.checked = localStorage.getItem("dark");
|
||||
checkbox.addEventListener("change", function () {
|
||||
localStorage.setItem("light", this.checked);
|
||||
if (this.checked) {
|
||||
switchToLight();
|
||||
} else {
|
||||
localStorage.removeItem("light");
|
||||
switchToDark();
|
||||
}
|
||||
});
|
||||
if (localStorage.getItem("light")) {
|
||||
checkbox.checked = true;
|
||||
}
|
||||
});
|
|
@ -1,94 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>buddies</title>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/scss/main.css">
|
||||
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
|
||||
</head>
|
||||
<body class="colorswitch"><div id="content">
|
||||
<section id="main">
|
||||
<div class="titlecontainer">
|
||||
<h1 id="title" class="colorswitch">buddies</h1>
|
||||
</div>
|
||||
<div>
|
||||
<article id="content" class="colorswitch">
|
||||
<h2 id="tess" class="colorswitch">
|
||||
<a class="hash-link colorswitch" href="#tess">
|
||||
tess!!!
|
||||
</a>
|
||||
</h2>
|
||||
<p>fae is my girlfriend and is really perfect!!! like there has been no other person like faer in existence and its rlly nice! i’m gay!
|
||||
<a href="https://tess.kittycat.homes">anyways look at faer website (very important)</a> this site also has <em>free cat pics!!!</em> and fae makes really good <a href="https://www.twitch.tv/rawtess">twitch streams</a>!
|
||||
what’s stopping you from taking a look!
|
||||
we also made a bunch of <a href="https://bathearttiger.itch.io/">games</a> together hehe</p>
|
||||
<h2 id="armisael-webring" class="colorswitch">
|
||||
<a class="hash-link colorswitch" href="#armisael-webring">
|
||||
armisael webring
|
||||
</a>
|
||||
</h2>
|
||||
<p>this website is part of the <a href="https://ring.bicompact.space/">armisael webring!</a>
|
||||
bunch of fuckging dorks on there (they’re great)<br>
|
||||
<a href="https://bicompact.space/">hazel</a> is in front of me and <a href="https://erkin.party/">lulu</a> is behind!</p>
|
||||
<h2 id="blankie" class="colorswitch">
|
||||
<a class="hash-link colorswitch" href="#blankie">
|
||||
blankie
|
||||
</a>
|
||||
</h2>
|
||||
<p>blankie is way better at websites then me! you should look at them!
|
||||
theres <a href="https://pastel.codes/">pastel.codes</a> and <a href="https://pentagram.site/">pentagram.site</a></p>
|
||||
<h2 id="elysia" class="colorswitch">
|
||||
<a class="hash-link colorswitch" href="#elysia">
|
||||
elysia
|
||||
</a>
|
||||
</h2>
|
||||
<p>fae is cool and queer and also cats! what’s not to love! <a href="http://alphamethyl.barr0w.net/~elysia/">go look!</a>
|
||||
this type of website also just makes me happy!</p>
|
||||
<h2 id="barrow" class="colorswitch">
|
||||
<a class="hash-link colorswitch" href="#barrow">
|
||||
barrow
|
||||
</a>
|
||||
</h2>
|
||||
<p>ezra and june barrow run the <a href="http://alphamethyl.barr0w.net/~barrow/">alphamethyl</a> tilde and generally do v good and cool fuckery</p>
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</section>
|
||||
<aside id="meta">
|
||||
<div>
|
||||
<section>
|
||||
</section>
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
</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 colorswitch" href="/" title="home"></a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
|
||||
|
||||
<a class="footer-nav-item active 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 colorswitch" href="/posts/" title="posts">龎</a>
|
||||
|
||||
</nav>
|
||||
</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/main.js"></script>
|
||||
</body>
|
||||
</html>
|
|
@ -1,63 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>find me</title>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/scss/main.css">
|
||||
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
|
||||
</head>
|
||||
<body class="colorswitch"><div id="content">
|
||||
<section id="main">
|
||||
<div class="titlecontainer">
|
||||
<h1 id="title" class="colorswitch">find me</h1>
|
||||
</div>
|
||||
<div>
|
||||
<article id="content" class="colorswitch">
|
||||
<p>you can find me on a few different platforms!</p>
|
||||
<p><a href="https://matrix.to/#/@bat:matrix.kittycat.homes">ﬧ matrix</a>
|
||||
<a href="https://git.kittycat.homes/zoe"> git</a>
|
||||
<a href="https://zoebat.bandcamp.com/"> bandcamp</a>
|
||||
<a href="https://kittycat.homes/@pastelpunkbandit"> gotosocial</a>
|
||||
<a href="https://bathearttiger.itch.io/"> itch.io bat tiger</a></p>
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</section>
|
||||
<aside id="meta">
|
||||
<div>
|
||||
<section>
|
||||
</section>
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
</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 colorswitch" href="/" title="home"></a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
|
||||
|
||||
<a class="footer-nav-item active 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 colorswitch" href="/posts/" title="posts">龎</a>
|
||||
|
||||
</nav>
|
||||
</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/main.js"></script>
|
||||
</body>
|
||||
</html>
|
|
@ -1,71 +1,54 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en"><head>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>links</title>
|
||||
<title>Links</title>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/scss/main.css">
|
||||
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
|
||||
</head>
|
||||
<body class="colorswitch"><div id="content">
|
||||
<main>
|
||||
<article>
|
||||
<header class="colorswitch">
|
||||
<h1 id="title">links</h1>
|
||||
</header>
|
||||
|
||||
<body><div id="content">
|
||||
<section id="main">
|
||||
<h1 id="title">Single Page Links</h1>
|
||||
<div>
|
||||
<article id="content">
|
||||
|
||||
</article>
|
||||
<div id="pagelist">
|
||||
|
||||
|
||||
<div id="postlist">
|
||||
<h2 class="colorswitch posttitle">
|
||||
<a class="colorswitch" href="https://zoe.kittycat.homes/links/nice_things/">things that make me happy</h2><div class="postdescription">this is a list of very good things</a><br>
|
||||
<a class="postinfo colorswitch" href="https://zoe.kittycat.homes/links/nice_things/">read more...</a>
|
||||
</div>
|
||||
</section>
|
||||
<aside id="meta">
|
||||
<div>
|
||||
<section>
|
||||
</section>
|
||||
|
||||
<div id="postlist">
|
||||
<h2 class="colorswitch posttitle">
|
||||
<a class="colorswitch" href="https://zoe.kittycat.homes/links/contact/">find me</h2><div class="postdescription">where to find me</a><br>
|
||||
<a class="postinfo colorswitch" href="https://zoe.kittycat.homes/links/contact/">read more...</a>
|
||||
</div>
|
||||
|
||||
<div id="postlist">
|
||||
<h2 class="colorswitch posttitle">
|
||||
<a class="colorswitch" href="https://zoe.kittycat.homes/links/buddies/">buddies</h2><div class="postdescription">these are some cool people that i like!!! very good! you should look at this page</a><br>
|
||||
<a class="postinfo colorswitch" href="https://zoe.kittycat.homes/links/buddies/">read more...</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
|
||||
<a class="previous" href="http://example.org/about/">previous: About</a>
|
||||
|
||||
|
||||
</div>
|
||||
</main>
|
||||
</div><footer class="colorswitch">
|
||||
<span id="footer-left"></span>
|
||||
<span id="footer-center">
|
||||
<nav id="footer-nav" aria-label="navigation">
|
||||
</aside>
|
||||
|
||||
</div><footer>
|
||||
<div id="footer-center">
|
||||
<nav id="footer-nav">
|
||||
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/" title="home"></a>
|
||||
<a class="footer-nav-item" href="/" title=""> home</a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
|
||||
<a class="footer-nav-item" href="/about/" title="About"> about</a>
|
||||
|
||||
<a class="footer-nav-item active 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 colorswitch" href="/posts/" title="posts">龎</a>
|
||||
<a class="footer-nav-item active" href="/links/" title="Links"> links</a>
|
||||
|
||||
</nav>
|
||||
</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>
|
||||
</div>
|
||||
<div id="footer-right">
|
||||
<input type="checkbox" id="darkmode-toggle">
|
||||
</div>
|
||||
</footer>
|
||||
<script src="/js/main.js"></script>
|
||||
<script src="/js/darkmode.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,41 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>links on batsite</title>
|
||||
<link>https://zoe.kittycat.homes/links/</link>
|
||||
<description>Recent content in links on batsite</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>eng</language>
|
||||
<lastBuildDate>Sat, 09 Apr 2022 17:37:48 +0200</lastBuildDate><atom:link href="https://zoe.kittycat.homes/links/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>things that make me happy</title>
|
||||
<link>https://zoe.kittycat.homes/links/nice_things/</link>
|
||||
<pubDate>Fri, 15 Apr 2022 20:01:01 +0200</pubDate>
|
||||
|
||||
<guid>https://zoe.kittycat.homes/links/nice_things/</guid>
|
||||
<description>&nbsp;my girlfriend!!! hehe fae is so cute
|
||||
&nbsp;videos &nbsp;an entire tray of peas the raw energy of this is just amazing she just eats the entire tray of peas!!! impressive!</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>find me</title>
|
||||
<link>https://zoe.kittycat.homes/links/contact/</link>
|
||||
<pubDate>Fri, 15 Apr 2022 16:19:04 +0200</pubDate>
|
||||
|
||||
<guid>https://zoe.kittycat.homes/links/contact/</guid>
|
||||
<description>you can find me on a few different platforms!
|
||||
ﬧ matrix git bandcamp gotosocial itch.io bat tiger</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>buddies</title>
|
||||
<link>https://zoe.kittycat.homes/links/buddies/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://zoe.kittycat.homes/links/buddies/</guid>
|
||||
<description>&nbsp;tess!!! fae is my girlfriend and is really perfect!!! like there has been no other person like faer in existence and its rlly nice! i&rsquo;m gay! anyways look at faer website (very important) this site also has free cat pics!!! and fae makes really good twitch streams! what&rsquo;s stopping you from taking a look! we also made a bunch of games together hehe
|
||||
&nbsp;armisael webring this website is part of the armisael webring!</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
|
@ -1,74 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>things that make me happy</title>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/scss/main.css">
|
||||
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
|
||||
</head>
|
||||
<body class="colorswitch"><div id="content">
|
||||
<section id="main">
|
||||
<div class="titlecontainer">
|
||||
<h1 id="title" class="colorswitch">things that make me happy</h1>
|
||||
</div>
|
||||
<div>
|
||||
<article id="content" class="colorswitch">
|
||||
<h2 id="my-girlfriend" class="colorswitch">
|
||||
<a class="hash-link colorswitch" href="#my-girlfriend">
|
||||
my girlfriend!!!
|
||||
</a>
|
||||
</h2>
|
||||
<p><a href="/links/buddies/#tess">hehe fae is so cute</a></p>
|
||||
<h2 id="videos" class="colorswitch">
|
||||
<a class="hash-link colorswitch" href="#videos">
|
||||
videos
|
||||
</a>
|
||||
</h2>
|
||||
<h3 id="an-entire-tray-of-peas" class="colorswitch">
|
||||
<a class="hash-link colorswitch" href="#an-entire-tray-of-peas">
|
||||
an entire tray of peas
|
||||
</a>
|
||||
</h3>
|
||||
<p><a href="https://www.youtube.com/watch?v=HWcKcUn7e-8">the raw energy of this is just amazing</a> she just eats the entire tray of peas!!! impressive!</p>
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</section>
|
||||
<aside id="meta">
|
||||
<div>
|
||||
<section>
|
||||
</section>
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
</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 colorswitch" href="/" title="home"></a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
|
||||
|
||||
<a class="footer-nav-item active 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 colorswitch" href="/posts/" title="posts">龎</a>
|
||||
|
||||
</nav>
|
||||
</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/main.js"></script>
|
||||
</body>
|
||||
</html>
|
|
@ -1,59 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>music</title>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/scss/main.css">
|
||||
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
|
||||
</head>
|
||||
<body class="colorswitch"><div id="content">
|
||||
<main>
|
||||
<article>
|
||||
<header class="colorswitch">
|
||||
<h1 id="title">music</h1>
|
||||
</header>
|
||||
|
||||
<h2 id="where-to-listen" class="colorswitch">
|
||||
<a class="hash-link colorswitch" href="#where-to-listen">
|
||||
where to listen?
|
||||
</a>
|
||||
</h2>
|
||||
<p>you can find (and download) my music on <a href="https://zoebat.bandcamp.com">bandcamp</a>!!! in the future i will probably also provide torrent links</p>
|
||||
|
||||
</article>
|
||||
<div id="pagelist">
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</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 colorswitch" href="/" title="home"></a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/links/" title="links"></a>
|
||||
|
||||
<a class="footer-nav-item active colorswitch" href="/music/" title="music"></a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/software/" title="software"></a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/posts/" title="posts">龎</a>
|
||||
|
||||
</nav>
|
||||
</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/main.js"></script>
|
||||
</body>
|
||||
</html>
|
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>music on batsite</title>
|
||||
<link>https://zoe.kittycat.homes/music/</link>
|
||||
<description>Recent content in music on batsite</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>eng</language>
|
||||
<lastBuildDate>Fri, 15 Apr 2022 20:45:35 +0200</lastBuildDate><atom:link href="https://zoe.kittycat.homes/music/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
|
@ -1,53 +1,53 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en"><head>
|
||||
<html><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 class="colorswitch"><div id="content">
|
||||
<body><div id="content">
|
||||
<main>
|
||||
<article>
|
||||
<header class="colorswitch">
|
||||
<h1 id="title">posts</h1>
|
||||
<header>
|
||||
<h1>List - Posts</h1>
|
||||
</header>
|
||||
|
||||
|
||||
</article>
|
||||
<div id="pagelist">
|
||||
<ul>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<li>
|
||||
<a href="http://example.org/posts/aeiuo/">Aeiuo</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="http://example.org/posts/example/">Example</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</main>
|
||||
</div><footer class="colorswitch">
|
||||
<span id="footer-left"></span>
|
||||
<span id="footer-center">
|
||||
<nav id="footer-nav" aria-label="navigation">
|
||||
|
||||
</div><footer>
|
||||
<div id="footer-center">
|
||||
<nav id="footer-nav">
|
||||
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/" title="home"></a>
|
||||
<a class="footer-nav-item" href="/" title=""> home</a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
|
||||
<a class="footer-nav-item" href="/about/" title="About"> about</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>
|
||||
<a class="footer-nav-item" href="/links/" title="Links"> links</a>
|
||||
|
||||
</nav>
|
||||
</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>
|
||||
</div>
|
||||
<div id="footer-right">
|
||||
<input type="checkbox" id="darkmode-toggle">
|
||||
</div>
|
||||
</footer>
|
||||
<script src="/js/main.js"></script>
|
||||
<script src="/js/darkmode.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,11 +1,29 @@
|
|||
<?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>
|
||||
<link>https://zoe.kittycat.homes/posts/</link>
|
||||
<description>Recent content in posts on batsite</description>
|
||||
<title>Posts on batsite</title>
|
||||
<link>http://example.org/posts/</link>
|
||||
<description>Recent content in Posts on batsite</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>eng</language>
|
||||
<lastBuildDate>Sun, 10 Apr 2022 19:06:26 +0200</lastBuildDate><atom:link href="https://zoe.kittycat.homes/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<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>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
|
@ -1,452 +1,49 @@
|
|||
@charset "UTF-8";
|
||||
* {
|
||||
transition: 2s; }
|
||||
|
||||
body {
|
||||
background-color: #413c74;
|
||||
color: #ff8ad0;
|
||||
transition: 2s; }
|
||||
body.light {
|
||||
background-color: #ffffff;
|
||||
color: #413c74; }
|
||||
background-color: #ffe7d6;
|
||||
color: #73464c; }
|
||||
|
||||
a {
|
||||
background-color: transparent;
|
||||
color: #ffdc6d;
|
||||
transition: 2s; }
|
||||
a.light {
|
||||
background-color: transparent;
|
||||
color: #9b5bb4; }
|
||||
|
||||
a.footer-nav-item.active,
|
||||
a.footer-nav-item:hover {
|
||||
color: #ff8ad0;
|
||||
background-color: #413c74;
|
||||
border-color: #413c74;
|
||||
transition: 0.2s; }
|
||||
a.footer-nav-item.active.light,
|
||||
a.footer-nav-item:hover.light {
|
||||
color: #413c74;
|
||||
background-color: #ffffff;
|
||||
border-color: #ffffff; }
|
||||
|
||||
footer {
|
||||
background-color: #ff8ad0;
|
||||
color: #413c74;
|
||||
transition: 2s; }
|
||||
footer.light {
|
||||
background-color: #413c74;
|
||||
color: #ffffff; }
|
||||
|
||||
footer a {
|
||||
color: #413c74;
|
||||
background-color: #ff8ad0;
|
||||
transition: 2s; }
|
||||
footer a.light {
|
||||
color: #ffffff;
|
||||
background-color: #413c74; }
|
||||
|
||||
.togglelabel {
|
||||
background-color: #ff8ad0;
|
||||
border-color: #413c74;
|
||||
transition: 2s; }
|
||||
.togglelabel.light {
|
||||
background-color: #413c74;
|
||||
border-color: #ffffff; }
|
||||
|
||||
.togglelabel.light::after {
|
||||
background-color: #ffffff;
|
||||
border-color: #ffffff;
|
||||
color: #413c74;
|
||||
transition: 2s; }
|
||||
|
||||
.togglelabel::after {
|
||||
background-color: #413c74;
|
||||
border-color: #413c74;
|
||||
color: #ff8ad0;
|
||||
transition: 2s; }
|
||||
|
||||
body.light #title {
|
||||
color: #ffffff;
|
||||
background-color: #413c74;
|
||||
transition: 2s; }
|
||||
|
||||
body #title {
|
||||
color: #413c74;
|
||||
background-color: #ff8ad0;
|
||||
transition: 2s; }
|
||||
|
||||
article {
|
||||
background-color: #413c74;
|
||||
border-color: #ff8ad0;
|
||||
transition: 2s; }
|
||||
article.light {
|
||||
background-color: #ffffff;
|
||||
border-color: #413c74; }
|
||||
|
||||
h2 {
|
||||
background-color: #ffdc6d;
|
||||
color: #413c74;
|
||||
transition: 2s; }
|
||||
h2.light {
|
||||
color: #ffffff; }
|
||||
|
||||
h2 a {
|
||||
color: #413c74; }
|
||||
h2 a.light {
|
||||
color: #ffffff; }
|
||||
|
||||
h3 {
|
||||
background-color: #61d478;
|
||||
color: #413c74;
|
||||
transition: 2s; }
|
||||
|
||||
h3 a {
|
||||
color: #413c74; }
|
||||
h3 a:hover {
|
||||
background-color: transparent; }
|
||||
|
||||
h3.light {
|
||||
background-color: #5183b9;
|
||||
color: #ffffff;
|
||||
transition: 2s; }
|
||||
h3.lighta {
|
||||
color: #ffffff; }
|
||||
|
||||
h5,
|
||||
h6,
|
||||
h4 {
|
||||
background-color: #ffffff;
|
||||
color: #413c74;
|
||||
transition: 2s; }
|
||||
h5 a,
|
||||
h6 a,
|
||||
h4 a {
|
||||
color: #413c74;
|
||||
background-color: transparent; }
|
||||
|
||||
h4.light,
|
||||
h5.light,
|
||||
h6.light {
|
||||
background-color: #413c74;
|
||||
color: #ffffff;
|
||||
transition: 2s; }
|
||||
|
||||
h2.light {
|
||||
background-color: #9b5bb4;
|
||||
color: #ffffff;
|
||||
transition: 2s; }
|
||||
|
||||
article.light a {
|
||||
background-color: transparent;
|
||||
color: #9b5bb4;
|
||||
transition: 2s; }
|
||||
article.light a.hash-link {
|
||||
color: #ffffff; }
|
||||
article.light a.hash-link:hover {
|
||||
background-color: transparent;
|
||||
color: #ffffff; }
|
||||
|
||||
a:hover {
|
||||
color: #413c74;
|
||||
background-color: #ffdc6d;
|
||||
transition: 0.2s;
|
||||
border-color: #ffdc6d; }
|
||||
|
||||
.previous.light:hover,
|
||||
.next.light:hover,
|
||||
.postdescription a.light:hover,
|
||||
article.light a:hover {
|
||||
color: #ffffff;
|
||||
background-color: #9b5bb4;
|
||||
transition: 0.2s;
|
||||
border-color: #9b5bb4; }
|
||||
|
||||
.light.hash-link:hover,
|
||||
.hash-link:hover {
|
||||
background-color: transparent;
|
||||
transition: 2s; }
|
||||
|
||||
h1a.light,
|
||||
h2a.light,
|
||||
h3a.light,
|
||||
h4a.light,
|
||||
h5a.light,
|
||||
h6a.light {
|
||||
background-color: transparent;
|
||||
color: #ffffff; }
|
||||
h1a.light:hover,
|
||||
h2a.light:hover,
|
||||
h3a.light:hover,
|
||||
h4a.light:hover,
|
||||
h5a.light:hover,
|
||||
h6a.light:hover {
|
||||
background-color: transparent; }
|
||||
|
||||
header.light {
|
||||
background-color: #ffffff;
|
||||
transition: 2s; }
|
||||
|
||||
header {
|
||||
transition: 2s; }
|
||||
|
||||
.posttitle a {
|
||||
background-color: transparent;
|
||||
color: #413c74; }
|
||||
.posttitle a:hover {
|
||||
background-color: transparent; }
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
flex: auto; }
|
||||
|
||||
footer {
|
||||
min-height: 42pt;
|
||||
position: sticky;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
bottom: 0; }
|
||||
|
||||
#content {
|
||||
min-height: calc(100% - 42pt * 3);
|
||||
right: auto;
|
||||
margin-bottom: 84pt; }
|
||||
|
||||
#content p,
|
||||
#content ul,
|
||||
#content ol,
|
||||
#content table,
|
||||
code,
|
||||
.postdescription,
|
||||
hr {
|
||||
margin-right: 24%;
|
||||
margin-left: 24%; }
|
||||
|
||||
p code {
|
||||
margin-left: 0;
|
||||
margin-right: 0; }
|
||||
|
||||
#content ol ol,
|
||||
#content ul ul {
|
||||
margin-left: 0.12em; }
|
||||
|
||||
#footer-left {
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
margin-left: 24pt;
|
||||
justify-self: left;
|
||||
margin-right: auto;
|
||||
display: inline-flex; }
|
||||
|
||||
#footer-right {
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
margin-left: auto;
|
||||
justify-self: right;
|
||||
margin-right: 24pt;
|
||||
align-content: center;
|
||||
display: inline-flex; }
|
||||
|
||||
#footer-center {
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
justify-content: center;
|
||||
justify-self: center;
|
||||
display: inline-flex; }
|
||||
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0; }
|
||||
|
||||
#footer-right * {
|
||||
display: flex;
|
||||
margin-top: auto;
|
||||
margin-bottom: auto; }
|
||||
|
||||
#footer-center * {
|
||||
display: flex;
|
||||
margin-right: 8pt;
|
||||
margin-left: 8pt;
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
justify-content: center;
|
||||
align-items: center; }
|
||||
|
||||
.postinfo {
|
||||
text-align: right; }
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
padding-right: 6%;
|
||||
margin-right: 6%;
|
||||
padding-top: 12pt;
|
||||
padding-bottom: 12pt;
|
||||
justify-content: right;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-align: right; }
|
||||
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em; }
|
||||
|
||||
article {
|
||||
margin-inline: auto; }
|
||||
|
||||
.titlecontainer,
|
||||
header {
|
||||
width: 100%;
|
||||
padding-top: 42pt; }
|
||||
body.dark {
|
||||
background-color: black;
|
||||
color: white; }
|
||||
|
||||
@font-face {
|
||||
font-family: CaskaydiaCove;
|
||||
src: url(/font/CaskaydiaCove.ttf); }
|
||||
|
||||
@font-face {
|
||||
font-family: CaskaydiaCoveMono;
|
||||
src: url(/font/CaskaydiaCoveMono.ttf); }
|
||||
|
||||
* {
|
||||
font-family: CaskaydiaCove;
|
||||
font-size: 12pt; }
|
||||
|
||||
p,
|
||||
.postdescription,
|
||||
ul {
|
||||
line-height: 2em; }
|
||||
font-size: 16pt; }
|
||||
|
||||
h1 {
|
||||
font-size: 42pt; }
|
||||
|
||||
h2 a {
|
||||
font-size: 42pt;
|
||||
font-style: bold; }
|
||||
|
||||
h3 a, h4 a {
|
||||
font-size: 32pt; }
|
||||
|
||||
h5 a, h6 a {
|
||||
font-size: 24pt; }
|
||||
|
||||
a {
|
||||
text-decoration: none; }
|
||||
|
||||
footer * {
|
||||
font-size: 24pt;
|
||||
font-family: CaskaydiaCoveMono; }
|
||||
footer {
|
||||
font-size: 20pt; }
|
||||
|
||||
label::after {
|
||||
font-family: CaskaydiaCoveMono;
|
||||
font-size: 24pt; }
|
||||
html, body {
|
||||
height: 100%;
|
||||
flex: auto; }
|
||||
|
||||
h6 {
|
||||
font-style: italic; }
|
||||
|
||||
::before,
|
||||
code {
|
||||
font-family: CaskaydiaCoveMono; }
|
||||
|
||||
* {
|
||||
border-width: 2pt; }
|
||||
|
||||
input[type="checkbox"] {
|
||||
cursor: pointer; }
|
||||
|
||||
.toggleinput {
|
||||
opacity: 0;
|
||||
max-height: 0;
|
||||
max-width: 0;
|
||||
overflow: hidden; }
|
||||
|
||||
.togglelabel {
|
||||
width: 42pt;
|
||||
height: 24pt;
|
||||
border-radius: 48pt;
|
||||
cursor: pointer;
|
||||
align-items: center;
|
||||
display: flex; }
|
||||
|
||||
.togglelabel::after {
|
||||
left: calc(100% - 67pt);
|
||||
content: "";
|
||||
position: absolute;
|
||||
height: 20pt;
|
||||
width: 20pt;
|
||||
border-width: 1pt;
|
||||
border-radius: 100pt;
|
||||
transition: 1s;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
footer {
|
||||
height: 10%;
|
||||
min-height: 24pt;
|
||||
position: sticky;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
content: "";
|
||||
border-style: solid; }
|
||||
justify-content: center; }
|
||||
|
||||
input:checked + label:after {
|
||||
left: calc(100% - 49pt); }
|
||||
#footer-content {
|
||||
width: 100%; }
|
||||
|
||||
input:checked + label::after {
|
||||
content: "滛"; }
|
||||
#content {
|
||||
min-height: 90%; }
|
||||
|
||||
.footer-nav-item {
|
||||
border-radius: 100%;
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-style: solid; }
|
||||
#footer-right {
|
||||
justify-self: right; }
|
||||
|
||||
.togglelabel {
|
||||
border: solid; }
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
border-top-right-radius: 48pt;
|
||||
border-bottom-right-radius: 48pt; }
|
||||
h1 .hash-link:hover,
|
||||
h2 .hash-link:hover,
|
||||
h3 .hash-link:hover,
|
||||
h4 .hash-link:hover,
|
||||
h5 .hash-link:hover,
|
||||
h6 .hash-link:hover {
|
||||
cursor: pointer; }
|
||||
h1 .hash-link:hover::before,
|
||||
h2 .hash-link:hover::before,
|
||||
h3 .hash-link:hover::before,
|
||||
h4 .hash-link:hover::before,
|
||||
h5 .hash-link:hover::before,
|
||||
h6 .hash-link:hover::before {
|
||||
content: ""; }
|
||||
|
||||
.postdescription,
|
||||
#content p,
|
||||
#content ul,
|
||||
#content ol,
|
||||
#content table {
|
||||
border-left-style: solid;
|
||||
border-width: 0.24em;
|
||||
padding-left: 2em; }
|
||||
|
||||
p a,
|
||||
.postdescription a,
|
||||
ul a {
|
||||
border-style: solid;
|
||||
padding: 0.12em; }
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0; }
|
||||
|
|
|
@ -2,34 +2,32 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://zoe.kittycat.homes/</loc>
|
||||
<lastmod>2022-04-15T20:45:43+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://zoe.kittycat.homes/software/</loc>
|
||||
<lastmod>2022-04-15T20:45:43+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://zoe.kittycat.homes/music/</loc>
|
||||
<lastmod>2022-04-15T20:45:35+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://zoe.kittycat.homes/links/nice_things/</loc>
|
||||
<lastmod>2022-04-15T20:01:01+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://zoe.kittycat.homes/links/contact/</loc>
|
||||
<lastmod>2022-04-15T16:19:04+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://zoe.kittycat.homes/posts/</loc>
|
||||
<lastmod>2022-04-10T19:06:26+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://zoe.kittycat.homes/links/</loc>
|
||||
<loc>http://example.org/links/</loc>
|
||||
<lastmod>2022-04-09T17:37:48+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://zoe.kittycat.homes/about/</loc>
|
||||
<loc>http://example.org/about/</loc>
|
||||
<lastmod>2022-04-09T14:23:49+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://zoe.kittycat.homes/links/buddies/</loc>
|
||||
<loc>http://example.org/posts/aeiuo/</loc>
|
||||
<lastmod>2022-04-09T14:12:18+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://zoe.kittycat.homes/categories/</loc>
|
||||
<loc>http://example.org/</loc>
|
||||
<lastmod>2022-04-09T14:12:18+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://zoe.kittycat.homes/tags/</loc>
|
||||
<loc>http://example.org/posts/</loc>
|
||||
<lastmod>2022-04-09T14:12:18+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://example.org/dir1/b/</loc>
|
||||
<lastmod>2022-04-09T14:02:24+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://example.org/dir1/</loc>
|
||||
<lastmod>2022-04-09T14:02:24+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://example.org/posts/example/</loc>
|
||||
<lastmod>2022-04-09T13:36:54+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://example.org/categories/</loc>
|
||||
</url><url>
|
||||
<loc>http://example.org/tags/</loc>
|
||||
</url>
|
||||
</urlset>
|
||||
|
|
|
@ -1,53 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>software</title>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/scss/main.css">
|
||||
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
|
||||
</head>
|
||||
<body class="colorswitch"><div id="content">
|
||||
<main>
|
||||
<article>
|
||||
<header class="colorswitch">
|
||||
<h1 id="title">software</h1>
|
||||
</header>
|
||||
|
||||
|
||||
</article>
|
||||
<div id="pagelist">
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</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 colorswitch" href="/" title="home"></a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/about/" title="about"></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 active colorswitch" href="/software/" title="software"></a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/posts/" title="posts">龎</a>
|
||||
|
||||
</nav>
|
||||
</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/main.js"></script>
|
||||
</body>
|
||||
</html>
|
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>software on batsite</title>
|
||||
<link>https://zoe.kittycat.homes/software/</link>
|
||||
<description>Recent content in software on batsite</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>eng</language>
|
||||
<lastBuildDate>Fri, 15 Apr 2022 20:45:43 +0200</lastBuildDate><atom:link href="https://zoe.kittycat.homes/software/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en"><head>
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Tags</title>
|
||||
|
@ -8,46 +8,38 @@
|
|||
<link rel="stylesheet" href="/scss/main.css">
|
||||
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
|
||||
</head>
|
||||
<body class="colorswitch"><div id="content">
|
||||
<body><div id="content">
|
||||
<main>
|
||||
<article>
|
||||
<header class="colorswitch">
|
||||
<h1 id="title">Tags</h1>
|
||||
<header>
|
||||
<h1>List - Tags</h1>
|
||||
</header>
|
||||
|
||||
|
||||
</article>
|
||||
<div id="pagelist">
|
||||
<ul>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</ul>
|
||||
</main>
|
||||
</div><footer class="colorswitch">
|
||||
<span id="footer-left"></span>
|
||||
<span id="footer-center">
|
||||
<nav id="footer-nav" aria-label="navigation">
|
||||
|
||||
</div><footer>
|
||||
<div id="footer-center">
|
||||
<nav id="footer-nav">
|
||||
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/" title="home"></a>
|
||||
<a class="footer-nav-item" href="/" title=""> home</a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
|
||||
<a class="footer-nav-item" href="/about/" title="About"> about</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 colorswitch" href="/posts/" title="posts">龎</a>
|
||||
<a class="footer-nav-item" href="/links/" title="Links"> links</a>
|
||||
|
||||
</nav>
|
||||
</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>
|
||||
</div>
|
||||
<div id="footer-right">
|
||||
<input type="checkbox" id="darkmode-toggle">
|
||||
</div>
|
||||
</footer>
|
||||
<script src="/js/main.js"></script>
|
||||
<script src="/js/darkmode.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Tags on batsite</title>
|
||||
<link>https://zoe.kittycat.homes/tags/</link>
|
||||
<link>http://example.org/tags/</link>
|
||||
<description>Recent content in Tags on batsite</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>eng</language><atom:link href="https://zoe.kittycat.homes/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<language>en-us</language><atom:link href="http://example.org/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
|
@ -56,13 +56,11 @@ footer a {
|
|||
|
||||
.togglelabel.light::after {
|
||||
background-color: #ffffff;
|
||||
border-color: #ffffff;
|
||||
color: #413c74;
|
||||
transition: 2s; }
|
||||
|
||||
.togglelabel::after {
|
||||
background-color: #413c74;
|
||||
border-color: #413c74;
|
||||
color: #ff8ad0;
|
||||
transition: 2s; }
|
||||
|
||||
|
@ -150,8 +148,7 @@ article.light a {
|
|||
a:hover {
|
||||
color: #413c74;
|
||||
background-color: #ffdc6d;
|
||||
transition: 0.2s;
|
||||
border-color: #ffdc6d; }
|
||||
transition: 0.2s; }
|
||||
|
||||
.previous.light:hover,
|
||||
.next.light:hover,
|
||||
|
@ -159,8 +156,7 @@ a:hover {
|
|||
article.light a:hover {
|
||||
color: #ffffff;
|
||||
background-color: #9b5bb4;
|
||||
transition: 0.2s;
|
||||
border-color: #9b5bb4; }
|
||||
transition: 0.2s; }
|
||||
|
||||
.light.hash-link:hover,
|
||||
.hash-link:hover {
|
||||
|
@ -202,7 +198,7 @@ body {
|
|||
flex: auto; }
|
||||
|
||||
footer {
|
||||
min-height: 42pt;
|
||||
height: 42pt;
|
||||
position: sticky;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -276,9 +272,6 @@ p code {
|
|||
justify-content: center;
|
||||
align-items: center; }
|
||||
|
||||
.postinfo {
|
||||
text-align: right; }
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
|
@ -291,8 +284,7 @@ h6 {
|
|||
padding-bottom: 12pt;
|
||||
justify-content: right;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-align: right; }
|
||||
align-items: center; }
|
||||
|
||||
h2,
|
||||
h3,
|
||||
|
@ -322,11 +314,6 @@ header {
|
|||
font-family: CaskaydiaCove;
|
||||
font-size: 12pt; }
|
||||
|
||||
p,
|
||||
.postdescription,
|
||||
ul {
|
||||
line-height: 2em; }
|
||||
|
||||
h1 {
|
||||
font-size: 42pt; }
|
||||
|
||||
|
@ -359,7 +346,8 @@ code {
|
|||
font-family: CaskaydiaCoveMono; }
|
||||
|
||||
* {
|
||||
border-width: 2pt; }
|
||||
border-width: 2pt;
|
||||
transition: ease-in-out; }
|
||||
|
||||
input[type="checkbox"] {
|
||||
cursor: pointer; }
|
||||
|
@ -444,9 +432,3 @@ h6 {
|
|||
border-left-style: solid;
|
||||
border-width: 0.24em;
|
||||
padding-left: 2em; }
|
||||
|
||||
p a,
|
||||
.postdescription a,
|
||||
ul a {
|
||||
border-style: solid;
|
||||
padding: 0.12em; }
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b8901b68d750983f47b50274396a9296ccfb052a
|
||||
Subproject commit c07edf99959142e11800f19c1670f927cb094f88
|
Loading…
Add table
Add a link
Reference in a new issue