mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-22 00:13:40 +00:00
docs(global): add and update content + mkdocs config
This commit is contained in:
parent
d6103e62c7
commit
303db1f7f8
6 changed files with 55 additions and 24 deletions
31
.build.yml
31
.build.yml
|
@ -18,6 +18,7 @@ tasks:
|
|||
# in case of triggered from hottub
|
||||
- repo-sync: |
|
||||
cd tildeweb
|
||||
env # for debugging purposes only
|
||||
|
||||
git remote add hub https://github.com/ajhalili2006/tildeverse-web && git pull hub main
|
||||
git remote add lab https://mau.dev/ajhalili2006/tildeverse-web && git pull lab main
|
||||
|
@ -35,20 +36,20 @@ tasks:
|
|||
- generate-archive: |
|
||||
cd tildeweb
|
||||
tar cvzf tildeweb-prod-build.tar.gz public public_ctrl-c public_pages.dev
|
||||
- deploy: |
|
||||
if [ "$BUILD_REASON" == "patchset" ] && [ "$BUILD_SUBMITTER" == "hub.sr.ht" ]; then
|
||||
complete-build
|
||||
fi
|
||||
|
||||
cd tildeweb
|
||||
echo "StrictHostKeyChecking=no" >> ~/.ssh/config
|
||||
eval $(ssh-agent) && ssh-add ~/.ssh/passwordless-auth-sshfs
|
||||
rsync -rP public ajhalili2006@vern.cc:/home/ajhalili2006/public_html/
|
||||
rsync -rP public_ctrl-c ajhalili2006@ctrl-c.club:/home/ajhalili2006/public_html/
|
||||
#rsync -rP gmi ajhalili2006@vern.cc:/home/ajhalili2006/public_gemini/
|
||||
#rsync -rP gmi ajhalili2006@ctrl-c.club:/home/ajhalili2006/public_gemini/
|
||||
|
||||
git push origin -o skip-ci
|
||||
git remote set-url lab ssh://git@mau.dev/ajhalili2006/tildeverse-web && git push lab main
|
||||
#- deploy: |
|
||||
# if [ "$BUILD_REASON" == "patchset" ] && [ "$BUILD_SUBMITTER" == "hub.sr.ht" ]; then
|
||||
# complete-build
|
||||
# fi
|
||||
#
|
||||
# cd tildeweb
|
||||
# echo "StrictHostKeyChecking=no" >> ~/.ssh/config
|
||||
# eval $(ssh-agent) && ssh-add ~/.ssh/passwordless-auth-sshfs
|
||||
# rsync -rP public ajhalili2006@vern.cc:/home/ajhalili2006/public_html/
|
||||
# rsync -rP public_ctrl-c ajhalili2006@ctrl-c.club:/home/ajhalili2006/public_html/
|
||||
# #rsync -rP gmi ajhalili2006@vern.cc:/home/ajhalili2006/public_gemini/
|
||||
# #rsync -rP gmi ajhalili2006@ctrl-c.club:/home/ajhalili2006/public_gemini/
|
||||
#
|
||||
# git push origin -o skip-ci
|
||||
# git remote set-url lab ssh://git@mau.dev/ajhalili2006/tildeverse-web && git push lab main
|
||||
artifacts:
|
||||
- tildeweb/tildeweb-prod-build.tar.gz
|
|
@ -1,10 +1,11 @@
|
|||
# internal redirects
|
||||
/resume /user-manual/resume
|
||||
/portfolio /user-maula/resume
|
||||
/portfolio /user-manual/resume
|
||||
|
||||
# external redirects
|
||||
/blog https://ajhalili2006.substack.com
|
||||
/pkgs https://gcdn.todo.com
|
||||
/socials https://ajhalili2006.bio.link
|
||||
|
||||
# user manual
|
||||
/user-manual/communications/ https://coda.io/@ajhalili2006/readme/communications-10
|
||||
|
@ -13,12 +14,6 @@
|
|||
/user-manual/job-employment-availability/ https://coda.io/@ajhalili2006/readme/job-employment-availability-12
|
||||
/user-manual/roleplaying-hellspace/ https://coda.io/@ajhalili2006/readme/roleplaying-hellscape-13
|
||||
/user-manual/rp/ https://coda.io/@ajhalili2006/readme/roleplaying-hellscape-13
|
||||
/user-manual/communications https://coda.io/@ajhalili2006/readme/communications-10
|
||||
/user-manual/boundaries https://coda.io/@ajhalili2006/readme/personal-and-professional-boundaries-9
|
||||
/user-manual/flaws-and-quirks https://coda.io/@ajhalili2006/readme/flaws-and-quirks-11
|
||||
/user-manual/job-employment-availability https://coda.io/@ajhalili2006/readme/job-employment-availability-12
|
||||
/user-manual/roleplaying-hellspace https://coda.io/@ajhalili2006/readme/roleplaying-hellscape-13
|
||||
/user-manual/rp https://coda.io/@ajhalili2006/readme/roleplaying-hellscape-13
|
||||
|
||||
# legal
|
||||
/legal/privacy/coda https://coda.io/@ajhalili2006/readme/privacy-policy-for-coda-hosted-pages-4
|
||||
|
|
18
markdown/communities.md
Normal file
18
markdown/communities.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
# ~ajhalili2006's communities
|
||||
|
||||
_Last updated as of 2023-02-20_
|
||||
|
||||
## Actively participating on
|
||||
|
||||
| Name | Type / Role | Description | Links |
|
||||
| --- | --- | --- | --- |
|
||||
| [Recap Time Squad](https://recaptime.eu.org) (also known as RecapTime.dev) | Org / Founding and lead squad member | My official home for most of my (not just) open source projects. | [mailing lists on sr.ht](https://lists.sr.ht/~recaptime-dev) ([googlegroups](https://wiki.recaptime.eu.org/wiki/Handbook:Mailing_lists/Google_Groups)), [fediverse](https://recaptime.eu.org/fedi), [substack](https://recaptime.substack.com), [elsewhere](https://recaptime.bio.link)
|
||||
| [Hermitcraft](https://hermitcraftcom) | Minecraft SMP / Community member | TODO | [subreddit](https://reddit.com/r/hermitcraft), [wiki (hosted on fandom)](https://hermitcraft.fandom.com), [HC Recap (unofficial)](https://go.recaptime.eu.org/hcrecap)
|
||||
|
||||
## On hitatus
|
||||
|
||||
TBD
|
||||
|
||||
## Left
|
||||
|
||||
TBD
|
|
@ -4,13 +4,16 @@ description: An typical homepage, built with Mkdocs in Markdown.
|
|||
---
|
||||
# Well hello there!
|
||||
|
||||
I'm ~ajhalili2006 (he/him/they/them) and this is my personal website, statically hosted on [~vern][tilde-vern]
|
||||
(with [an mirror on ctrl-c.club][tilde-ctrlc]). This also serves as an mini personal wiki, although I run
|
||||
I'm ~ajhalili2006 (he/they[^1]) and this is my personal website, statically hosted on [~vern][tilde-vern]
|
||||
(with [an mirror on ctrl-c.club][tilde-ctrlc] and [tilde-agonistic one] via [CF Pages]). This also serves as an mini personal wiki, although I run
|
||||
[a wiki over at Miraheze](https://ajhalili2006.miraheze.org) with more content like my user manual, how to
|
||||
contact me over encrypted lines of communications and other stuff.
|
||||
|
||||
[tilde-vern]: https://ajhalili2006.vern.cc
|
||||
[tilde-ctrlc]: https://ctrl-c.club/~ajhalili2006
|
||||
[tilde-agonistic one]: https://andreijiroh.eu.org
|
||||
[CF Pages]: https://pages.dev
|
||||
[^1]: Technically `he/him/they/them`, although I mostly prefer `they/them`. See [communications section of my user manual](./user-manual/communications.md)
|
||||
|
||||
## Directories within this hub
|
||||
|
||||
|
|
12
markdown/tildes.md
Normal file
12
markdown/tildes.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# ~ajhalili2006 in the tildeverse
|
||||
|
||||
_Last updated as of 2023-02-20 (PH Standard Time)_
|
||||
|
||||
This page contains all the tildes I'm part of currently and in the past for transparency reasons and to make easier for fellow people of the tildeverse to find me.
|
||||
|
||||
## Current tildes
|
||||
|
||||
| Name / Link | Membership Type/Status | Userpage URL |
|
||||
| --- | --- | --- |
|
||||
| [~vern](https://vern.cc) | Gated registration only (via form) - Current home tilde | <https://ajhalili2006.vern.cc>
|
||||
| [Ctrl-C Club!](https://ctrl-c.club) | Gated registration only (via form) - Former home tilde + also my first tilde | <https://ctrl-c.club/~ajhalili2006>
|
|
@ -30,6 +30,8 @@ nav:
|
|||
- Keys: keys/index.md
|
||||
- Anything else: https://coda.io/@ajhalili2006/readme
|
||||
- Projects: projects.md
|
||||
- Communities: communities.md
|
||||
- Tildes: tildes.md
|
||||
- Blog: "https://blog.andreijiroh.eu.org"
|
||||
- "All my links": "https://ajhalili2006.bio.link" # todo update to start.page
|
||||
|
||||
|
|
Loading…
Reference in a new issue