updatation
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
node_modules
|
||||
site
|
||||
NOTES.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
|
||||
|
||||
|
|
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
34
theme/gruvbox-dark.css
Normal 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;
|
||||
}
|
|
@ -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
|
||||
"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
|
||||
|
|
BIN
theme/images/badges/fediring.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
theme/images/badges/kitsulife.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 1,013 B |
|
@ -1,13 +1,40 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<html lang="en-US">
|
||||
<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>
|
||||
{% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }}
|
||||
</title>
|
||||
<link rel="stylesheet" href="/~tasiaiso/style.css" />
|
||||
<!-- <link rel="icon" type="image/svg+xml" href="/images/favicon.svg"> -->
|
||||
<link rel="icon" type="image/png" href="/~tasiaiso/images/favicon.png" />
|
||||
<!-- <link rel="icon" type="image/x-icon" href="/images/favicon.ico"> -->
|
||||
|
||||
<!-- <meta name="description" content="Page description"> -->
|
||||
<meta name="keywords" content="programming, technical writing" />
|
||||
<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>
|
||||
<body>
|
||||
{% if not page.is_homepage %}
|
||||
|
@ -63,19 +90,35 @@
|
|||
|
||||
<!-- Webrings -->
|
||||
<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"
|
||||
>←</a
|
||||
>
|
||||
<a href="https://fediring.net/">Fediring</a>
|
||||
<a href="https://fediring.net/next?host=tilde.club%2F~tasiaiso">→</a>
|
||||
<a href="https://fediring.net">Fediring</a>
|
||||
<a
|
||||
href="https://fediring.net/next?host=tilde.club%2F~tasiaiso"
|
||||
target="_top"
|
||||
>→</a
|
||||
>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="http://tilde.club/~harper/link.html?action=random" target="_top"
|
||||
>←</a
|
||||
>
|
||||
<a href="https://tilde.club">tilde.club</a>
|
||||
<a href="http://tilde.club/~harper/link.html?action=random" target="_top"
|
||||
>→</a
|
||||
>
|
||||
</p>
|
||||
|
||||
<!-- 88x31 badges -->
|
||||
<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 href="https://kitsu.life"
|
||||
><img src="images/badges/kitsulife.webp" alt="kitsulife badge"
|
||||
><img src="images/badges/kitsulife.png" alt="kitsulife badge"
|
||||
/></a>
|
||||
<a href="https://nixos.org"
|
||||
><img src="images/badges/nixos.png" alt="nixos badge"
|
||||
|
@ -86,6 +129,9 @@
|
|||
<hr />
|
||||
This is 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 />
|
||||
Built by <a href="https://www.mkdocs.org">mkdocs</a> and served by
|
||||
|
|
|
@ -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 {
|
||||
|
|