~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website

chore(docs): update FAQ and do mirroring at CI

Changed files
+38 -2
markdown
+14 -1
.gitlab-ci.yml
···
stages:
- test
- build
+
- sync-repo
default:
tags:
- amd64 # currently, we only the image in amd64 right now.
# Functions that should be executed before the build script is run
before_script:
-
- pip3 install -r requirements.txt
+
- pipenv install --ignore-pipfile --deploy
- npm ci
- curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash
···
- doppler run -- ./bin/deploykit-gmi.sh
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
+
+
# TODO: Automate this over at mirrors/cronjobs soon.
+
sync-branch:
+
stage: sync-repo
+
script:
+
- |
+
set -x
+
eval $(ssh-agent)
+
ssh-add /run/secrets/passwordless
+
git push "git@github.com:ajhalili2006/ajhalili2006.github.io" --mirror || true
+
git push "git@git.sr.ht:~ajhalili2006/web" --mirror || true
+
git push "git@codeberg.org:ajhalili2006/website" --mirror || true
+17
markdown/faq.md
···
* **Community resources**: [Public Neurodiversity Support Center (PNDSC)](https://coda.io/@mykola-bilokonsky/public-neurodiversity-support-center), plus resources at [Awesome Neurodiversity](https://linktr.ee/AwesomeND) list
_This section will be updated as soon as things are being ironed out behind the scenes._
+
+
## Personal
+
+
### Pronouns?
+
+
My pronouns are he/they, but I'm more than welcome to use gender-neutral pronouns instead.
+
+
### Can I send you a physical letter or gift?
+
+
For privacy reasons, I can't publish my home address for obvious privacy reasons, but
+
I'll reconsider it in the future.
+
## All things free/libre and open-source
### Are you an open-source/free software absolutist?
···
The only probles here why I can't go full in would be the toxicity of the tech/open-source spaces and the same reason
why you still need to use Windows solely at work (bless anyone setting their dev environments in Windows containers).
+
+
### Why haven't you reviewed my merge request or email patch?
+
+
I'm so sorry. Life keeps getting in the way of me being a responsive maintainer, especially as neurodivergent getting hit
+
by the burnout bus and experiencing mental health struggles. Your hard work deserves better!
+7 -1
markdown/index.md
···
!!! info "This list is nonexhaustive"
Consider visiting [my "all-the-links" page](https://ajhalili2006.start.page) for the full list.
-
* **Code forges**: [![mau.dev](https://img.shields.io/badge/%40ajhalili2006%40mau.dev-6E49CB?&style=flat-square&logo=gitlab)](https://mau.dev/ajhalili2006)
+
<!--
+
+
TODO(ajhalili2006): rework on this similarly to https://aphyr.com/about
+
+
-->
+
+
* **Code forges** for my open-source, sometimes working-in-public personal projects: [![mau.dev](https://img.shields.io/badge/%40ajhalili2006%40mau.dev-6E49CB?&style=flat-square&logo=gitlab)](https://mau.dev/ajhalili2006)
[![sr.ht](https://img.shields.io/badge/sr.ht-~ajhalili2006-black?style=flat-square)](https://sr.ht/~ajhalili2006)
[![GitLab SaaS](https://img.shields.io/badge/%40ajhalili2006%40gitlab.com-6E49CB?&style=flat-square&logo=gitlab)](https://gitlab.com/ajhalili2006)
[![GitHub](https://img.shields.io/github/followers/ajhalili2006?label=%40ajhalili2006%40github.com&logo=github&style=flat-square)](https://github.com/ajhalili2006)