mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-22 08:23:40 +00:00
docs(global): add nowpage and then some
This commit is contained in:
parent
303db1f7f8
commit
c6693426cf
7 changed files with 97 additions and 21 deletions
43
README.md
43
README.md
|
@ -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
|
||||||
|
|
||||||
|
|
0
markdown/.well-known/.gitkeep
Normal file
0
markdown/.well-known/.gitkeep
Normal 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
41
markdown/now.md
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
---
|
||||||
|
title: Currently cooking now
|
||||||
|
---
|
||||||
|
|
||||||
|
Hey, you’re lurking on [my own now page][nowpage-info].
|
||||||
|
Now pages are usually tell you what am I been doing (or if you’re watching TheJuiceMedia videos, cooking while in lockdown) and what I’m
|
||||||
|
focusing on at this point. I’ll 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 family’s 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 you’re 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, I’ll 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
|
|
@ -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.
|
||||||
|
|
|
@ -3,11 +3,3 @@ 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
|
|
||||||
|
|
12
mkdocs.yml
12
mkdocs.yml
|
@ -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
|
||||||
|
- Lists:
|
||||||
- Projects: projects.md
|
- Projects: projects.md
|
||||||
- Communities: communities.md
|
- Communities: communities.md
|
||||||
- Tildes: tildes.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:
|
||||||
|
|
Loading…
Reference in a new issue