mirror of
https://github.com/zyllian/webdog.git
synced 2025-01-18 11:44:35 -08:00
Modify site quite a bit
This commit is contained in:
parent
27765fa16a
commit
5609b4fb1c
6 changed files with 17 additions and 11 deletions
|
@ -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]
|
||||
|
|
|
@ -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 <abbr title="Pacific Northwest">PNW</abbr>. 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)
|
||||
|
|
3
site/pages/secret.md
Normal file
3
site/pages/secret.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# You found the secret page! 🎉🎉
|
||||
|
||||
that's it.
|
1
site/pages/test.md
Normal file
1
site/pages/test.md
Normal file
|
@ -0,0 +1 @@
|
|||
just a test page to check something
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<body>
|
||||
<header class="main-header">
|
||||
<span>
|
||||
<span class="name">Zoey</span>'s website |
|
||||
<a class="name" href="/">Zyllian</a> |
|
||||
<span class="pronouns">she/they</span>
|
||||
</span>
|
||||
<span class="spacer"></span>
|
||||
|
|
Loading…
Add table
Reference in a new issue