lol
This commit is contained in:
parent
16c0ed4bec
commit
e3f574cf5a
9
docs/drafts/.tulpamancy.md
Normal file
9
docs/drafts/.tulpamancy.md
Normal 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.
|
|
@ -17,6 +17,12 @@ Tasia `(they/them)`
|
|||
- toucher of computers
|
||||
- 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
|
||||
|
||||
- Keyoxide: [F8F903DAEE2CC83176C3CF4620AB0EB62F687865](https://keyoxide.org/F8F903DAEE2CC83176C3CF4620AB0EB62F687865)
|
||||
|
@ -26,9 +32,3 @@ Tasia `(they/them)`
|
|||
- Matrix: `@tasiaiso:kitsunes.club`
|
||||
- E-Mail: `(my usual username)@proton.me`
|
||||
- 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).
|
||||
|
|
|
@ -4,7 +4,9 @@
|
|||
"scripts": {
|
||||
"lint": "npm run prettier && npm run markdown",
|
||||
"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",
|
||||
"license": "GPL-3.0-only",
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
https://thecozy.cat fediring.gif
|
||||
https://kitsu.life kitsulife.webp
|
||||
|
||||
https://tilde.club/~tasiaiso nixos.png
|
||||
https://tilde.club/~tasiaiso nixos.pxo
|
BIN
theme/images/badges/firefoxnow.gif
Normal file
BIN
theme/images/badges/firefoxnow.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
theme/images/badges/kitsulife.webp
Normal file
BIN
theme/images/badges/kitsulife.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
theme/images/badges/nixos.png
Normal file
BIN
theme/images/badges/nixos.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
theme/images/badges/nixos.pxo
Normal file
BIN
theme/images/badges/nixos.pxo
Normal file
Binary file not shown.
|
@ -14,11 +14,15 @@
|
|||
<a href="/">root</a>
|
||||
<br /><br />
|
||||
{% endif %}
|
||||
<!-- -->
|
||||
|
||||
<!-- {% if page.is_homepage %} -->
|
||||
pages {% if nav|length>1 %}
|
||||
pages
|
||||
<!-- -->
|
||||
{% if nav|length>1 %}
|
||||
<ul>
|
||||
{% for nav_item in nav %} {% if nav_item.children %}
|
||||
{% for nav_item in nav %}
|
||||
<!-- -->
|
||||
{% if nav_item.children %}
|
||||
<li>
|
||||
{{ nav_item.title }}
|
||||
<ul>
|
||||
|
@ -33,18 +37,31 @@
|
|||
<li class="{% if nav_item.active %}current{% endif %}">
|
||||
<a href="{{ nav_item.url|url }}">{{ nav_item.title }}</a>
|
||||
</li>
|
||||
{% endif %} {% endfor %}
|
||||
{% endif %}
|
||||
<!-- -->
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endif %} {% if not page.is_homepage %} table of contents
|
||||
<!-- -->
|
||||
{% endif %}
|
||||
<!-- -->
|
||||
{% if not page.is_homepage %}
|
||||
<!-- -->
|
||||
table of contents
|
||||
<ul>
|
||||
{% for toc_item in page.toc %}
|
||||
<li><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
|
||||
{% for toc_item in toc_item.children %}
|
||||
<li><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
|
||||
{% endfor %} {% endfor %}
|
||||
{% endfor %}
|
||||
<!-- -->
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endif %} {{ page.content }}
|
||||
{% endif %}
|
||||
<!-- -->
|
||||
|
||||
{{ page.content }}
|
||||
|
||||
<!-- Webrings -->
|
||||
<p>
|
||||
<a href="https://fediring.net/previous?host=tilde.club%2F~tasiaiso"
|
||||
>←</a
|
||||
|
@ -53,15 +70,21 @@
|
|||
<a href="https://fediring.net/next?host=tilde.club%2F~tasiaiso">→</a>
|
||||
</p>
|
||||
|
||||
<br />
|
||||
|
||||
<!-- 88x31 badges -->
|
||||
<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 href="https://fediring.net"><img src="images/badges/fediring.gif" alt="fediring badge"></a>
|
||||
<a href="https://fediring.net"><img src="images/badges/fediring.gif" alt="fediring badge"></a>
|
||||
<a href="https://fediring.net"><img src="images/badges/fediring.gif" alt="fediring badge"></a>
|
||||
<a href="https://fediring.net"><img src="images/badges/fediring.gif" alt="fediring badge"></a>
|
||||
<a href="https://fediring.net"><img src="images/badges/fediring.gif" alt="fediring badge"></a> -->
|
||||
<a href="https://kitsu.life"
|
||||
><img src="images/badges/kitsulife.webp" alt="kitsulife badge"
|
||||
/></a>
|
||||
<a href="https://nixos.org"
|
||||
><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>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue