add links, wording, apioform and actual website, legal shit

This commit is contained in:
Tasia Iso 2024-05-17 08:38:39 +02:00
parent 69d379a66a
commit 61864f8040
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
4 changed files with 50 additions and 29 deletions

View file

@ -1,12 +0,0 @@
# version: "3"
services:
web:
image: nginx:mainline-alpine3.17-slim
volumes:
- ./site:/usr/share/nginx/html/~tasiaiso/:ro
ports:
- "1312:80"
environment:
# - NGINX_HOST=yaseen
- NGINX_PORT=80

View file

@ -21,7 +21,7 @@ Assigned French at birth - UTC+0200
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. I support FLOSS, anarchism, privacy and data sovereignty.
Queer rights are human rights. Solarpunk is the only way to survive. Queer rights are human rights. Solarpunk is the way.
```geekcode ```geekcode
-----BEGIN GEEK CODE BLOCK----- -----BEGIN GEEK CODE BLOCK-----
@ -44,8 +44,26 @@ PGP+ t? 5? X? R? !tv b+ DI? D+ G e h!>-- r++ z
- E-Mail: `(my usual username)@proton.me` - E-Mail: `(my usual username)@proton.me`
- PGP: [A485B7C43AEC514B50A00F96857B004418AA6255](static/pubkey.asc) - PGP: [A485B7C43AEC514B50A00F96857B004418AA6255](static/pubkey.asc)
## links
Git
- [tasiaiso@gitea.com](https://gitea.com/tasiaiso)
- [tasiaiso@dev.tildefriends.net](https://dev.tildefriends.net/tasiaiso)
- [tasiaiso@github.com](https://github.com/tasiaiso)
## how to support me
If you like my posts, please consider supporting me on [Liberapay](https://liberapay.com/tasiaiso) or [Ko-fi](https://ko-fi.com/tasiaiso). Thank you !
## changelog ## changelog
- add links to my git accounts, ko-fi and liberapay
- add link to the apioform memetic page
- this is now an actual website
- fix wording
- add legal stuff at the bottom of the page
### 2024-05-09 ### 2024-05-09
- fixed url paths bugs - fixed url paths bugs

View file

@ -2,7 +2,7 @@
"name": "tilde", "name": "tilde",
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"lint": "npm run prettier && npm run markdown", "format": "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", "serve": "mkdocs serve -w theme",

View file

@ -23,18 +23,6 @@
name="robots" name="robots"
content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large" 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 %}
@ -133,15 +121,42 @@ and HTML Apps."
(<a href="/~tasiaiso/images/badges/credits.txt">credits</a>) (<a href="/~tasiaiso/images/badges/credits.txt">credits</a>)
<br />
<a href="https://citrons.xyz/a/memetic-apioform-page.html"
>memetic apioform</a
>
<br />
<hr /> <hr />
This is a
<a href="https://motherfuckingwebsite.com">motherfucking website</a This webite's source code and built webpages when shared in their entirety
>. This page is cleaner than 0% of all web pages globally according to are provided under the
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL-3.0</a> license.
All blog posts, articles and Markdown files contained within the
<a href="https://gitea.com/tasiaiso/tilde">git repository</a> are shared
under the
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"
>CC BY-NC-SA 4.0</a
>
license. If you want to use my content for commercial purposes, feel free to
contact me.
<br />
<br />
This is an
<a href="https://actualwebsite.org">actual 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" <a href="https://www.websitecarbon.com/website/tilde-club-tasiaiso"
>websitecarbon.com</a >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
<a href="https://tilde.club">tilde.club</a>. <a href="https://tilde.club">tilde.club</a>.
<br /><br />
</body> </body>
</html> </html>