mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-02 19:34:58 +00:00
56 lines
1.2 KiB
YAML
56 lines
1.2 KiB
YAML
site_name: TI Portfolio
|
|
site_description: HBO-ICT Technische Informatica Portfolio
|
|
site_author: HBO-ICT
|
|
copyright: Copyright 2024 Hogeschool van Amsterdam
|
|
|
|
theme:
|
|
name: material
|
|
custom_dir: mdocotion/
|
|
features:
|
|
# - content.tabs.link
|
|
- navigation.instant
|
|
palette:
|
|
|
|
# Palette toggle for light mode
|
|
- scheme: default
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Switch to dark mode
|
|
|
|
# Palette toggle for dark mode
|
|
- scheme: slate
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Switch to light mode
|
|
|
|
plugins:
|
|
- search
|
|
- mermaid2
|
|
- awesome-pages
|
|
- mkdocs-video
|
|
# - section-index
|
|
# - autolinks
|
|
- macros:
|
|
modules: [mkdocs_macros_mdocotion]
|
|
|
|
markdown_extensions:
|
|
- attr_list
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
- md_in_html
|
|
- fenced_code
|
|
- pymdownx.highlight:
|
|
linenums: true
|
|
use_pygments: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- pymdownx.superfences:
|
|
custom_fences:
|
|
- name: mermaid
|
|
class: mermaid
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
|
- toc:
|
|
permalink: true
|
|
- pymdownx.details
|