2023-03-03 17:25:16 +00:00
# ~ajhalili2006's website
2022-10-21 17:34:59 +00:00
2023-09-24 01:22:45 +00:00
[![Hosted on pages.dev ](https://img.shields.io/badge/hosted%20on-pages.dev-orange?style=flat-square&logo=cloudflare )](https://pages.dev)
2023-09-25 14:34:08 +00:00
[![GitLab last commit ](https://img.shields.io/gitlab/last-commit/andreijiroh.dev/website?gitlab_url=https%3A%2F%2Fmau.dev&style=flat-square )](https://mau.dev/andreijiroh.dev/website/commits)
2023-09-24 16:31:16 +00:00
[![Staging builds on Read The Docs Community ](https://readthedocs.org/projects/ajhalili2006/badge/?version=latest&style=flat-square )](https://readthedocs.org/projects/ajhalili2006/)
2023-09-25 14:34:08 +00:00
[![Docker CI ](https://github.com/ajhalili2006/ajhalili2006.github.io/actions/workflows/docker.yml/badge.svg?event=schedule&style=flat-badge )](https://github.com/ajhalili2006/ajhalili2006.github.io/actions/workflows/docker.yml?query=event%3Aschedule)
[![pipeline status ](https://mau.dev/andreijiroh.dev/website/badges/main/pipeline.svg?style=flat-square )](https://mau.dev/andreijiroh.dev/website/-/pipelines)
2023-03-03 17:25:16 +00:00
2023-05-05 09:24:28 +00:00
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.)
2022-12-26 17:28:16 +00:00
2023-07-15 16:56:29 +00:00
## Mirrors
2023-09-25 14:34:08 +00:00
Canonically developed at [mau.dev ](https://mau.dev/andreijiroh.dev/website.git ) where the deployments happen, with the following mirrors being maintained:
2023-07-15 16:56:29 +00:00
* GitHub: < https: // github . com / ajhalili2006 / ajhalili2006 . github . io . git > , where Docker image builds happen
2023-09-29 17:24:31 +00:00
* Jetbrains Space (personal): < https: // ajhalili2006 . jetbrains . space / p / web / repositories / andreijiroh . dev > (repository clone URL: `git.jetbrains.space/ajhalili2006/web/andreijiroh.dev.git` )
* Sourcehut: < https: // git . sr . ht /~ ajhalili2006 / web >
2023-07-15 16:56:29 +00:00
2023-09-29 17:24:31 +00:00
## Site Development
2022-12-26 17:28:16 +00:00
2023-09-29 17:24:31 +00:00
Use the clone links from either the canonical repository URL or its mirrors
[as mentioned above ](#mirrors ) or open this repo in a cloud development
environment using these links:
[![Open in Gitpod ](https://img.shields.io/badge/open%20in-Gitpod-orange?style=flat-square&logo=gitpod )](https://gitpod.io/#https://mau.dev/andreijiroh.dev/website)
[![Open in Codespaces ](https://img.shields.io/badge/open%20in-Codespaces-black?style=flat-square&logo=github )](https://codespaces.dev/ajhalili2006/ajhalili2006.github.io)
2023-03-03 17:25:16 +00:00
2023-09-29 17:24:31 +00:00
### Building from source
2023-03-03 17:25:16 +00:00
2023-09-29 17:24:31 +00:00
```bash
# install deps via pipenv...
pipenv install
# ...or via pip3 with --user flag (generated from "pipenv requirements" and sending its output
# to requirements.txt)
pip install -r requirements.txt --user
2023-03-03 17:25:16 +00:00
# preview site and edit in another session
2023-09-29 17:24:31 +00:00
mkdocs serve --watch overrides --watch-theme --livereload
```
### Sending patches
2023-03-03 17:25:16 +00:00
2023-09-29 17:24:31 +00:00
```bash
2023-05-05 09:24:28 +00:00
# send patches via GitLab or GitHub through the CLI
2023-07-15 16:56:29 +00:00
glab auth login --host "https://mau.dev" # authenticate CLI
2023-09-29 17:24:31 +00:00
gh auth login # authenticate CLI, GitHub.com edition
glab -R https://mau.dev/andreijiroh.dev/website mr create --allow-collaboration -b main
2023-05-05 09:24:28 +00:00
gh -R ajhalili2006/tildeverse-web pr create # might automatically closes PR due to mirror status
2023-03-03 17:25:16 +00:00
# or via my public inbox on sourcehut
# see https://git-send-email.io for setup and guide
2023-07-15 16:56:29 +00:00
git config sendemail.to "~ajhalili2006/public-inbox@lists.sr.ht" # NOT my personal email
2023-09-29 17:24:31 +00:00
git config format.subjectPrefix "PATCH web" # identification in archives + builds.sr.ht
2023-03-03 17:25:16 +00:00
git config --global sendemail.annotate yes
2023-05-05 09:24:28 +00:00
git config --global format.signOff true # needed for compliance with Linux DCO
2023-03-03 17:25:16 +00:00
git send-email HEAD^
```
2022-10-21 17:34:59 +00:00
## Contributing
Patches are always welcome, although you must sign-off your commits to comply with the Linux DCO.
2022-12-26 17:28:16 +00:00
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.
2023-05-05 09:24:28 +00:00
## License
2023-09-29 17:24:31 +00:00
Unless otherwise noted, source code is licensed under the MPL-2.0 while website content (text-only)
is under CC BY-SA 4.0.
2023-05-05 09:24:28 +00:00
2023-09-29 17:24:31 +00:00
The only thing that's not covered by this is [the favicon version ](markdown/assets/images/favicon.png )
of my (current) profile picture.