updatation

This commit is contained in:
Tasia Iso 2024-05-09 00:29:59 +02:00
parent bc06eb26c5
commit ce86425f87
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
11 changed files with 118 additions and 21 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
node_modules node_modules
site site
NOTES.md

View file

@ -7,7 +7,7 @@ this is my personal website.
- No JavaScript - No JavaScript
- No crazy CSS - No crazy CSS
- No videos - No videos
- Accessible by default - No bullshit
- Just my words on the screen, so you better read them. - Just my words on the screen, so you better read them.
## me ## 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 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 ## how to reach me

View file

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

View file

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

34
theme/gruvbox-dark.css Normal file
View file

@ -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;
}

View file

@ -1,5 +1,9 @@
https://thecozy.cat fediring.gif "The Cozy Cat" https://thecozy.cat fediring.gif original
https://kitsu.life kitsulife.webp "The Cozy Cat" https://thecozy.cat fediring.png converted
https://tilde.club/~tasiaiso nixos.png "Kitsu" https://kitsu.life kitsulife.webp original
https://tilde.club/~tasiaiso nixos.pxo "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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1,013 B

View file

@ -1,13 +1,40 @@
<!doctype html> <!doctype html>
<html> <html lang="en-US">
<head> <head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" href="gruvbox-dark.css" />
<link rel="stylesheet" href="style.css" />
<title> <title>
{% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }} {% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }}
</title> </title>
<link rel="stylesheet" href="/~tasiaiso/style.css" />
<!-- <link rel="icon" type="image/svg+xml" href="/images/favicon.svg"> --> <!-- <meta name="description" content="Page description"> -->
<link rel="icon" type="image/png" href="/~tasiaiso/images/favicon.png" /> <meta name="keywords" content="programming, technical writing" />
<!-- <link rel="icon" type="image/x-icon" href="/images/favicon.ico"> --> <meta name="author" content="Tasia Iso" />
<link rel="me" href="https://kitsunes.club/@tasiaiso" />
<meta name="ICBM" content="44.6, 4.4" />
<!-- <meta
name="robots"
content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"
/> -->
<!-- <meta
property="og:image"
content="https://developer.mozilla.org/mdn-social-share.png"
/>
<meta
property="og:description"
content="The Mozilla Developer Network (MDN) provides
information about Open Web technologies including HTML, CSS, and APIs for both websites
and HTML Apps."
/>
<meta property="og:title" content="Mozilla Developer Network" /> -->
</head> </head>
<body> <body>
{% if not page.is_homepage %} {% if not page.is_homepage %}
@ -63,19 +90,35 @@
<!-- Webrings --> <!-- Webrings -->
<p> <p>
<a href="https://fediring.net/previous?host=tilde.club%2F~tasiaiso" <a
href="https://fediring.net/previous?host=tilde.club%2F~tasiaiso"
target="_top"
>&larr;</a >&larr;</a
> >
<a href="https://fediring.net/">Fediring</a> <a href="https://fediring.net">Fediring</a>
<a href="https://fediring.net/next?host=tilde.club%2F~tasiaiso">&rarr;</a> <a
href="https://fediring.net/next?host=tilde.club%2F~tasiaiso"
target="_top"
>&rarr;</a
>
</p>
<p>
<a href="http://tilde.club/~harper/link.html?action=random" target="_top"
>&larr;</a
>
<a href="https://tilde.club">tilde.club</a>
<a href="http://tilde.club/~harper/link.html?action=random" target="_top"
>&rarr;</a
>
</p> </p>
<!-- 88x31 badges --> <!-- 88x31 badges -->
<a href="https://fediring.net" <a href="https://fediring.net"
><img src="images/badges/fediring.gif" alt="fediring badge" ><img src="images/badges/fediring.png" alt="fediring badge"
/></a> /></a>
<a href="https://kitsu.life" <a href="https://kitsu.life"
><img src="images/badges/kitsulife.webp" alt="kitsulife badge" ><img src="images/badges/kitsulife.png" alt="kitsulife badge"
/></a> /></a>
<a href="https://nixos.org" <a href="https://nixos.org"
><img src="images/badges/nixos.png" alt="nixos badge" ><img src="images/badges/nixos.png" alt="nixos badge"
@ -86,6 +129,9 @@
<hr /> <hr />
This is a This is a
<a href="https://https://motherfuckingwebsite.com">motherfucking website</a <a href="https://https://motherfuckingwebsite.com">motherfucking website</a
>. This page is cleaner than 0% of all web pages globally according to
<a href="https://www.websitecarbon.com/website/tilde-club-tasiaiso"
>websitecarbon.com</a
>. >.
<br /> <br />
Built by <a href="https://www.mkdocs.org">mkdocs</a> and served by Built by <a href="https://www.mkdocs.org">mkdocs</a> and served by

View file

@ -2,20 +2,20 @@ body {
/* font-family: 'Iosevka Web', sans-serif; */ /* font-family: 'Iosevka Web', sans-serif; */
font-family: sans-serif; font-family: sans-serif;
color: #e1e1e1; color: var(--fg);
background: #151515; background: var(--bg_h);
} }
body a { body a {
color: #3facee; color: var(--blue-dim);
} }
body a:visited { body a:visited {
color: #a135d3; color: var(--purple-dim);
} }
code { code {
color: #eacc2b; color: var(--yellow);
} }
/* @font-face { /* @font-face {