2023-02-18 16:24:20 +00:00
|
|
|
# This is the root configuration for my personal website and also the default
|
|
|
|
# for userpage at ~vern.
|
|
|
|
|
2022-11-01 16:28:28 +00:00
|
|
|
# basics
|
2023-03-24 17:25:39 +00:00
|
|
|
site_name: ~ajhalili2006
|
|
|
|
site_url: https://andreijiroh.eu.org/
|
|
|
|
site_dir: public
|
2023-02-18 16:24:20 +00:00
|
|
|
site_author: Andrei Jiroh Halili
|
2022-11-01 16:28:28 +00:00
|
|
|
copyright: >
|
|
|
|
Copyright © 2022-present - Andrei Jiroh Halili and contributors, licensed under the
|
|
|
|
<a href="https://creativecommons.org/licenses/by-sa/4.0">CC BY-SA 4.0</a> license.
|
|
|
|
docs_dir: markdown
|
2023-02-18 17:56:56 +00:00
|
|
|
use_directory_urls: true
|
2022-11-01 16:28:28 +00:00
|
|
|
|
2023-02-18 16:24:20 +00:00
|
|
|
# repos
|
2023-09-25 16:08:13 +00:00
|
|
|
repo_url: https://mau.dev/andreijiroh.dev/website
|
2022-11-01 16:28:28 +00:00
|
|
|
edit_uri: edit/main/markdown
|
|
|
|
repo_name: source code
|
|
|
|
|
2023-02-18 16:24:20 +00:00
|
|
|
# navbar
|
2022-12-14 03:36:53 +00:00
|
|
|
nav:
|
2023-09-30 17:40:23 +00:00
|
|
|
- Home:
|
2023-09-12 12:58:11 +00:00
|
|
|
- index.md
|
2023-03-20 17:48:26 +00:00
|
|
|
- nowpage: now.md
|
2023-09-30 17:40:23 +00:00
|
|
|
- Contact: contact/index.md
|
|
|
|
- PGP and SSH keys: keys/index.md
|
2023-04-30 18:26:33 +00:00
|
|
|
- "All my links": "https://ajhalili2006.start.page"
|
2023-09-26 09:15:53 +00:00
|
|
|
- Legal:
|
|
|
|
- Security policy: security.md
|
2023-02-18 16:24:20 +00:00
|
|
|
- Personal user manual:
|
2023-03-24 17:25:39 +00:00
|
|
|
- Manual Homepage: user-manual/index.md
|
2023-09-30 17:40:23 +00:00
|
|
|
- Personals:
|
|
|
|
- FAQs about me: faq.md
|
|
|
|
- Flas and Quirks: user-manual/flaws-and-quirks.md
|
|
|
|
- Neurodivergence and Disability: user-manual/neurodivergence-and-disability.md
|
|
|
|
- Community:
|
|
|
|
- DNI List: user-manual/dni.md
|
|
|
|
- Boundaries: user-manual/boundaries.md
|
|
|
|
- Social Media Policy: user-manual/socials.md
|
|
|
|
- On Roleplaying: user-manual/roleplaying-hellscape.md
|
|
|
|
- Communications:
|
|
|
|
- General Communications Policy: user-manual/communications.md
|
|
|
|
- Encrypted communications: user-manual/encrypted-communications.md
|
2023-04-30 18:26:33 +00:00
|
|
|
- Portfolio:
|
2023-09-12 12:58:11 +00:00
|
|
|
- portfolio/index.md
|
|
|
|
- Projects: portfolio/projects.md
|
|
|
|
- Communities: portfolio/communities.md
|
|
|
|
- Tildes: portfolio/tildes.md
|
2023-09-30 17:40:23 +00:00
|
|
|
- Resume: user-manual/resume.md
|
2023-03-24 17:25:39 +00:00
|
|
|
- Blog: "https://blog.andreijiroh.eu.org" # todo: point to substack
|
2022-12-14 03:36:53 +00:00
|
|
|
|
2023-03-24 17:25:39 +00:00
|
|
|
# theme settings
|
2022-11-01 16:28:28 +00:00
|
|
|
theme:
|
|
|
|
name: material
|
2022-12-14 03:36:53 +00:00
|
|
|
custom_dir: overrides
|
2023-04-30 18:26:33 +00:00
|
|
|
favicon: assets/images/favicon.png
|
2022-11-01 16:28:28 +00:00
|
|
|
icon:
|
2023-04-30 18:26:33 +00:00
|
|
|
logo: octicons/person-16
|
2022-11-01 16:28:28 +00:00
|
|
|
repo: material/gitlab
|
2023-03-24 17:25:39 +00:00
|
|
|
admonition:
|
|
|
|
note: octicons/tag-16
|
|
|
|
abstract: octicons/checklist-16
|
|
|
|
info: octicons/info-16
|
|
|
|
tip: octicons/squirrel-16
|
|
|
|
success: octicons/check-16
|
|
|
|
question: octicons/question-16
|
|
|
|
warning: octicons/alert-16
|
|
|
|
failure: octicons/x-circle-16
|
|
|
|
danger: octicons/zap-16
|
|
|
|
bug: octicons/bug-16
|
|
|
|
example: octicons/beaker-16
|
|
|
|
quote: octicons/quote-16
|
2023-03-03 17:25:16 +00:00
|
|
|
features:
|
2023-03-23 17:52:14 +00:00
|
|
|
- announce.dismiss
|
|
|
|
- content.action.edit
|
|
|
|
- content.action.view
|
|
|
|
- content.code.annotate
|
|
|
|
- content.code.copy
|
|
|
|
# - content.tabs.link
|
|
|
|
- content.tooltips
|
|
|
|
# - header.autohide
|
|
|
|
# - navigation.expand
|
|
|
|
- navigation.footer
|
|
|
|
- navigation.indexes
|
|
|
|
# - navigation.instant
|
|
|
|
# - navigation.prune
|
|
|
|
- navigation.sections
|
2023-02-18 16:24:20 +00:00
|
|
|
- navigation.tabs
|
2023-03-23 17:52:14 +00:00
|
|
|
# - navigation.tabs.sticky
|
2023-02-18 16:24:20 +00:00
|
|
|
- navigation.top
|
2023-03-23 17:52:14 +00:00
|
|
|
- navigation.tracking
|
|
|
|
- search.highlight
|
|
|
|
- search.share
|
|
|
|
- search.suggest
|
|
|
|
- toc.follow
|
|
|
|
# - toc.integrate
|
2022-11-01 16:28:28 +00:00
|
|
|
palette:
|
|
|
|
# Palette toggle for light mode
|
|
|
|
- media: "(prefers-color-scheme: light)"
|
|
|
|
scheme: default
|
2023-04-30 18:26:33 +00:00
|
|
|
primary: green
|
|
|
|
accent: yellow
|
2022-11-01 16:28:28 +00:00
|
|
|
toggle:
|
|
|
|
icon: material/brightness-7
|
|
|
|
name: Switch to dark mode
|
|
|
|
|
|
|
|
# Palette toggle for dark mode
|
|
|
|
- media: "(prefers-color-scheme: dark)"
|
|
|
|
scheme: slate
|
2023-04-30 18:26:33 +00:00
|
|
|
primary: green
|
|
|
|
accent: yellow
|
2022-11-01 16:28:28 +00:00
|
|
|
toggle:
|
|
|
|
icon: material/brightness-4
|
|
|
|
name: Switch to light mode
|
|
|
|
|
2023-02-18 16:24:20 +00:00
|
|
|
# plugins
|
2022-11-01 16:28:28 +00:00
|
|
|
plugins:
|
2023-03-24 17:25:39 +00:00
|
|
|
- social:
|
|
|
|
cards: !ENV [FF_GENERATE_SOCIAL_CARDS, false]
|
2022-11-01 16:28:28 +00:00
|
|
|
- search
|
2023-03-24 17:25:39 +00:00
|
|
|
- redirects:
|
|
|
|
redirect_maps:
|
2023-09-12 12:58:11 +00:00
|
|
|
"user-manual/portfolio.md": "portfolio/index.md"
|
2023-05-05 09:24:28 +00:00
|
|
|
"dni.md": "user-manual/dni.md"
|
|
|
|
"resume.md": "user-manual/resume.md"
|
|
|
|
"blog.md": "https://ajhalili2006.substack.com"
|
|
|
|
"socials.md": "https://ajhalili2006.start.page"
|
2023-09-12 12:58:11 +00:00
|
|
|
"communities.md": "portfolio/communities.md"
|
|
|
|
"tildes.md": "portfolio/tildes.md"
|
|
|
|
"projects.md": "portfolio/projects.md"
|
2023-09-30 17:40:23 +00:00
|
|
|
#"contact.md": "contact/index.md"
|
2023-02-18 17:50:05 +00:00
|
|
|
# debugging/bug reporting purposes only, proceed with caution
|
|
|
|
#- info
|
|
|
|
- git-revision-date-localized:
|
2023-03-03 17:25:16 +00:00
|
|
|
enabled: !ENV [FF_ENABLE_COMMIT_DATA, false]
|
2023-02-18 17:50:05 +00:00
|
|
|
fallback_to_build_date: true
|
|
|
|
enable_creation_date: true
|
|
|
|
# TODO: Get Insiders for contributors and authors
|
2022-11-01 16:28:28 +00:00
|
|
|
|
2023-02-18 16:24:20 +00:00
|
|
|
# makrdown extensions
|
2022-11-01 16:28:28 +00:00
|
|
|
markdown_extensions:
|
|
|
|
- toc:
|
|
|
|
permalink: true
|
|
|
|
title: On this page
|
|
|
|
- pymdownx.highlight:
|
|
|
|
anchor_linenums: true
|
|
|
|
use_pygments: true
|
|
|
|
- pymdownx.superfences
|
|
|
|
- pymdownx.tabbed:
|
|
|
|
alternate_style: true
|
|
|
|
- attr_list
|
|
|
|
- pymdownx.emoji:
|
|
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
2023-10-05 02:08:09 +00:00
|
|
|
options:
|
|
|
|
custom_icons:
|
|
|
|
- overrides/.icons
|
2023-03-03 17:25:16 +00:00
|
|
|
- footnotes
|
|
|
|
- md_in_html
|
|
|
|
- admonition
|
|
|
|
- abbr
|
2023-05-05 09:24:28 +00:00
|
|
|
- pymdownx.caret
|
|
|
|
- pymdownx.keys
|
|
|
|
- pymdownx.mark
|
|
|
|
- pymdownx.tilde
|
2023-02-18 16:24:20 +00:00
|
|
|
|
|
|
|
# extras
|
|
|
|
extra:
|
2023-09-24 16:12:35 +00:00
|
|
|
#deployment: staging
|
2023-02-18 16:24:20 +00:00
|
|
|
# my socials
|
|
|
|
social:
|
|
|
|
- icon: simple/substack
|
|
|
|
link: https://ajhalili2006.substack.com
|
|
|
|
name: ~ajhalili2006's personal substack
|
|
|
|
- icon: fontawesome/brands/mastodon
|
|
|
|
link: https://tilde.zone/@ajhalili2006
|
|
|
|
name: ~ajhalili2006 on tildeverse
|
|
|
|
- icon: fontawesome/brands/twitter
|
2023-09-12 12:58:11 +00:00
|
|
|
link: https://twitter.com/ajhalili2006
|
2023-09-26 12:35:10 +00:00
|
|
|
name: ~ajhalili2006 on twitter
|
2023-02-18 16:24:20 +00:00
|
|
|
- icon: fontawesome/brands/github
|
|
|
|
link: https://github.com/ajhalili2006
|
|
|
|
name: ~ajhalili2006 on github
|
|
|
|
- icon: fontawesome/brands/gitlab
|
|
|
|
link: https://mau.dev/ajhalili2006
|
2023-09-26 12:35:10 +00:00
|
|
|
name: ~ajhalili2006 on mauinum gitlab instance
|
2023-02-18 16:24:20 +00:00
|
|
|
- icon: fontawesome/brands/git-alt
|
|
|
|
link: https://sr.ht/~ajhalili2006
|
|
|
|
name: ~ajhalili2006 on sr.ht
|
|
|
|
- icon: fontawesome/brands/facebook
|
|
|
|
link: https://facebook.com/ajhalili2006
|
|
|
|
name: ~ajhalili2006's personal (slash professional profile) facebook account
|
|
|
|
- icon: fontawesome/brands/linkedin
|
|
|
|
link: https://linkedin.com/in/ajhalili2006
|
|
|
|
name: ~ajhalili2006 on linkedin for employers
|
2023-07-16 17:39:40 +00:00
|
|
|
analytics:
|
2023-09-26 12:35:10 +00:00
|
|
|
# provider: plausible
|
|
|
|
# property: andreijiroh.eu.org
|
|
|
|
# url: "https://analytics.projectsegfau.lt"
|