From dd4559be4936d8e5ee283d2612691249cc5235c3 Mon Sep 17 00:00:00 2001 From: Zoe Date: Fri, 15 Apr 2022 21:08:11 +0200 Subject: [PATCH] more categories --- content/_index.md | 8 ++++++-- content/about/index.md | 1 + content/games/_index.md | 10 ++++++++++ content/links/_index.md | 1 + content/links/contact.md | 9 ++++++--- content/links/cool_people.md | 2 +- content/links/nice_things.md | 15 +++++++++++++++ content/music/_index.md | 10 ++++++++++ content/projects/_index.md | 10 ---------- content/software/_index.md | 9 +++++++++ ....scss_f300667da4f5b5f84e1a9e0702b2fdde.content | 14 ++++++++++---- themes/battheme | 2 +- 12 files changed, 70 insertions(+), 21 deletions(-) create mode 100644 content/games/_index.md create mode 100644 content/links/nice_things.md create mode 100644 content/music/_index.md delete mode 100644 content/projects/_index.md create mode 100644 content/software/_index.md diff --git a/content/_index.md b/content/_index.md index 6f7c7ef..2e7609c 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,15 +4,19 @@ 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, music, software). +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)! diff --git a/content/about/index.md b/content/about/index.md index 000663b..821dabe 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -5,6 +5,7 @@ draft: false menu: nav: name: "" + weight: "2" --- diff --git a/content/games/_index.md b/content/games/_index.md new file mode 100644 index 0000000..ce7efc9 --- /dev/null +++ b/content/games/_index.md @@ -0,0 +1,10 @@ +--- +title: "games" +date: 2022-04-15T20:42:16+02:00 +draft: true + +menu: + nav: + name: "" +--- + diff --git a/content/links/_index.md b/content/links/_index.md index 242df89..a5ead6a 100644 --- a/content/links/_index.md +++ b/content/links/_index.md @@ -5,5 +5,6 @@ draft: false menu: nav: name: "" + weight: "3" --- diff --git a/content/links/contact.md b/content/links/contact.md index f384157..74065a0 100644 --- a/content/links/contact.md +++ b/content/links/contact.md @@ -3,10 +3,13 @@ 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! -[ﬧ @bat:matrix.kittycat.homes](https://matrix.to/#/@bat:matrix.kittycat.homes) -[ git.kittycat.homes](https://git.kittycat.homes/zoe) -[ zoebat.bandcamp.com](https://zoebat.bandcamp.com/) +[ﬧ 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/) diff --git a/content/links/cool_people.md b/content/links/cool_people.md index b7e7f7e..878c607 100644 --- a/content/links/cool_people.md +++ b/content/links/cool_people.md @@ -31,4 +31,4 @@ this type of website also just makes me happy! ## barrow -ezra and june barrow runs [alphamethyl](http://alphamethyl.barr0w.net/~barrow/) and generally do v good and cool and good fuckery +ezra and june barrow run the [alphamethyl](http://alphamethyl.barr0w.net/~barrow/) tilde and generally do v good and cool fuckery diff --git a/content/links/nice_things.md b/content/links/nice_things.md new file mode 100644 index 0000000..f0f1a23 --- /dev/null +++ b/content/links/nice_things.md @@ -0,0 +1,15 @@ +--- +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! diff --git a/content/music/_index.md b/content/music/_index.md new file mode 100644 index 0000000..6f65014 --- /dev/null +++ b/content/music/_index.md @@ -0,0 +1,10 @@ +--- +title: "music" +date: 2022-04-15T20:45:35+02:00 +draft: true +menu: + nav: + name: "" + +--- + diff --git a/content/projects/_index.md b/content/projects/_index.md deleted file mode 100644 index d2ce7c4..0000000 --- a/content/projects/_index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "projects" -date: 2022-04-10T22:20:54+02:00 -draft: true -menu: - nav: - name: "" - ---- - diff --git a/content/software/_index.md b/content/software/_index.md new file mode 100644 index 0000000..e69fc2e --- /dev/null +++ b/content/software/_index.md @@ -0,0 +1,9 @@ +--- +title: "software" +date: 2022-04-15T20:45:43+02:00 +draft: true +menu: + nav: + name: "" +--- + diff --git a/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content b/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content index c3a2445..60d2805 100644 --- a/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content +++ b/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content @@ -22,11 +22,13 @@ 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; } + background-color: #ffffff; + border-color: #ffffff; } footer { background-color: #ff8ad0; @@ -54,11 +56,13 @@ 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; } @@ -146,7 +150,8 @@ article.light a { a:hover { color: #413c74; background-color: #ffdc6d; - transition: 0.2s; } + transition: 0.2s; + border-color: #ffdc6d; } .previous.light:hover, .next.light:hover, @@ -154,7 +159,8 @@ a:hover { article.light a:hover { color: #ffffff; background-color: #9b5bb4; - transition: 0.2s; } + transition: 0.2s; + border-color: #9b5bb4; } .light.hash-link:hover, .hash-link:hover { @@ -196,7 +202,7 @@ body { flex: auto; } footer { - height: 42pt; + min-height: 42pt; position: sticky; display: flex; align-items: center; diff --git a/themes/battheme b/themes/battheme index da6e8f7..b8901b6 160000 --- a/themes/battheme +++ b/themes/battheme @@ -1 +1 @@ -Subproject commit da6e8f7a4e8f14bf06f8e67543677928a4214fb8 +Subproject commit b8901b68d750983f47b50274396a9296ccfb052a