g
This commit is contained in:
parent
69d7baf0f6
commit
c82512f9ba
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
site
|
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
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
|
26
docs/index.md
Normal file
26
docs/index.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
# home
|
||||
|
||||
this is my personal website.
|
||||
|
||||
## me
|
||||
|
||||
Tasia (they/them)
|
||||
|
||||
- toucher of computers
|
||||
- abolisher of governments
|
||||
|
||||
## how to reach me
|
||||
|
||||
- Keyoxide: `https://keyoxide.org/F8F903DAEE2CC83176C3CF4620AB0EB62F687865`
|
||||
- Fediverse: [@tasiaiso@kitsunes.club](https://kitsunes.club/@tasiaiso)
|
||||
- Secure Scuttlebutt: `@KdAcmKPWpiu2jXSZD8ttS0IfU2KYDJZOqy8BHumsuM4=.ed25519`
|
||||
- SimpleX: [Contact address](https://simplex.chat/contact#/?v=1-4&smp=smp%3A%2F%2F1OwYGt-yqOfe2IyVHhxz3ohqo3aCCMjtB-8wn4X_aoY%3D%40smp11.simplex.im%2FZGdUasaYks8FgQdxKt5hQyNP0KLevU-O%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAmnv6Lx_9akR5mNXFojrIffvqlZ6L_ANe626B6uKaNTM%253D%26srv%3D6ioorbm6i3yxmuoezrhjk6f6qgkc4syabh7m3so74xunb5nzr4pwgfqd.onion)
|
||||
- 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).
|
18
mkdocs.yml
Normal file
18
mkdocs.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
site_name: tasia's website
|
||||
site_url: https://tilde.club/~tasiaiso/
|
||||
|
||||
theme:
|
||||
name: null
|
||||
custom_dir: 'theme/'
|
||||
|
||||
plugins:
|
||||
# - search
|
||||
- minify:
|
||||
minify_html: true
|
||||
minify_js: true
|
||||
minify_css: true
|
||||
htmlmin_opts:
|
||||
remove_comments: true
|
||||
cache_safe: true
|
||||
# css_files:
|
||||
# - style.css
|
Loading…
Reference in a new issue