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