add links, wording, apioform and actual website, legal shit
This commit is contained in:
parent
69d379a66a
commit
61864f8040
|
@ -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
|
|
@ -21,7 +21,7 @@ Assigned French at birth - UTC+0200
|
|||
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.
|
||||
Queer rights are human rights. Solarpunk is the way.
|
||||
|
||||
```geekcode
|
||||
-----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`
|
||||
- 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
|
||||
|
||||
- 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
|
||||
|
||||
- fixed url paths bugs
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "tilde",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"lint": "npm run prettier && npm run markdown",
|
||||
"format": "npm run prettier && npm run markdown",
|
||||
"prettier": "prettier --cache --write --check .",
|
||||
"markdown": "npx markdownlint-cli 'docs/**/*.md' -f",
|
||||
"serve": "mkdocs serve -w theme",
|
||||
|
|
|
@ -23,18 +23,6 @@
|
|||
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 %}
|
||||
|
@ -133,15 +121,42 @@ and HTML Apps."
|
|||
|
||||
(<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 />
|
||||
This is a
|
||||
<a href="https://motherfuckingwebsite.com">motherfucking website</a
|
||||
>. This page is cleaner than 0% of all web pages globally according to
|
||||
|
||||
This webite's source code and built webpages when shared in their entirety
|
||||
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"
|
||||
>websitecarbon.com</a
|
||||
>.
|
||||
|
||||
<br />
|
||||
|
||||
Built by <a href="https://www.mkdocs.org">mkdocs</a> and served by
|
||||
<a href="https://tilde.club">tilde.club</a>.
|
||||
|
||||
<br /><br />
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue