Modify site quite a bit

This commit is contained in:
Zoey 2022-10-03 00:46:59 -07:00
parent 27765fa16a
commit 5609b4fb1c
6 changed files with 17 additions and 11 deletions

View file

@ -1,4 +1,4 @@
base_url: "https://zoey.dev" base_url: "https://zoey.dev"
title: zoey.dev title: Zyllian
description: "Zoey's site." description: "Zoey's website."
sass_styles: [index.scss] sass_styles: [index.scss]

View file

@ -1,9 +1,7 @@
# Zoey's Website # Zoey's Website
Welcome to the site! There's not really anything here. Welcome! I'm Zoey (aka Zyllian), a trans woman living in the <abbr title="Pacific Northwest">PNW</abbr>. There's not a whole lot here, so here are some links to other places I'm at:
Links:
- [GitHub](https://github.com/Zyllian) - [GitHub](https://github.com/Zyllian)
- [YouTube](https://www.youtube.com/channel/UClXnco_MNJjhyNR_t-2CPpQ) (Some videos with no particular theme) - [YouTube](https://www.youtube.com/channel/UClXnco_MNJjhyNR_t-2CPpQ) (Mostly short video game clips)
- [Twitter](https://twitter.com/Zylllian) (I don't post here much) - [Twitter](https://twitter.com/Zylllian) (I don't post here much)

3
site/pages/secret.md Normal file
View file

@ -0,0 +1,3 @@
# You found the secret page! 🎉🎉
that's it.

1
site/pages/test.md Normal file
View file

@ -0,0 +1 @@
just a test page to check something

View file

@ -7,13 +7,13 @@ body {
--bg-color: #eee; --bg-color: #eee;
--text-color: black; --text-color: black;
--accent-color: #0ad; --accent-color: #b520e7;
--accent-text-color: var(--text-color); --accent-text-color: var(--bg-color);
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
--bg-color: #333; --bg-color: #333;
--text-color: #aaa; --text-color: #ccc;
--accent-text-color: var(--bg-color); --accent-text-color: black;
} }
} }
@ -47,3 +47,7 @@ a {
main.page { main.page {
margin: 8px; margin: 8px;
} }
abbr {
cursor: help;
}

View file

@ -10,7 +10,7 @@
<body> <body>
<header class="main-header"> <header class="main-header">
<span> <span>
<span class="name">Zoey</span>'s website | <a class="name" href="/">Zyllian</a> |
<span class="pronouns">she/they</span> <span class="pronouns">she/they</span>
</span> </span>
<span class="spacer"></span> <span class="spacer"></span>