diff --git a/site/config.yaml b/site/config.yaml index 8e929d7..562b649 100644 --- a/site/config.yaml +++ b/site/config.yaml @@ -1,4 +1,4 @@ base_url: "https://zoey.dev" -title: zoey.dev -description: "Zoey's site." +title: Zyllian +description: "Zoey's website." sass_styles: [index.scss] diff --git a/site/pages/index.md b/site/pages/index.md index 8eccbe4..e848330 100644 --- a/site/pages/index.md +++ b/site/pages/index.md @@ -1,9 +1,7 @@ # Zoey's Website -Welcome to the site! There's not really anything here. - -Links: +Welcome! I'm Zoey (aka Zyllian), a trans woman living in the PNW. There's not a whole lot here, so here are some links to other places I'm at: - [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) diff --git a/site/pages/secret.md b/site/pages/secret.md new file mode 100644 index 0000000..dad89a8 --- /dev/null +++ b/site/pages/secret.md @@ -0,0 +1,3 @@ +# You found the secret page! 🎉🎉 + +that's it. diff --git a/site/pages/test.md b/site/pages/test.md new file mode 100644 index 0000000..a0187a6 --- /dev/null +++ b/site/pages/test.md @@ -0,0 +1 @@ +just a test page to check something diff --git a/site/sass/index.scss b/site/sass/index.scss index 2cf04e5..08574e5 100644 --- a/site/sass/index.scss +++ b/site/sass/index.scss @@ -7,13 +7,13 @@ body { --bg-color: #eee; --text-color: black; - --accent-color: #0ad; - --accent-text-color: var(--text-color); + --accent-color: #b520e7; + --accent-text-color: var(--bg-color); @media (prefers-color-scheme: dark) { --bg-color: #333; - --text-color: #aaa; - --accent-text-color: var(--bg-color); + --text-color: #ccc; + --accent-text-color: black; } } @@ -47,3 +47,7 @@ a { main.page { margin: 8px; } + +abbr { + cursor: help; +} diff --git a/site/templates/base.hbs b/site/templates/base.hbs index c0c8727..22fe147 100644 --- a/site/templates/base.hbs +++ b/site/templates/base.hbs @@ -10,7 +10,7 @@