diff --git a/.gitignore b/.gitignore index 438d6ec..47d7a92 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules site +NOTES.md diff --git a/docs/index.md b/docs/index.md index 665e168..4044683 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,7 +7,7 @@ this is my personal website. - No JavaScript - No crazy CSS - No videos -- Accessible by default +- No bullshit - Just my words on the screen, so you better read them. ## me @@ -21,7 +21,19 @@ Assigned French at birth - UTC+1 I speak English and French. Feel free to provide constructive criticism if needed. -I support FLOSS, anarchism, privacy and data sovereignty. Queer rights are human rights. Solarpunk is the only way to survive. +I support FLOSS, anarchism, privacy and data sovereignty. +Queer rights are human rights. Solarpunk is the only way to survive. + +```geekcode +-----BEGIN GEEK CODE BLOCK----- +Version: 3.12 +GCS d- s++:+ a--- C++ UL+++>++++ ++ P L+++ E-- +W++ N- o? K- w-- O? M-- V? PS+++ PE-- Y+>++ +PGP+ t? 5? X? R? !tv b+ DI? D+ G e h!>-- r++ z +-----END GEEK CODE BLOCK----- +``` + +([?](https://web.archive.org/web/20090220181018/http://geekcode.com/geek.html)) ([decoded](https://mj.ucw.cz/geek/?code=GCS+d-+s%2b%2b%3a%2b+a---+C%2b%2b+UL%2b%2b%2b%3e%2b%2b+%2b%2b+P+L%2b%2b%2b+E--+W%2b%2b+N-+o%3f+K-+w--+O%3f+M--+V%3f+PS%2b%2b%2b+PE--+Y%2b%3e%2b%2b+PGP%2b+t%3f+5%3f+X%3f+R%3f+!tv+b%2b+DI%3f+D%2b+G+e+h!%3e--+r%2b%2b+z)) ## how to reach me diff --git a/theme/images/favicon.ico b/theme/favicon.ico similarity index 100% rename from theme/images/favicon.ico rename to theme/favicon.ico diff --git a/theme/images/favicon.svg b/theme/favicon.svg similarity index 100% rename from theme/images/favicon.svg rename to theme/favicon.svg diff --git a/theme/gruvbox-dark.css b/theme/gruvbox-dark.css new file mode 100644 index 0000000..5506776 --- /dev/null +++ b/theme/gruvbox-dark.css @@ -0,0 +1,34 @@ +/* yv31.github.io/gruvbox-css */ +:root { + --bg_h: #1d2021; + --bg: #282828; + --bg_s: #32302f; + --bg1: #3c3836; + --bg2: #504945; + --bg3: #665c54; + --bg4: #7c6f64; + + --fg: #fbf1c7; + --fg1: #ebdbb2; + --fg2: #d5c4a1; + --fg3: #bdae93; + --fg4: #a89984; + + --red: #fb4934; + --green: #b8bb26; + --yellow: #fabd2f; + --blue: #83a598; + --purple: #d3869b; + --aqua: #8ec07c; + --gray: #928374; + --orange: #fe8019; + + --red-dim: #cc2412; + --green-dim: #98971a; + --yellow-dim: #d79921; + --blue-dim: #458588; + --purple-dim: #b16286; + --aqua-dim: #689d6a; + --gray-dim: #a89984; + --orange-dim: #d65d0e; +} diff --git a/theme/images/badges/credits.txt b/theme/images/badges/credits.txt index be0a636..780d1a3 100644 --- a/theme/images/badges/credits.txt +++ b/theme/images/badges/credits.txt @@ -1,5 +1,9 @@ -https://thecozy.cat fediring.gif -https://kitsu.life kitsulife.webp +"The Cozy Cat" https://thecozy.cat fediring.gif original +"The Cozy Cat" https://thecozy.cat fediring.png converted -https://tilde.club/~tasiaiso nixos.png -https://tilde.club/~tasiaiso nixos.pxo \ No newline at end of file +"Kitsu" https://kitsu.life kitsulife.webp original +"Kitsu" https://kitsu.life kitsulife.png converted + +"Tasia Iso" https://tilde.club/~tasiaiso nixos.pxo original +"Tasia Iso" https://tilde.club/~tasiaiso nixos.png converted +"Tasia Iso" https://tilde.club/~tasiaiso credits.txt text diff --git a/theme/images/badges/fediring.png b/theme/images/badges/fediring.png new file mode 100644 index 0000000..466a5af Binary files /dev/null and b/theme/images/badges/fediring.png differ diff --git a/theme/images/badges/kitsulife.png b/theme/images/badges/kitsulife.png new file mode 100644 index 0000000..217f6c4 Binary files /dev/null and b/theme/images/badges/kitsulife.png differ diff --git a/theme/images/favicon.png b/theme/images/favicon.png deleted file mode 100644 index 7cb615a..0000000 Binary files a/theme/images/favicon.png and /dev/null differ diff --git a/theme/main.html b/theme/main.html index 259c275..0d57951 100644 --- a/theme/main.html +++ b/theme/main.html @@ -1,13 +1,40 @@ - + + + + + + + + + {% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }} - - - - + + + + + + + + + + {% if not page.is_homepage %} @@ -63,19 +90,35 @@

- - Fediring - + Fediring + +

+ +

+ + tilde.club +

fediring badgefediring badge kitsulife badgekitsulife badge nixos badge This is a motherfucking website. This page is cleaner than 0% of all web pages globally according to + websitecarbon.com.
Built by mkdocs and served by diff --git a/theme/style.css b/theme/style.css index eab4859..2adac2a 100644 --- a/theme/style.css +++ b/theme/style.css @@ -2,20 +2,20 @@ body { /* font-family: 'Iosevka Web', sans-serif; */ font-family: sans-serif; - color: #e1e1e1; - background: #151515; + color: var(--fg); + background: var(--bg_h); } body a { - color: #3facee; + color: var(--blue-dim); } body a:visited { - color: #a135d3; + color: var(--purple-dim); } code { - color: #eacc2b; + color: var(--yellow); } /* @font-face {