# 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 # basics site_name: ~ajhalili2006 on tildeverse site_url: https://ajhalili2006.vern.cc/ site_dir: public_html site_author: Andrei Jiroh Halili copyright: > Copyright © 2022-present - Andrei Jiroh Halili and contributors, licensed under the CC BY-SA 4.0 license. docs_dir: markdown use_directory_urls: true # repos repo_url: https://mau.dev/ajhalili2006/tildeverse-web edit_uri: edit/main/markdown repo_name: source code # navbar nav: - Homepage: - index.md - nowpage: now.md - Contact: contact.md - Portfolio: portfolio.md - Personal user manual: - Readme: user-manual/index.md - Resume: user-manual/resume.md - Keys: keys/index.md - Anything else: https://coda.io/@ajhalili2006/readme - Lists: - Projects: projects.md - Communities: communities.md - Tildes: tildes.md - Blog: "https://blog.andreijiroh.eu.org" - "All my links": "https://ajhalili2006.bio.link" # todo update to start.page # theme theme: name: material custom_dir: overrides icon: repo: material/gitlab features: - 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 - navigation.tabs # - navigation.tabs.sticky - navigation.top - navigation.tracking - search.highlight - search.share - search.suggest - toc.follow # - toc.integrate 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 # plugins plugins: - search # debugging/bug reporting purposes only, proceed with caution #- info - git-revision-date-localized: enabled: !ENV [FF_ENABLE_COMMIT_DATA, false] fallback_to_build_date: true enable_creation_date: true # TODO: Get Insiders for contributors and authors # makrdown extensions 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 - footnotes - md_in_html - admonition - abbr # 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