# ~ajhalili2006's website [![Hosted on pages.dev](https://img.shields.io/badge/hosted%20on-pages.dev-orange?style=flat-square&logo=cloudflare)](https://pages.dev) [![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) [![Staging builds on Read The Docs Community](https://readthedocs.org/projects/ajhalili2006/badge/?version=latest&style=flat-square)](https://readthedocs.org/projects/ajhalili2006/) [![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) 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.) ## Mirrors Canonically developed at [mau.dev](https://mau.dev/andreijiroh.dev/website.git) where the deployments happen, with the following mirrors being maintained: * GitHub: , where Docker image builds happen * Jetbrains Space (personal): * Sourcehut: ## Development ```bash # clone the repo # pick one on the clone URLs glab repo clone https://mau.dev/ajhalili2006/tildeverse-web gh repo clone ajhalili2006/ajhalili2006.github.com git clone git@git.sr.ht:~ajhalili2006/tildeweb # maybe do this on a feature branch git switch -c your-git-username/your-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 or GitHub through the CLI glab auth login --host "https://mau.dev" # authenticate 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" # NOT my personal email git config format.subjectPrefix "PATCH tildeweb" # identification in archives + builds.sr.ht git config --global sendemail.annotate yes git config --global format.signOff true # needed for compliance with Linux DCO git send-email HEAD^ ``` ## Contributing Patches are always welcome, although you must sign-off your commits to comply with the Linux DCO. 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, source code is licensed under the MPl-2.0 while website content (text-only) is under CC BY-SA 4.0 The only thing that's not covered by this is [the favicon version](markdown/assets/images/favicon.png) of my profile picture.