diff --git a/config.toml b/config.toml index 1973ec2..7163f05 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,13 @@ -baseURL = "https://zoe.kittycat.homes/" +baseURL = "http://example.org/" 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 deleted file mode 100644 index 2e7609c..0000000 --- a/content/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -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 821dabe..000663b 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -5,7 +5,6 @@ draft: false menu: nav: name: "" - weight: "2" --- diff --git a/content/dir1/b.md b/content/dir1/b.md new file mode 100644 index 0000000..aa18b7d --- /dev/null +++ b/content/dir1/b.md @@ -0,0 +1,6 @@ +--- +title: "B" +date: 2022-04-09T14:02:24+02:00 +draft: true +--- + diff --git a/content/games/_index.md b/content/games/_index.md deleted file mode 100644 index ce7efc9..0000000 --- a/content/games/_index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -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 a5ead6a..242df89 100644 --- a/content/links/_index.md +++ b/content/links/_index.md @@ -5,6 +5,5 @@ draft: false menu: nav: name: "" - weight: "3" --- diff --git a/content/links/contact.md b/content/links/contact.md deleted file mode 100644 index 74065a0..0000000 --- a/content/links/contact.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -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 878c607..53de2f0 100644 --- a/content/links/cool_people.md +++ b/content/links/cool_people.md @@ -1,9 +1,9 @@ --- -title: "buddies" +title: "cool people" +date: 2022-04-13T20:41:17+02:00 draft: false slug: "buddies" -description: "these are some cool people that i like!!! very good! you should look at this page" - +description: "these are some cool people that i like!!! very good!" --- ## tess!!! @@ -28,7 +28,3 @@ 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 deleted file mode 100644 index f0f1a23..0000000 --- a/content/links/nice_things.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -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 deleted file mode 100644 index a5b123b..0000000 --- a/content/music/_index.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -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 new file mode 100644 index 0000000..d2ce7c4 --- /dev/null +++ b/content/projects/_index.md @@ -0,0 +1,10 @@ +--- +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 deleted file mode 100644 index 3fe2ee2..0000000 --- a/content/software/_index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -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 2d26d37..3888079 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -1,38 +1,19 @@ - + - about + About -
+
-
-

about

-
+

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

- +
+
@@ -42,33 +23,32 @@ i’m also trans and gay and queer :)

+
+
+ + + +
-