1
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-06-26 13:47:00 +01:00
notes/mkdocs.yml

94 lines
2.1 KiB
YAML
Raw Normal View History

2024-02-13 23:16:21 +00:00
site_name: Notes
repo_url: https://github.com/RealOrangeOne/notes
repo_name: RealOrangeOne/notes
2024-02-15 18:11:17 +00:00
copyright: "© TheOrangeOne"
2024-02-13 23:16:21 +00:00
extra:
social:
- icon: fontawesome/solid/globe
link: https://theorangeone.net
2024-02-15 18:24:26 +00:00
- icon: fontawesome/brands/mastodon
link: https://theorangeone.net/@jake
- icon: fontawesome/brands/twitter
link: https://twitter.com/RealOrangeOne
- icon: fontawesome/brands/github
link: https://github.com/RealOrangeOne
2024-02-13 23:16:21 +00:00
theme:
name: material
features:
- navigation.top
- navigation.sections
- navigation.index
2024-02-15 18:24:26 +00:00
- toc.follow
- search.suggest
2024-02-13 23:16:21 +00:00
icon:
logo: fontawesome/regular/note-sticky
favicon: https://theorangeone.net/favicon.ico
2024-02-15 18:07:13 +00:00
custom_dir: theme/
2024-02-13 23:16:21 +00:00
palette:
# Palette toggle for light mode
- scheme: default
primary: deep orange
accent: orange
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: deep orange
accent: orange
toggle:
icon: material/brightness-4
name: Switch to light mode
2024-02-15 18:07:13 +00:00
hooks:
- hooks/notes.py
2024-02-13 23:16:21 +00:00
# Extensions
markdown_extensions:
- attr_list
- abbr
- pymdownx.highlight
- pymdownx.superfences
- footnotes
- markdown.extensions.admonition
- markdown.extensions.def_list
- markdown.extensions.toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.progressbar
- pymdownx.smartsymbols
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- mdx_include:
base_path: docs
plugins:
- search
- awesome-pages
- glightbox
- tags:
enabled: true
tags_file: tags.md
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true
exclude:
- tags.md
- README.md
2024-02-15 19:06:37 +00:00
- minify_html