From 6a2c87267a14c1c38b37f396b72fd699439efc52 Mon Sep 17 00:00:00 2001 From: Zoe Date: Mon, 18 Apr 2022 10:43:09 +0200 Subject: [PATCH 1/5] hover icons for header links --- public/about/index.html | 2 +- public/categories/index.html | 2 +- public/games/index.html | 2 +- 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/scss/main.css | 21 +++++++++++++++++++ public/software/index.html | 2 +- public/software/wisdom/index.html | 2 +- public/tags/index.html | 2 +- ...s_f300667da4f5b5f84e1a9e0702b2fdde.content | 21 +++++++++++++++++++ themes/battheme | 2 +- 16 files changed, 56 insertions(+), 14 deletions(-) diff --git a/public/about/index.html b/public/about/index.html index 5d6b540..bca4e5b 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -12,7 +12,7 @@
-

about

+

about

diff --git a/public/categories/index.html b/public/categories/index.html index 6d18094..052d04f 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -14,7 +14,7 @@
-

Categories 

+

Categories 

diff --git a/public/games/index.html b/public/games/index.html index 439da43..d66ddca 100644 --- a/public/games/index.html +++ b/public/games/index.html @@ -14,7 +14,7 @@
-

games 

+

games 

diff --git a/public/index.html b/public/index.html index e0c1bac..8019280 100644 --- a/public/index.html +++ b/public/index.html @@ -13,7 +13,7 @@
-

home 

+

home 

diff --git a/public/links/buddies/index.html b/public/links/buddies/index.html index 14f23f9..6f37982 100644 --- a/public/links/buddies/index.html +++ b/public/links/buddies/index.html @@ -12,7 +12,7 @@

-

buddies

+

buddies

diff --git a/public/links/contact/index.html b/public/links/contact/index.html index f253b6c..ab67346 100644 --- a/public/links/contact/index.html +++ b/public/links/contact/index.html @@ -12,7 +12,7 @@
-

find me

+

find me

diff --git a/public/links/index.html b/public/links/index.html index a53de98..92b7952 100644 --- a/public/links/index.html +++ b/public/links/index.html @@ -14,7 +14,7 @@
-

links 

+

links 

diff --git a/public/links/nice_things/index.html b/public/links/nice_things/index.html index 3e8f76d..c82824b 100644 --- a/public/links/nice_things/index.html +++ b/public/links/nice_things/index.html @@ -12,7 +12,7 @@
-

things that make me happy

+

things that make me happy

diff --git a/public/music/index.html b/public/music/index.html index f65ae17..fe33651 100644 --- a/public/music/index.html +++ b/public/music/index.html @@ -14,7 +14,7 @@
-

music 

+

music 

diff --git a/public/posts/index.html b/public/posts/index.html index 1158d6b..f5bee8a 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -14,7 +14,7 @@
-

posts 

+

posts 

