mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-24 13:26:11 +00:00
chore(global): usual commit-them-all to avoid data loss
Gonna start over on the workspace due to technical diffculties. Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
81902a0b3c
commit
4df05ae9c4
18 changed files with 224 additions and 32 deletions
30
README.md
30
README.md
|
@ -1,20 +1,23 @@
|
|||
# ~ajhalili2006's website
|
||||
|
||||
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.)
|
||||
[](https://pages.dev)
|
||||
[](https://mau.dev/ajhalili2006/tildeverse-web/commits)
|
||||
|
||||
Site content (exluding external content) is licensed
|
||||
under CC BY-SA 4.0.
|
||||
This is my sources for both [`andreijiroh.(eu.org|dev)`](https://andreijiroh.eu.org) and tilde userpages in Ctrl-C Club and ~vern,
|
||||
built with Mkdocs + [Material theme](https://go.andreijiroh.eu.org/mkdocs-material) by [~squidfunk](https://go.andreijiroh.eu.org/squidfunk).
|
||||
(Sources for Gemini version of the website is available at `gmi` directory.)
|
||||
|
||||
## Development
|
||||
|
||||
```bash
|
||||
# clone the repo
|
||||
# pick one on the clone URLs
|
||||
git clone https://mau.dev/ajhalili2006/tildeverse-web
|
||||
git clone git@git.sr.ht:~ajhalili2006/tildeverse-web
|
||||
glab repo clone https://mau.dev/ajhalili2006/tildeverse-web
|
||||
gh repo clone ajhalili2006/tildeverse-web
|
||||
git clone git@git.sr.ht:~ajhalili2006/tildeweb
|
||||
|
||||
# maybe do this on a feature branch
|
||||
git switch -c username/my-suggestion-here
|
||||
git switch -c your-git-username/your-suggestion-here
|
||||
|
||||
# install deps via venv
|
||||
python3 -m venv venv
|
||||
|
@ -28,15 +31,16 @@ 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
|
||||
# send patches via GitLab or GitHub through the CLI
|
||||
glab -R https://mau.dev/ajhalili2006/tildeverse-web mr create --allow-collaboration -b main
|
||||
gh -R ajhalili2006/tildeverse-web pr create # might automatically closes PR due to mirror status
|
||||
|
||||
# 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 format.subjectPrefix "PATCH tildeweb" # identification in archives + builds.sr.ht
|
||||
git config --global sendemail.annotate yes
|
||||
git config --global format.signOff true
|
||||
git config --global format.signOff true # needed for compliance with Linux DCO
|
||||
git send-email HEAD^
|
||||
```
|
||||
|
||||
|
@ -46,3 +50,9 @@ Patches are always welcome, although you must sign-off your commits to comply wi
|
|||
Please be reminded that while this is a personal open-source project, please expect long waiting
|
||||
times during pathc reviews and don't be disappointed when I disagree on stuff and chose not to merge
|
||||
the patches for any reasons, including mental health breaks.
|
||||
|
||||
## License
|
||||
|
||||
Unless otherwise noted,
|
||||
|
||||
The only thing that's not covered by this is [the favicon version](markdown/assets/images/favicon.png) of my profile picture.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue