diff --git a/config.toml b/config.toml
index 7163f05..1973ec2 100644
--- a/config.toml
+++ b/config.toml
@@ -1,13 +1,5 @@
-baseURL = "http://example.org/"
+baseURL = "https://zoe.kittycat.homes/"
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..2e7609c
--- /dev/null
+++ b/content/_index.md
@@ -0,0 +1,22 @@
+---
+title: "home"
+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](/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/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/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
new file mode 100644
index 0000000..74065a0
--- /dev/null
+++ b/content/links/contact.md
@@ -0,0 +1,15 @@
+---
+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!
+
+[ﬧ 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 53de2f0..878c607 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 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..a5b123b
--- /dev/null
+++ b/content/music/_index.md
@@ -0,0 +1,12 @@
+---
+title: "music"
+date: 2022-04-15T20:45:35+02:00
+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/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..3fe2ee2
--- /dev/null
+++ b/content/software/_index.md
@@ -0,0 +1,9 @@
+---
+title: "software"
+date: 2022-04-15T20:45:43+02:00
+draft: false
+menu:
+ nav:
+ name: ""
+---
+
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 @@
-
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.
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 :)