diff --git a/public/scss/main.css b/public/scss/main.css index 8f3b88e..97bba21 100644 --- a/public/scss/main.css +++ b/public/scss/main.css @@ -173,6 +173,13 @@ h6a.light { h6a.light:hover { background-color: transparent; } +h1 a { + color: #413c74; } + h1 a.light { + color: #ffffff; } + h1 a:hover { + background-color: transparent; } + h1 #rss-title { background-color: transparent; color: #413c74; } @@ -487,6 +494,20 @@ h5, h6 { border-top-right-radius: 48pt; border-bottom-right-radius: 48pt; } + h1 .with-rss:hover::before, + h2 .with-rss:hover::before, + h3 .with-rss:hover::before, + h4 .with-rss:hover::before, + h5 .with-rss:hover::before, + h6 .with-rss:hover::before { + content: " "; } + h1 .singlepagelink:hover::before, + h2 .singlepagelink:hover::before, + h3 .singlepagelink:hover::before, + h4 .singlepagelink:hover::before, + h5 .singlepagelink:hover::before, + h6 .singlepagelink:hover::before { + content: "./"; } h1 .hash-link:hover, h2 .hash-link:hover, h3 .hash-link:hover, diff --git a/public/software/index.html b/public/software/index.html index 219b666..ae15ab3 100644 --- a/public/software/index.html +++ b/public/software/index.html @@ -14,7 +14,7 @@
-

software 

+

software 

wow this software is so diff --git a/public/software/wisdom/index.html b/public/software/wisdom/index.html index 8c4b709..25a0c2c 100644 --- a/public/software/wisdom/index.html +++ b/public/software/wisdom/index.html @@ -12,7 +12,7 @@

-

wisdom

+

wisdom

diff --git a/public/tags/index.html b/public/tags/index.html index 307d05e..35f43b3 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -14,7 +14,7 @@
-

Tags 

+

Tags 

diff --git a/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content b/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content index 8f3b88e..97bba21 100644 --- a/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content +++ b/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content @@ -173,6 +173,13 @@ h6a.light { h6a.light:hover { background-color: transparent; } +h1 a { + color: #413c74; } + h1 a.light { + color: #ffffff; } + h1 a:hover { + background-color: transparent; } + h1 #rss-title { background-color: transparent; color: #413c74; } @@ -487,6 +494,20 @@ h5, h6 { border-top-right-radius: 48pt; border-bottom-right-radius: 48pt; } + h1 .with-rss:hover::before, + h2 .with-rss:hover::before, + h3 .with-rss:hover::before, + h4 .with-rss:hover::before, + h5 .with-rss:hover::before, + h6 .with-rss:hover::before { + content: " "; } + h1 .singlepagelink:hover::before, + h2 .singlepagelink:hover::before, + h3 .singlepagelink:hover::before, + h4 .singlepagelink:hover::before, + h5 .singlepagelink:hover::before, + h6 .singlepagelink:hover::before { + content: "./"; } h1 .hash-link:hover, h2 .hash-link:hover, h3 .hash-link:hover, diff --git a/themes/battheme b/themes/battheme index 3967fa1..38b4fbd 160000 --- a/themes/battheme +++ b/themes/battheme @@ -1 +1 @@ -Subproject commit 3967fa102756f2e97fa17cb5693775e35c964543 +Subproject commit 38b4fbd8550060c72d61ea3dbb9fdef05f0df0f6 From 9a28427d1c0fa61a867c2f5d4f99534c6c3fb5c9 Mon Sep 17 00:00:00 2001 From: Zoe Date: Mon, 18 Apr 2022 10:58:14 +0200 Subject: [PATCH 2/5] hover icons for header links --- public/links/index.html | 6 +++--- public/software/index.html | 2 +- themes/battheme | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/links/index.html b/public/links/index.html index 92b7952..8b990c5 100644 --- a/public/links/index.html +++ b/public/links/index.html @@ -23,19 +23,19 @@
-

+

-

+

-

+

diff --git a/public/software/index.html b/public/software/index.html index ae15ab3..0152d9f 100644 --- a/public/software/index.html +++ b/public/software/index.html @@ -26,7 +26,7 @@
-

+

diff --git a/themes/battheme b/themes/battheme index 38b4fbd..bb56f2d 160000 --- a/themes/battheme +++ b/themes/battheme @@ -1 +1 @@ -Subproject commit 38b4fbd8550060c72d61ea3dbb9fdef05f0df0f6 +Subproject commit bb56f2df381f6776ef6d895cb25009c65a6ab10e From 53e4211847684dc52644c80626b6f95d05eda193 Mon Sep 17 00:00:00 2001 From: Zoe Date: Mon, 18 Apr 2022 11:00:54 +0200 Subject: [PATCH 3/5] hover icons for header links --- public/links/index.html | 12 ++++++------ public/software/index.html | 4 ++-- themes/battheme | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/public/links/index.html b/public/links/index.html index 8b990c5..9f321b9 100644 --- a/public/links/index.html +++ b/public/links/index.html @@ -23,20 +23,20 @@
-
this is a list of very good things
+

+ things that make me happy

-
where to find me
+

+ find me

-
these are some cool people that i like!!! very good! you should look at this page
+

+ buddies

diff --git a/public/software/index.html b/public/software/index.html index 0152d9f..8aee024 100644 --- a/public/software/index.html +++ b/public/software/index.html @@ -26,8 +26,8 @@
-
the wisdom website dispenses infite wisdom for everyone!
+

+ wisdom

diff --git a/themes/battheme b/themes/battheme index bb56f2d..db5a1b8 160000 --- a/themes/battheme +++ b/themes/battheme @@ -1 +1 @@ -Subproject commit bb56f2df381f6776ef6d895cb25009c65a6ab10e +Subproject commit db5a1b8664ed7d34538586963d042ca36f421920 From 8f6c6601f301ce309f22e32c9c82c23e246b4d44 Mon Sep 17 00:00:00 2001 From: Zoe Date: Mon, 18 Apr 2022 11:07:20 +0200 Subject: [PATCH 4/5] hover icons for header links --- public/about/index.html | 2 +- public/links/buddies/index.html | 2 +- public/links/contact/index.html | 2 +- public/links/nice_things/index.html | 2 +- public/scss/main.css | 7 +++++++ public/software/wisdom/index.html | 2 +- .../main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content | 7 +++++++ themes/battheme | 2 +- 8 files changed, 20 insertions(+), 6 deletions(-) diff --git a/public/about/index.html b/public/about/index.html index bca4e5b..a92b013 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -12,7 +12,7 @@
-

about

+

about

diff --git a/public/links/buddies/index.html b/public/links/buddies/index.html index 6f37982..beaeaa1 100644 --- a/public/links/buddies/index.html +++ b/public/links/buddies/index.html @@ -12,7 +12,7 @@
diff --git a/public/links/contact/index.html b/public/links/contact/index.html index ab67346..68f37ec 100644 --- a/public/links/contact/index.html +++ b/public/links/contact/index.html @@ -12,7 +12,7 @@
diff --git a/public/links/nice_things/index.html b/public/links/nice_things/index.html index c82824b..3334c59 100644 --- a/public/links/nice_things/index.html +++ b/public/links/nice_things/index.html @@ -12,7 +12,7 @@
diff --git a/public/scss/main.css b/public/scss/main.css index 97bba21..3f1911c 100644 --- a/public/scss/main.css +++ b/public/scss/main.css @@ -494,6 +494,13 @@ h5, h6 { border-top-right-radius: 48pt; border-bottom-right-radius: 48pt; } + h1 .uplink:hover::before, + h2 .uplink:hover::before, + h3 .uplink:hover::before, + h4 .uplink:hover::before, + h5 .uplink:hover::before, + h6 .uplink:hover::before { + content: " "; } h1 .with-rss:hover::before, h2 .with-rss:hover::before, h3 .with-rss:hover::before, diff --git a/public/software/wisdom/index.html b/public/software/wisdom/index.html index 25a0c2c..1535970 100644 --- a/public/software/wisdom/index.html +++ b/public/software/wisdom/index.html @@ -12,7 +12,7 @@
diff --git a/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content b/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content index 97bba21..3f1911c 100644 --- a/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content +++ b/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content @@ -494,6 +494,13 @@ h5, h6 { border-top-right-radius: 48pt; border-bottom-right-radius: 48pt; } + h1 .uplink:hover::before, + h2 .uplink:hover::before, + h3 .uplink:hover::before, + h4 .uplink:hover::before, + h5 .uplink:hover::before, + h6 .uplink:hover::before { + content: " "; } h1 .with-rss:hover::before, h2 .with-rss:hover::before, h3 .with-rss:hover::before, diff --git a/themes/battheme b/themes/battheme index db5a1b8..a80d65e 160000 --- a/themes/battheme +++ b/themes/battheme @@ -1 +1 @@ -Subproject commit db5a1b8664ed7d34538586963d042ca36f421920 +Subproject commit a80d65e6054d04da4c94e76a468e9680114cce9b From bc615894d820acacc38edeae741522fd9ea6fe03 Mon Sep 17 00:00:00 2001 From: Zoe Date: Mon, 18 Apr 2022 13:40:56 +0200 Subject: [PATCH 5/5] merge about into home --- content/_index.md | 23 +++++++++++++++++++---- content/about/index.md | 21 --------------------- public/categories/index.html | 4 ---- public/games/index.html | 4 ---- public/index.html | 26 ++++++++++++++++++++++---- public/index.xml | 10 ---------- public/links/buddies/index.html | 4 ---- public/links/contact/index.html | 4 ---- public/links/index.html | 4 ---- public/links/nice_things/index.html | 4 ---- public/music/index.html | 4 ---- public/posts/index.html | 4 ---- public/sitemap.xml | 3 --- public/software/index.html | 4 ---- public/software/wisdom/index.html | 4 ---- public/tags/index.html | 4 ---- 16 files changed, 41 insertions(+), 86 deletions(-) delete mode 100644 content/about/index.md diff --git a/content/_index.md b/content/_index.md index 2e7609c..c0df176 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,21 +2,36 @@ title: "home" draft: false menu: - nav: - name: "" - weight: "1" + 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! +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! +## about + +### this site + +this site was made in hugo and uses its own theme that was made from scratch! +the source code for [the site](https://git.kittycat.homes/zoe/hugo-batsite) and [theme](https://git.kittycat.homes/zoe/hugo-battheme) is available on [git](https://git.kittycat.homes). +its fine to use anything from here for personal use! +this site also uses [nerdfonts caskaydia code](https://www.nerdfonts.com/font-downloads) and the [final 8 color palette](https://lospec.com/palette-list/final-8). + +### me + +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\ +i'm also trans and gay and queer :) + ## webring this site is part of the [armisael webring](https://ring.bicompact.space/)!!! [please take a look](/links/buddies/#armisael-webring)! diff --git a/content/about/index.md b/content/about/index.md deleted file mode 100644 index 821dabe..0000000 --- a/content/about/index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "about" -date: 2022-04-09T14:23:49+02:00 -draft: false -menu: - nav: - name: "" - weight: "2" - ---- - -## this site -this site was made in hugo and uses its own theme that was made from scratch! -the source code for [the site](https://git.kittycat.homes/zoe/hugo-batsite) and [theme](https://git.kittycat.homes/zoe/hugo-battheme) is available on [git](https://git.kittycat.homes). -its fine to use anything from here for personal use! -this site also uses [nerdfonts caskaydia code](https://www.nerdfonts.com/font-downloads) and the [final 8 color palette](https://lospec.com/palette-list/final-8). - -## me -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\ -i'm also trans and gay and queer :) diff --git a/public/categories/index.html b/public/categories/index.html index 052d04f..7076638 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -33,8 +33,6 @@ - - @@ -58,8 +56,6 @@  home
-  about
-  links
 music
diff --git a/public/games/index.html b/public/games/index.html index d66ddca..0a2da32 100644 --- a/public/games/index.html +++ b/public/games/index.html @@ -33,8 +33,6 @@ - - @@ -58,8 +56,6 @@  home
-  about
-  links
 music
diff --git a/public/index.html b/public/index.html index 8019280..14d880e 100644 --- a/public/index.html +++ b/public/index.html @@ -31,6 +31,28 @@ if you ever wish to experience of of those, i hope you enjoy!

this site is still a work in progress! please be patient!

+

+ +  about + +

+

+ +  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.

+

+ +  me + +

+

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
+i’m also trans and gay and queer :)

 webring @@ -48,8 +70,6 @@ if you ever wish to experience of of those, i hope you enjoy!

- - @@ -73,8 +93,6 @@ if you ever wish to experience of of those, i hope you enjoy!

 home
-  about
-  links
 music
diff --git a/public/index.xml b/public/index.xml index dd3700a..3c6d213 100644 --- a/public/index.xml +++ b/public/index.xml @@ -37,16 +37,6 @@ ﬧ matrix  git  bandcamp  gotosocial  itch.io bat  tiger - - about - https://zoe.kittycat.homes/about/ - Sat, 09 Apr 2022 14:23:49 +0200 - - https://zoe.kittycat.homes/about/ -  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. - me 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 - - buddies https://zoe.kittycat.homes/links/buddies/ diff --git a/public/links/buddies/index.html b/public/links/buddies/index.html index beaeaa1..d90f11a 100644 --- a/public/links/buddies/index.html +++ b/public/links/buddies/index.html @@ -74,8 +74,6 @@ this type of website also just makes me happy!

- - @@ -99,8 +97,6 @@ this type of website also just makes me happy!

 home
-  about
-  links
 music
diff --git a/public/links/contact/index.html b/public/links/contact/index.html index 68f37ec..57acf0a 100644 --- a/public/links/contact/index.html +++ b/public/links/contact/index.html @@ -42,8 +42,6 @@ - - @@ -67,8 +65,6 @@  home
-  about
-  links
 music
diff --git a/public/links/index.html b/public/links/index.html index 9f321b9..f3e52b6 100644 --- a/public/links/index.html +++ b/public/links/index.html @@ -51,8 +51,6 @@ - - @@ -76,8 +74,6 @@  home
-  about
-  links
 music
diff --git a/public/links/nice_things/index.html b/public/links/nice_things/index.html index 3334c59..a87c5c0 100644 --- a/public/links/nice_things/index.html +++ b/public/links/nice_things/index.html @@ -53,8 +53,6 @@ - - @@ -78,8 +76,6 @@  home
-  about
-  links
 music
diff --git a/public/music/index.html b/public/music/index.html index fe33651..08c07d7 100644 --- a/public/music/index.html +++ b/public/music/index.html @@ -39,8 +39,6 @@ - - @@ -64,8 +62,6 @@  home
-  about
-  links
 music
diff --git a/public/posts/index.html b/public/posts/index.html index f5bee8a..e620699 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -33,8 +33,6 @@ - - @@ -58,8 +56,6 @@  home
-  about
-  links
 music
diff --git a/public/sitemap.xml b/public/sitemap.xml index 4144bec..0efed5e 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -28,9 +28,6 @@ https://zoe.kittycat.homes/links/ 2022-04-09T17:37:48+02:00 - - https://zoe.kittycat.homes/about/ - 2022-04-09T14:23:49+02:00 https://zoe.kittycat.homes/links/buddies/ diff --git a/public/software/index.html b/public/software/index.html index 8aee024..538549f 100644 --- a/public/software/index.html +++ b/public/software/index.html @@ -42,8 +42,6 @@ - - @@ -67,8 +65,6 @@  home
-  about
-  links
 music
diff --git a/public/software/wisdom/index.html b/public/software/wisdom/index.html index 1535970..3c46c8e 100644 --- a/public/software/wisdom/index.html +++ b/public/software/wisdom/index.html @@ -47,8 +47,6 @@ rocket is great though :)

- - @@ -72,8 +70,6 @@ rocket is great though :)

 home
-  about
-  links
 music
diff --git a/public/tags/index.html b/public/tags/index.html index 35f43b3..2e9a83c 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -33,8 +33,6 @@ - - @@ -58,8 +56,6 @@  home
-  about
-  links
 music