add homepage

This commit is contained in:
zoe 2022-04-15 19:25:20 +02:00
parent dfbc1dae81
commit fb64fd5255
7 changed files with 56 additions and 24 deletions

View File

@ -3,11 +3,3 @@ languageCode = "eng"
title = "batsite"
theme = "battheme"
sectionPagesMenu = "main"
[menu]
[[menu.nav]]
identifier = "home"
name = ''
url = '/'
title = 'home'

18
content/_index.md Normal file
View File

@ -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)!

View File

@ -1,6 +0,0 @@
---
title: "B"
date: 2022-04-09T14:02:24+02:00
draft: true
---

12
content/links/contact.md Normal file
View File

@ -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/)

View File

@ -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

View File

@ -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; }

@ -1 +1 @@
Subproject commit c07edf99959142e11800f19c1670f927cb094f88
Subproject commit da6e8f7a4e8f14bf06f8e67543677928a4214fb8