mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
add homepage
This commit is contained in:
parent
dfbc1dae81
commit
fb64fd5255
7 changed files with 56 additions and 24 deletions
|
@ -3,11 +3,3 @@ languageCode = "eng"
|
||||||
title = "batsite"
|
title = "batsite"
|
||||||
theme = "battheme"
|
theme = "battheme"
|
||||||
sectionPagesMenu = "main"
|
sectionPagesMenu = "main"
|
||||||
|
|
||||||
[menu]
|
|
||||||
[[menu.nav]]
|
|
||||||
identifier = "home"
|
|
||||||
name = ''
|
|
||||||
url = '/'
|
|
||||||
title = 'home'
|
|
||||||
|
|
||||||
|
|
18
content/_index.md
Normal file
18
content/_index.md
Normal 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)!
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
title: "B"
|
|
||||||
date: 2022-04-09T14:02:24+02:00
|
|
||||||
draft: true
|
|
||||||
---
|
|
||||||
|
|
12
content/links/contact.md
Normal file
12
content/links/contact.md
Normal 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/)
|
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
title: "cool people"
|
title: "buddies"
|
||||||
date: 2022-04-13T20:41:17+02:00
|
|
||||||
draft: false
|
draft: false
|
||||||
slug: "buddies"
|
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!!!
|
## 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/)
|
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!
|
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
|
||||||
|
|
|
@ -22,13 +22,11 @@ a.footer-nav-item.active,
|
||||||
a.footer-nav-item:hover {
|
a.footer-nav-item:hover {
|
||||||
color: #ff8ad0;
|
color: #ff8ad0;
|
||||||
background-color: #413c74;
|
background-color: #413c74;
|
||||||
border-color: #413c74;
|
|
||||||
transition: 0.2s; }
|
transition: 0.2s; }
|
||||||
a.footer-nav-item.active.light,
|
a.footer-nav-item.active.light,
|
||||||
a.footer-nav-item:hover.light {
|
a.footer-nav-item:hover.light {
|
||||||
color: #413c74;
|
color: #413c74;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff; }
|
||||||
border-color: #ffffff; }
|
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
background-color: #ff8ad0;
|
background-color: #ff8ad0;
|
||||||
|
@ -272,6 +270,9 @@ p code {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center; }
|
align-items: center; }
|
||||||
|
|
||||||
|
.postinfo {
|
||||||
|
text-align: right; }
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
|
@ -284,7 +285,8 @@ h6 {
|
||||||
padding-bottom: 12pt;
|
padding-bottom: 12pt;
|
||||||
justify-content: right;
|
justify-content: right;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center; }
|
align-items: center;
|
||||||
|
text-align: right; }
|
||||||
|
|
||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
|
@ -314,6 +316,11 @@ header {
|
||||||
font-family: CaskaydiaCove;
|
font-family: CaskaydiaCove;
|
||||||
font-size: 12pt; }
|
font-size: 12pt; }
|
||||||
|
|
||||||
|
p,
|
||||||
|
.postdescription,
|
||||||
|
ul {
|
||||||
|
line-height: 2em; }
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 42pt; }
|
font-size: 42pt; }
|
||||||
|
|
||||||
|
@ -346,8 +353,7 @@ code {
|
||||||
font-family: CaskaydiaCoveMono; }
|
font-family: CaskaydiaCoveMono; }
|
||||||
|
|
||||||
* {
|
* {
|
||||||
border-width: 2pt;
|
border-width: 2pt; }
|
||||||
transition: ease-in-out; }
|
|
||||||
|
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
|
@ -432,3 +438,9 @@ h6 {
|
||||||
border-left-style: solid;
|
border-left-style: solid;
|
||||||
border-width: 0.24em;
|
border-width: 0.24em;
|
||||||
padding-left: 2em; }
|
padding-left: 2em; }
|
||||||
|
|
||||||
|
p a,
|
||||||
|
.postdescription a,
|
||||||
|
ul a {
|
||||||
|
border-style: solid;
|
||||||
|
padding: 0.12em; }
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit c07edf99959142e11800f19c1670f927cb094f88
|
Subproject commit da6e8f7a4e8f14bf06f8e67543677928a4214fb8
|
Loading…
Reference in a new issue