diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 393a645..6547403 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,13 +5,14 @@ image: 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 @@ -45,3 +46,15 @@ pages: - 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 \ No newline at end of file diff --git a/markdown/faq.md b/markdown/faq.md index 334b849..b387fe0 100644 --- a/markdown/faq.md +++ b/markdown/faq.md @@ -12,6 +12,18 @@ _Last updated: 2023-10-TBD_ * **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? @@ -20,3 +32,8 @@ Not necessary as hard as RMS, though I still have to do my own homework on its c 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! diff --git a/markdown/index.md b/markdown/index.md index 245823a..b513d9b 100644 --- a/markdown/index.md +++ b/markdown/index.md @@ -33,7 +33,13 @@ learn more about me than a good ol' profile README. !!! 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) + + +* **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)