docs(global): add nowpage and then some

This commit is contained in:
Andrei Jiroh Halili 2023-03-04 01:25:16 +08:00 committed by GitHub
parent 303db1f7f8
commit c6693426cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 97 additions and 21 deletions

View file

@ -1,15 +1,44 @@
# tildeverse.andreijiroh.dev + Gemini-ified blog posts # ~ajhalili2006's website
This is my personal website in the tildeverse, built with Material Design for Mkdocs and also the This is my sources for both [`andreijiroh.dev`](https://andreijiroh.eu.org) and tilde userpages in Ctrl-C Club and ~vern, built with Mkdocs + Material theme by ~squidfunk. (Sources for Gemini version of the website is available at `gmi` directory.)
official home formy blog posts in Gemini format. Site content (exluding external content) is licensed
Site content (exluding external content) is licensed
under CC BY-SA 4.0. under CC BY-SA 4.0.
## Development ## Development
1. `git clone https://mau.dev/ajhalili2006/tildeverse-web` or `git clone git@git.sr.ht:~ajhalili2006/tildeverse-web` ```bash
2. `pip3 install -r requirements.txt` # clone the repo
3. `mkdocs serve`, `firefox http://localhost:8000` and `nano markdown/<whatever>.md` # pick one on the clone URLs
4. `git commit --signoff` and `git send-email ...` git clone https://mau.dev/ajhalili2006/tildeverse-web
git clone git@git.sr.ht:~ajhalili2006/tildeverse-web
# maybe do this on a feature branch
git switch -c username/my-suggestion-here
# install deps via venv
python3 -m venv venv
source ./venv/bin/activate
pip3 install -r requirements.txt
# preview site and edit in another session
mkdocs serve
nano markdown/path-to-file.md
# done?
git stage . && git commit --signoff
# send patches via GitLab through the CLI
glab -R https://mau.dev/ajhalili2006/tildeverse-web mr create --allow-collaboration -b main
# or via my public inbox on sourcehut
# see https://git-send-email.io for setup and guide
git config sendemail.to "~ajhalili2006/public-inbox@lists.sr.ht"
git config format.subjectPrefix "PATCH tildeweb"
git config --global sendemail.annotate yes
git config --global format.signOff true
git send-email HEAD^
```
## Contributing ## Contributing

View file

View file

@ -16,6 +16,8 @@
/user-manual/rp/ https://coda.io/@ajhalili2006/readme/roleplaying-hellscape-13 /user-manual/rp/ https://coda.io/@ajhalili2006/readme/roleplaying-hellscape-13
# legal # legal
/privacy /legal/privacy
/privacy/coda /legal/privacy/coda
/legal/privacy/coda https://coda.io/@ajhalili2006/readme/privacy-policy-for-coda-hosted-pages-4 /legal/privacy/coda https://coda.io/@ajhalili2006/readme/privacy-policy-for-coda-hosted-pages-4
/coc https://coda.io/@ajhalili2006/readme/community-code-of-conduct-7 /coc https://coda.io/@ajhalili2006/readme/community-code-of-conduct-7
/code-of/conduct https://coda.io/@ajhalili2006/readme/community-code-of-conduct-7 /code-of/conduct https://coda.io/@ajhalili2006/readme/community-code-of-conduct-7

41
markdown/now.md Normal file
View file

@ -0,0 +1,41 @@
---
title: Currently cooking now
---
Hey, youre lurking on [my own now page][nowpage-info].
Now pages are usually tell you what am I been doing (or if youre watching TheJuiceMedia videos, cooking while in lockdown) and what Im
focusing on at this point. Ill attempt to keep this updated, at least on bi-monthly basis.
[nowpage-info]: https://nownownow.com/about
_**Last updated**: 2023-03-04_
## Where am I?
Currently on our familys house until at least I can find a job in the future and afford a house to at least rent to.
Currently observing Philippine Standard Time, which if youre on Eastern Time, my apologies for late replies.
Please do not ask me for my home address if you want to send me some stuff instead of usual handwritten fan mail, Ill ignore that due to privacy reasons.
## What am I doing lately
Still at AFGBMTS busy doing all things school related, while juggling between personal projects and stuff at [Recap Time Squad](https://recaptime.eu.org).
## TODOs, any ideas, anything else?
For the personal backlog I can share publicly, please [see my todo.sr.ht tracker](https://todo.sr.ht/~ajhalili2006/ajhalili2006).
## Information for employers
Please see [this page in my personal user manual](https://andreijiroh.eu.org/user-manual/job-employment-availability) for details.
## Archives
### Commits on sources + web archives
TBD
### Former content on WordPress.com
* [Latest content](https://ajhalili2006.wordpress.com/now/), also archived on [Archive.Today]()
* [July 2022 update](https://web.archive.org/web/20221011021323/https://ajhalili2006.wordpress.com/now/) via Internet Archive Wayback Machine

View file

@ -7,3 +7,7 @@ curious on what kind of work I'm doing in the past and present.
* [Resume itself](https://go.recaptime.eu.org/crew/ajhalili2006/resume) * [Resume itself](https://go.recaptime.eu.org/crew/ajhalili2006/resume)
* [Portfolio](https://go.recaptime.eu.org/crew/ajhalili2006/portfolio) * [Portfolio](https://go.recaptime.eu.org/crew/ajhalili2006/portfolio)
## Need customized ones?
Contact ~ajhalili2006 over chat or email.

View file

@ -2,12 +2,4 @@
INHERIT: mkdocs.yml INHERIT: mkdocs.yml
site_name: ~ajhalili2006 site_name: ~ajhalili2006
site_url: https://andreijiroh.eu.org site_url: https://andreijiroh.eu.org
site_dir: site site_dir: site
repo_url: https://github.com/ajhalili2006/tildeverse-web
edit_uri: edit/main/markdown
repo_name: source code (gh mirror)
theme:
icon:
repo: material/github

View file

@ -29,10 +29,14 @@ nav:
- "Resume and portfolio": user-manual/resume.md - "Resume and portfolio": user-manual/resume.md
- Keys: keys/index.md - Keys: keys/index.md
- Anything else: https://coda.io/@ajhalili2006/readme - Anything else: https://coda.io/@ajhalili2006/readme
- Projects: projects.md - Lists:
- Communities: communities.md - Projects: projects.md
- Tildes: tildes.md - Communities: communities.md
- Tildes: tildes.md
- Blog: "https://blog.andreijiroh.eu.org" - Blog: "https://blog.andreijiroh.eu.org"
- Misc:
- nowpage: now.md
- Contact: contact.md
- "All my links": "https://ajhalili2006.bio.link" # todo update to start.page - "All my links": "https://ajhalili2006.bio.link" # todo update to start.page
# theme # theme
@ -41,7 +45,7 @@ theme:
custom_dir: overrides custom_dir: overrides
icon: icon:
repo: material/gitlab repo: material/gitlab
feature: features:
- search.suggest - search.suggest
- search.highlight - search.highlight
- search.share - search.share
@ -70,7 +74,7 @@ plugins:
# debugging/bug reporting purposes only, proceed with caution # debugging/bug reporting purposes only, proceed with caution
#- info #- info
- git-revision-date-localized: - git-revision-date-localized:
enabled: !ENV [CI, false] enabled: !ENV [FF_ENABLE_COMMIT_DATA, false]
fallback_to_build_date: true fallback_to_build_date: true
enable_creation_date: true enable_creation_date: true
# TODO: Get Insiders for contributors and authors # TODO: Get Insiders for contributors and authors
@ -90,6 +94,10 @@ markdown_extensions:
- pymdownx.emoji: - pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg emoji_generator: !!python/name:materialx.emoji.to_svg
- footnotes
- md_in_html
- admonition
- abbr
# extras # extras
extra: extra: