This commit is contained in:
Tasia Iso 2024-05-08 17:06:18 +02:00
parent 16c0ed4bec
commit e3f574cf5a
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
10 changed files with 60 additions and 23 deletions

View file

@ -0,0 +1,9 @@
# Tulpamancy
Disclaimer: as of sriting this I do not have
A month ago I discovered tulpamancy.
I initially thought this was another name for Dissociative Identity Disorder (DID), so I didn't think too lmuch of it. A few monts ago however, I saw another article on it ad decided to read more about it.
Tulpamancy is the practice of creating another personality inside your mind.

View file

@ -17,6 +17,12 @@ Tasia `(they/them)`
- toucher of computers - toucher of computers
- abolisher of governments - abolisher of governments
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.
## how to reach me ## how to reach me
- Keyoxide: [F8F903DAEE2CC83176C3CF4620AB0EB62F687865](https://keyoxide.org/F8F903DAEE2CC83176C3CF4620AB0EB62F687865) - Keyoxide: [F8F903DAEE2CC83176C3CF4620AB0EB62F687865](https://keyoxide.org/F8F903DAEE2CC83176C3CF4620AB0EB62F687865)
@ -26,9 +32,3 @@ Tasia `(they/them)`
- Matrix: `@tasiaiso:kitsunes.club` - Matrix: `@tasiaiso:kitsunes.club`
- E-Mail: `(my usual username)@proton.me` - E-Mail: `(my usual username)@proton.me`
- PGP: [A485B7C43AEC514B50A00F96857B004418AA6255](static/pubkey.asc) - PGP: [A485B7C43AEC514B50A00F96857B004418AA6255](static/pubkey.asc)
---
This is a [motherfucking website](https://motherfuckingwebsite.com).
Built by [mkdocs](https://www.mkdocs.org) and graciously served by [tilde.club](https://tilde.club).

View file

@ -4,7 +4,9 @@
"scripts": { "scripts": {
"lint": "npm run prettier && npm run markdown", "lint": "npm run prettier && npm run markdown",
"prettier": "prettier --cache --write --check .", "prettier": "prettier --cache --write --check .",
"markdown": "npx markdownlint-cli 'docs/**/*.md' -f" "markdown": "npx markdownlint-cli 'docs/**/*.md' -f",
"serve": "mkdocs serve -w theme",
"upload": "nix-shell --command 'mkdocs build && scp -r site/** tasiaiso@tilde.club:/home/tasiaiso/public_html'"
}, },
"author": "tasiaiso", "author": "tasiaiso",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",

View file

@ -1 +1,5 @@
https://thecozy.cat fediring.gif https://thecozy.cat fediring.gif
https://kitsu.life kitsulife.webp
https://tilde.club/~tasiaiso nixos.png
https://tilde.club/~tasiaiso nixos.pxo

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

View file

@ -14,11 +14,15 @@
<a href="/">root</a> <a href="/">root</a>
<br /><br /> <br /><br />
{% endif %} {% endif %}
<!-- -->
<!-- {% if page.is_homepage %} --> pages
pages {% if nav|length>1 %} <!-- -->
{% if nav|length>1 %}
<ul> <ul>
{% for nav_item in nav %} {% if nav_item.children %} {% for nav_item in nav %}
<!-- -->
{% if nav_item.children %}
<li> <li>
{{ nav_item.title }} {{ nav_item.title }}
<ul> <ul>
@ -33,18 +37,31 @@
<li class="{% if nav_item.active %}current{% endif %}"> <li class="{% if nav_item.active %}current{% endif %}">
<a href="{{ nav_item.url|url }}">{{ nav_item.title }}</a> <a href="{{ nav_item.url|url }}">{{ nav_item.title }}</a>
</li> </li>
{% endif %} {% endfor %} {% endif %}
<!-- -->
{% endfor %}
</ul> </ul>
{% endif %} {% if not page.is_homepage %} table of contents <!-- -->
{% endif %}
<!-- -->
{% if not page.is_homepage %}
<!-- -->
table of contents
<ul> <ul>
{% for toc_item in page.toc %} {% for toc_item in page.toc %}
<li><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li> <li><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
{% for toc_item in toc_item.children %} {% for toc_item in toc_item.children %}
<li><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li> <li><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
{% endfor %} {% endfor %} {% endfor %}
<!-- -->
{% endfor %}
</ul> </ul>
{% endif %} {{ page.content }} {% endif %}
<!-- -->
{{ page.content }}
<!-- 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"
>&larr;</a >&larr;</a
@ -53,15 +70,21 @@
<a href="https://fediring.net/next?host=tilde.club%2F~tasiaiso">&rarr;</a> <a href="https://fediring.net/next?host=tilde.club%2F~tasiaiso">&rarr;</a>
</p> </p>
<br /> <!-- 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.gif" alt="fediring badge"
/></a> /></a>
<!-- <a href="https://fediring.net"><img src="images/badges/fediring.gif" alt="fediring badge"></a> <a href="https://kitsu.life"
<a href="https://fediring.net"><img src="images/badges/fediring.gif" alt="fediring badge"></a> ><img src="images/badges/kitsulife.webp" alt="kitsulife badge"
<a href="https://fediring.net"><img src="images/badges/fediring.gif" alt="fediring badge"></a> /></a>
<a href="https://fediring.net"><img src="images/badges/fediring.gif" alt="fediring badge"></a> <a href="https://nixos.org"
<a href="https://fediring.net"><img src="images/badges/fediring.gif" alt="fediring badge"></a> --> ><img src="images/badges/nixos.png" alt="nixos badge"
/></a>
<hr>
This is a <a href="https://https://motherfuckingwebsite.com">motherfucking website</a>.
<br>
Built by <a href="https://www.mkdocs.org">mkdocs</a> and served by <a href="https://tilde.club">tilde.club</a>.
</body> </body>
</html> </html>

View file

@ -1 +0,0 @@
nix-shell --command "mkdocs build && scp -r site/** tasiaiso@tilde.club:/home/tasiaiso/public_html"