Mirror of sources for Andrei Jiroh's website https://andreijiroh.eu.org
Go to file
Andrei Jiroh Eugenio Halili 5c00ce1892 Setup matrix federation chores 2024-02-20 11:06:41 +00:00
.github chore(global): synchorize against github mirror 2023-11-09 07:30:27 +00:00
.vscode chore(gitpod): 🧑‍💻 update base image and extensions list 2023-12-03 00:16:51 +00:00
bin ci(builds.sr.ht): deploy gemini content via sourcehut builds instead 2023-10-08 10:09:10 +08:00
docker Use official Docker images for Python instead of installing via Alpine Linux 2023-10-18 23:29:31 +08:00
gmi Update website content 2023-07-16 17:18:07 +00:00
markdown Setup matrix federation chores 2024-02-20 11:06:41 +00:00
overrides add Google AdSense script tag for some monetization chores 2024-01-28 04:40:39 +00:00
tools chore(nowpage): update archived links 2023-09-26 20:35:10 +08:00
.build.yml chore(ci): more CI-related changes 2023-10-27 18:23:13 +00:00
.env.example chore(global): usual commit-them-all to avoid data loss 2023-05-05 09:24:28 +00:00
.gitignore Generally update the site and then some 2023-07-15 17:40:48 +00:00
.gitlab-ci.yml chore(gitlab-ci): nuke repo mirroring script 2023-10-28 16:33:43 +00:00
.gitmodules Add both hut CLI and scdoc as git submodules for local dev 2023-07-03 16:36:31 +00:00
.gitpod.Dockerfile fix(devenv): quick fix an issue again 2023-11-09 11:43:57 +00:00
.gitpod.yml chore(gitpod): 🧑‍💻 update base image and extensions list 2023-12-03 00:16:51 +00:00
.hadolint.yml Update hadolint config and fix some issues on gitpod Dockerfile 2023-07-12 16:12:40 +00:00
.readthedocs.yaml ci(gitlab-ci): point CI image to nightly tag 2023-10-01 01:41:23 +08:00
.tool-versions Setup asdf version manager for repo 2023-10-18 23:34:33 +08:00
.wakatime-project chore(global): usual commit-them-all to avoid data loss 2023-05-05 09:24:28 +00:00
LICENSE docs(legal): add MPL license text to project root 2023-12-03 08:28:00 +08:00
Pipfile Update Pipfile.lock for Python 3.12 2023-10-18 22:42:01 +08:00
Pipfile.lock chore(mkdocs): upgrade material theme to 9.5.2, among other chores 2023-12-16 17:07:01 +00:00
README.md chore(global): synchorize against github mirror 2023-11-09 07:30:27 +00:00
SECURITY.md docs(community-health): add security policy for website 2023-09-27 12:03:23 +08:00
build.sh Migrate build script to bin directory 2023-07-15 18:00:51 +00:00
mkdocs.readthedocs.yml chore(readthedocs): fix config issues on last build 2023-09-24 16:31:23 +00:00
mkdocs.tilde.yml ci(builds.sr.ht): use site_url specific builds via env 2023-10-07 11:23:56 +08:00
mkdocs.yml chore(mkdocs): update site and repo URLs 2023-12-25 15:42:32 +00:00
package-lock.json builds(deps-dev): bump wrangle to 3.1.1 2023-08-16 12:11:35 +00:00
package.json builds(deps-dev): bump wrangle to 3.1.1 2023-08-16 12:11:35 +00:00
requirements.txt Update hashes per commit 137a9f99b7 2023-10-18 23:44:13 +08:00
start-caddy-tildeserv.sh Update content on keys and stuff 2023-01-19 11:35:32 +00:00
vern.Caddyfile Update repo README and some docs + Caddyfile config 2022-12-26 17:28:16 +00:00

README.md

~ajhalili2006's website

Hosted on pages.dev GitLab last commit Staging builds on Read The Docs Community Docker CI GitLab CI status

This is my sources for both andreijiroh.(eu.org|dev) and tilde userpages, built with Mkdocs + Material theme by ~squidfunk. Sources for Gemini version of the website is available at gmi directory.

Information for people wishing to use this repository

While this is fairly just static site (with CI configs and even Cloudflare Pages references) and not licensed under the Zlib license (context from Xe/site repo), please don't just fork this repo unless you know what you're REALLY doing.

If you're pretty serious, please keep several things in mind:

  • You must heavily edit the Markdown content of the website. Make your own personal user manual and portfolio, or heck even go nuts on the homepage.1
  • Blog posts I written in Gemini version are licensed under CC-BY-SA-4.0, as mentioned below unless specified otherwise. But for the love of god, please use your own blog posts when writing for Gemini users instead.
  • For the favicon, use your own profile picture or pick/make another one.

Looking for a template instead with same Mkdocs theme? No problem! I contributed one at lorebooks.wiki's GitHub org with some fine defaults, alongside a blog section if you prefer.

Mirrors

Canonically developed at mau.dev where the deployments happen, with the following mirrors being maintained:

Site Development

Use the clone links from either the canonical repository URL or its mirrors as mentioned above or open this repo in a cloud development environment using these links:

Open in Gitpod Open in Codespaces

Building from source

# 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

# preview site and edit in another session
mkdocs serve --watch overrides --watch-theme --livereload

Sending patches

# send patches via GitLab or GitHub through the CLI
glab auth login --host "https://mau.dev" # authenticate CLI
gh auth login # authenticate CLI, GitHub.com edition
glab -R https://mau.dev/andreijiroh.dev/website 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 web" # 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.

Legalese

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 of my (current) profile picture.

Third-party code


  1. Please keep it SFW, since you don't want to get that censored by the MTRCB, right? ↩︎