From 449533a7e2c12dea3012514adda6dd97fbc1182d Mon Sep 17 00:00:00 2001
From: Zoe
Date: Fri, 15 Apr 2022 21:30:09 +0200
Subject: [PATCH 1/2] add games
---
content/games/_index.md | 2 +-
public/about/index.html | 2 ++
public/categories/index.html | 2 ++
public/games/index.html | 55 +++++++++++++++++++++++++++++
public/games/index.xml | 11 ++++++
public/index.html | 2 ++
public/links/buddies/index.html | 2 ++
public/links/contact/index.html | 2 ++
public/links/index.html | 2 ++
public/links/nice_things/index.html | 2 ++
public/music/index.html | 2 ++
public/posts/index.html | 2 ++
public/sitemap.xml | 3 ++
public/software/index.html | 2 ++
public/tags/index.html | 2 ++
15 files changed, 92 insertions(+), 1 deletion(-)
create mode 100644 public/games/index.html
create mode 100644 public/games/index.xml
diff --git a/content/games/_index.md b/content/games/_index.md
index ce7efc9..3f87399 100644
--- a/content/games/_index.md
+++ b/content/games/_index.md
@@ -1,7 +1,7 @@
---
title: "games"
date: 2022-04-15T20:42:16+02:00
-draft: true
+draft: false
menu:
nav:
diff --git a/public/about/index.html b/public/about/index.html
index 2d26d37..ebc2157 100644
--- a/public/about/index.html
+++ b/public/about/index.html
@@ -58,6 +58,8 @@ i’m also trans and gay and queer :)
+
+
diff --git a/public/categories/index.html b/public/categories/index.html
index e0abc0f..7364ddf 100644
--- a/public/categories/index.html
+++ b/public/categories/index.html
@@ -37,6 +37,8 @@
+
+
diff --git a/public/games/index.html b/public/games/index.html
new file mode 100644
index 0000000..fd14698
--- /dev/null
+++ b/public/games/index.html
@@ -0,0 +1,55 @@
+
+
+
+
+ games
+
+
+
+
+
+
+
+
+
+
+
diff --git a/public/games/index.xml b/public/games/index.xml
new file mode 100644
index 0000000..bbd2a9b
--- /dev/null
+++ b/public/games/index.xml
@@ -0,0 +1,11 @@
+
+
+
+ games on batsite
+ https://zoe.kittycat.homes/games/
+ Recent content in games on batsite
+ Hugo -- gohugo.io
+ eng
+ Fri, 15 Apr 2022 20:42:16 +0200
+
+
diff --git a/public/index.html b/public/index.html
index 553ddf0..a900ce6 100644
--- a/public/index.html
+++ b/public/index.html
@@ -52,6 +52,8 @@ if you ever wish to experience of of those, i hope you enjoy!
+
+
diff --git a/public/links/buddies/index.html b/public/links/buddies/index.html
index e547d8c..65784ee 100644
--- a/public/links/buddies/index.html
+++ b/public/links/buddies/index.html
@@ -78,6 +78,8 @@ this type of website also just makes me happy!
+
+
diff --git a/public/links/contact/index.html b/public/links/contact/index.html
index 35b40da..5dca352 100644
--- a/public/links/contact/index.html
+++ b/public/links/contact/index.html
@@ -47,6 +47,8 @@
+
+
diff --git a/public/links/index.html b/public/links/index.html
index c23015b..4f2688f 100644
--- a/public/links/index.html
+++ b/public/links/index.html
@@ -55,6 +55,8 @@
+
+
diff --git a/public/links/nice_things/index.html b/public/links/nice_things/index.html
index 7615556..40e194a 100644
--- a/public/links/nice_things/index.html
+++ b/public/links/nice_things/index.html
@@ -58,6 +58,8 @@
+
+
diff --git a/public/music/index.html b/public/music/index.html
index 028f0e8..c4213e7 100644
--- a/public/music/index.html
+++ b/public/music/index.html
@@ -43,6 +43,8 @@
+
+
diff --git a/public/posts/index.html b/public/posts/index.html
index 3e2d890..8611a38 100644
--- a/public/posts/index.html
+++ b/public/posts/index.html
@@ -37,6 +37,8 @@
+
+
diff --git a/public/sitemap.xml b/public/sitemap.xml
index 17225c2..45bab0f 100644
--- a/public/sitemap.xml
+++ b/public/sitemap.xml
@@ -10,6 +10,9 @@
https://zoe.kittycat.homes/music/
2022-04-15T20:45:35+02:00
+
+ https://zoe.kittycat.homes/games/
+ 2022-04-15T20:42:16+02:00
https://zoe.kittycat.homes/links/nice_things/
2022-04-15T20:01:01+02:00
diff --git a/public/software/index.html b/public/software/index.html
index f6abb30..bf4a6be 100644
--- a/public/software/index.html
+++ b/public/software/index.html
@@ -37,6 +37,8 @@
+
+
diff --git a/public/tags/index.html b/public/tags/index.html
index 099bb20..f45340b 100644
--- a/public/tags/index.html
+++ b/public/tags/index.html
@@ -37,6 +37,8 @@
+
+
From ae4f82eb03fba14f4bc399f8486b3125bc6fbdca Mon Sep 17 00:00:00 2001
From: zoe
Date: Fri, 15 Apr 2022 23:50:41 +0200
Subject: [PATCH 2/2] clean up js, start adding hamburger
---
...s_f300667da4f5b5f84e1a9e0702b2fdde.content | 58 +++++++++++++++++--
themes/battheme | 2 +-
2 files changed, 55 insertions(+), 5 deletions(-)
diff --git a/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content b/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content
index 60d2805..691be61 100644
--- a/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content
+++ b/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content
@@ -196,6 +196,30 @@ header {
.posttitle a:hover {
background-color: transparent; }
+button {
+ color: #413c74;
+ background-color: #ff8ad0;
+ border-color: #413c74; }
+ button:hover {
+ transition: 0.2s;
+ background-color: #413c74;
+ color: #ff8ad0; }
+ button.light {
+ color: #ffffff;
+ background-color: #413c74;
+ border-color: #ffffff; }
+ button.light:hover {
+ transition: 0.2s;
+ background-color: #ffffff;
+ color: #413c74; }
+
+#pageindicator {
+ background-color: transparent; }
+ #pageindicator.light {
+ color: #ffffff; }
+ #pageindicator:hover {
+ background-color: transparent; }
+
html,
body {
height: 100%;
@@ -238,7 +262,8 @@ p code {
margin-left: 24pt;
justify-self: left;
margin-right: auto;
- display: inline-flex; }
+ display: inline-flex;
+ align-items: center; }
#footer-right {
margin-top: auto;
@@ -310,6 +335,17 @@ header {
width: 100%;
padding-top: 42pt; }
+#hamburger-bg {
+ position: fixed;
+ background-color: red;
+ opacity: 40%;
+ width: 100%;
+ height: calc(100% - 42pt);
+ left: 0pt;
+ top: 0pt;
+ right: 0;
+ transition: 0s; }
+
@font-face {
font-family: CaskaydiaCove;
src: url(/font/CaskaydiaCove.ttf); }
@@ -320,7 +356,8 @@ header {
* {
font-family: CaskaydiaCove;
- font-size: 12pt; }
+ font-size: 12pt;
+ text-overflow: clip; }
p,
.postdescription,
@@ -402,13 +439,15 @@ input:checked + label:after {
input:checked + label::after {
content: "滛"; }
-.footer-nav-item {
+.footer-nav-item,
+button {
border-radius: 100%;
height: 1em;
width: 1em;
justify-content: center;
align-items: center;
- border-style: solid; }
+ border-style: solid;
+ cursor: pointer; }
.togglelabel {
border: solid; }
@@ -450,3 +489,14 @@ p a,
ul a {
border-style: solid;
padding: 0.12em; }
+
+#hamburger-button {
+ display: none; }
+
+@media screen and (max-width: 640pt) {
+ #footer-center,
+ #darkmode-toggle,
+ #darkmode-toggle-label {
+ display: none; }
+ #hamburger-button {
+ display: flex; } }
diff --git a/themes/battheme b/themes/battheme
index b8901b6..137f5a2 160000
--- a/themes/battheme
+++ b/themes/battheme
@@ -1 +1 @@
-Subproject commit b8901b68d750983f47b50274396a9296ccfb052a
+Subproject commit 137f5a2b05aaad9fab2da9ba0d6abb42dd016110