From fb64fd5255865df0eca88b75bc94af6db1cb8047 Mon Sep 17 00:00:00 2001 From: Zoe Date: Fri, 15 Apr 2022 19:25:20 +0200 Subject: [PATCH 1/5] add homepage --- config.toml | 8 ------- content/_index.md | 18 ++++++++++++++ content/dir1/b.md | 6 ----- content/links/contact.md | 12 ++++++++++ content/links/cool_people.md | 10 +++++--- ...s_f300667da4f5b5f84e1a9e0702b2fdde.content | 24 ++++++++++++++----- themes/battheme | 2 +- 7 files changed, 56 insertions(+), 24 deletions(-) create mode 100644 content/_index.md delete mode 100644 content/dir1/b.md create mode 100644 content/links/contact.md diff --git a/config.toml b/config.toml index 7163f05..975ac6e 100644 --- a/config.toml +++ b/config.toml @@ -3,11 +3,3 @@ languageCode = "eng" title = "batsite" theme = "battheme" sectionPagesMenu = "main" - -[menu] -[[menu.nav]] - identifier = "home" - name = '' - url = '/' - title = 'home' - diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..6f7c7ef --- /dev/null +++ b/content/_index.md @@ -0,0 +1,18 @@ +--- +title: "home" +draft: false +menu: + nav: + name: "" + +--- + +## 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). +if you ever wish to *experience* of of those, i hope you enjoy! + +## 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/dir1/b.md b/content/dir1/b.md deleted file mode 100644 index aa18b7d..0000000 --- a/content/dir1/b.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "B" -date: 2022-04-09T14:02:24+02:00 -draft: true ---- - diff --git a/content/links/contact.md b/content/links/contact.md new file mode 100644 index 0000000..f384157 --- /dev/null +++ b/content/links/contact.md @@ -0,0 +1,12 @@ +--- +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/) diff --git a/content/links/cool_people.md b/content/links/cool_people.md index 53de2f0..b7e7f7e 100644 --- a/content/links/cool_people.md +++ b/content/links/cool_people.md @@ -1,9 +1,9 @@ --- -title: "cool people" -date: 2022-04-13T20:41:17+02:00 +title: "buddies" draft: false slug: "buddies" -description: "these are some cool people that i like!!! very good!" +description: "these are some cool people that i like!!! very good! you should look at this page" + --- ## tess!!! @@ -28,3 +28,7 @@ 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 runs [alphamethyl](http://alphamethyl.barr0w.net/~barrow/) and generally do v good and cool and good fuckery diff --git a/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content b/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content index d47a8fa..c3a2445 100644 --- a/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content +++ b/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84e1a9e0702b2fdde.content @@ -22,13 +22,11 @@ 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; } + background-color: #ffffff; } footer { background-color: #ff8ad0; @@ -272,6 +270,9 @@ p code { justify-content: center; align-items: center; } +.postinfo { + text-align: right; } + h1, h2, h3, @@ -284,7 +285,8 @@ h6 { padding-bottom: 12pt; justify-content: right; display: flex; - align-items: center; } + align-items: center; + text-align: right; } h2, h3, @@ -314,6 +316,11 @@ header { font-family: CaskaydiaCove; font-size: 12pt; } +p, +.postdescription, +ul { + line-height: 2em; } + h1 { font-size: 42pt; } @@ -346,8 +353,7 @@ code { font-family: CaskaydiaCoveMono; } * { - border-width: 2pt; - transition: ease-in-out; } + border-width: 2pt; } input[type="checkbox"] { cursor: pointer; } @@ -432,3 +438,9 @@ h6 { border-left-style: solid; border-width: 0.24em; padding-left: 2em; } + +p a, +.postdescription a, +ul a { + border-style: solid; + padding: 0.12em; } diff --git a/themes/battheme b/themes/battheme index c07edf9..da6e8f7 160000 --- a/themes/battheme +++ b/themes/battheme @@ -1 +1 @@ -Subproject commit c07edf99959142e11800f19c1670f927cb094f88 +Subproject commit da6e8f7a4e8f14bf06f8e67543677928a4214fb8 From dd4559be4936d8e5ee283d2612691249cc5235c3 Mon Sep 17 00:00:00 2001 From: Zoe Date: Fri, 15 Apr 2022 21:08:11 +0200 Subject: [PATCH 2/5] 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 From a3c32be357deb4f49da0606fab9c6142783488a2 Mon Sep 17 00:00:00 2001 From: Zoe Date: Fri, 15 Apr 2022 21:13:58 +0200 Subject: [PATCH 3/5] description for music --- content/music/_index.md | 4 +++- content/software/_index.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/music/_index.md b/content/music/_index.md index 6f65014..a5b123b 100644 --- a/content/music/_index.md +++ b/content/music/_index.md @@ -1,10 +1,12 @@ --- title: "music" date: 2022-04-15T20:45:35+02:00 -draft: true +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 diff --git a/content/software/_index.md b/content/software/_index.md index e69fc2e..3fe2ee2 100644 --- a/content/software/_index.md +++ b/content/software/_index.md @@ -1,7 +1,7 @@ --- title: "software" date: 2022-04-15T20:45:43+02:00 -draft: true +draft: false menu: nav: name: "" From 694836dbc7c37072d108adb3e0649ba81cacd092 Mon Sep 17 00:00:00 2001 From: Zoe Date: Fri, 15 Apr 2022 21:22:33 +0200 Subject: [PATCH 4/5] build new version --- public/about/index.html | 70 +++-- public/categories/index.html | 46 +-- public/categories/index.xml | 2 +- public/index.html | 73 +++-- public/index.xml | 63 ++-- public/js/headings.js | 13 + public/js/main.js | 36 +++ public/links/buddies/index.html | 94 ++++++ public/links/contact/index.html | 63 ++++ public/links/index.html | 85 +++-- public/links/index.xml | 41 +++ public/links/nice_things/index.html | 74 +++++ public/music/index.html | 59 ++++ public/music/index.xml | 11 + public/posts/index.html | 56 ++-- public/posts/index.xml | 26 +- public/scss/main.css | 461 ++++++++++++++++++++++++++-- public/sitemap.xml | 36 ++- public/software/index.html | 53 ++++ public/software/index.xml | 11 + public/tags/index.html | 46 +-- public/tags/index.xml | 2 +- 22 files changed, 1169 insertions(+), 252 deletions(-) create mode 100644 public/js/headings.js create mode 100644 public/js/main.js create mode 100644 public/links/buddies/index.html create mode 100644 public/links/contact/index.html create mode 100644 public/links/index.xml create mode 100644 public/links/nice_things/index.html create mode 100644 public/music/index.html create mode 100644 public/music/index.xml create mode 100644 public/software/index.html create mode 100644 public/software/index.xml diff --git a/public/about/index.html b/public/about/index.html index 3888079..2d26d37 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -1,19 +1,38 @@ - + - About + about -
+
-

Single Page About

+
+

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 :)

+
@@ -23,32 +42,33 @@ -
-
- - - -
- -