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.
|
|
|
|
#
|
|
|
|
# SEE ALSO
|
|
|
|
# mkdocs.pages.dev.yml - configuration specifics for cloudflare pages (username dot (uk dot) eu dot org)
|
|
|
|
# mkdocs.ctrl-c.yml - ctrl-c.club/~ajhalili2006
|
|
|
|
|
2022-11-01 16:28:28 +00:00
|
|
|
# basics
|
|
|
|
site_name: ~ajhalili2006 on tildeverse
|
|
|
|
site_url: https://ajhalili2006.vern.cc/
|
|
|
|
site_dir: public_html
|
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 16:24:20 +00:00
|
|
|
# repos
|
2022-11-01 16:28:28 +00:00
|
|
|
repo_url: https://mau.dev/ajhalili2006/tildeverse-web
|
|
|
|
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-02-18 16:24:20 +00:00
|
|
|
- Homepage: index.md
|
|
|
|
- Personal user manual:
|
|
|
|
- Readme: user-manual/index.md
|
|
|
|
- "Resume and portfolio": user-manual/resume.md
|
|
|
|
- Keys: keys/index.md
|
|
|
|
- Anything else: https://coda.io/@ajhalili2006/readme
|
|
|
|
- Projects: projects.md
|
|
|
|
- Blog: "https://blog.andreijiroh.eu.org"
|
|
|
|
- "All my links": "https://ajhalili2006.bio.link" # todo update to start.page
|
2022-12-14 03:36:53 +00:00
|
|
|
|
2023-02-18 16:24:20 +00:00
|
|
|
# theme
|
2022-11-01 16:28:28 +00:00
|
|
|
theme:
|
|
|
|
name: material
|
2022-12-14 03:36:53 +00:00
|
|
|
custom_dir: overrides
|
2022-11-01 16:28:28 +00:00
|
|
|
icon:
|
|
|
|
repo: material/gitlab
|
|
|
|
feature:
|
|
|
|
- search.suggest
|
|
|
|
- search.highlight
|
|
|
|
- search.share
|
2023-02-18 16:24:20 +00:00
|
|
|
- navigation.tabs
|
|
|
|
- navigation.tabs.sticky
|
|
|
|
- navigation.instant
|
|
|
|
- navigation.top
|
2022-11-01 16:28:28 +00:00
|
|
|
palette:
|
|
|
|
# Palette toggle for light mode
|
|
|
|
- media: "(prefers-color-scheme: light)"
|
|
|
|
scheme: default
|
|
|
|
toggle:
|
|
|
|
icon: material/brightness-7
|
|
|
|
name: Switch to dark mode
|
|
|
|
|
|
|
|
# Palette toggle for dark mode
|
|
|
|
- media: "(prefers-color-scheme: dark)"
|
|
|
|
scheme: slate
|
|
|
|
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:
|
|
|
|
- search
|
2023-02-18 16:24:20 +00:00
|
|
|
- info
|
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-02-18 16:24:20 +00:00
|
|
|
- git-revision-date-localized:
|
|
|
|
enabled: !ENV [CI, false]
|
|
|
|
fallback_to_build_date: true
|
|
|
|
enable_creation_date: true
|
|
|
|
- offline:
|
|
|
|
enabled: !ENV [FF_OFFLINE_MKDOCS_PLUGIN, false]
|
|
|
|
# TODO: Get Insiders for contributors and authors
|
|
|
|
|
|
|
|
# extras
|
|
|
|
extra:
|
|
|
|
# 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
|
|
|
|
link: https://twitter.com/Kuys_Potpot
|
|
|
|
link: ~ajhalili2006 on twitter, under his old username
|
|
|
|
- icon: fontawesome/brands/github
|
|
|
|
link: https://github.com/ajhalili2006
|
|
|
|
name: ~ajhalili2006 on github
|
|
|
|
- icon: fontawesome/brands/gitlab
|
|
|
|
link: https://mau.dev/ajhalili2006
|
|
|
|
name: ~ajhalili2006 on mauinum gitLab instance
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|