notes/mkdocs.yml

120 lines
2.9 KiB
YAML
Raw Permalink Normal View History

2024-02-13 23:16:21 +00:00
site_name: Notes
2024-02-15 19:51:36 +00:00
site_url: https://notes.theorangeone.net
2024-02-13 23:16:21 +00:00
repo_url: https://github.com/RealOrangeOne/notes
repo_name: RealOrangeOne/notes
2024-03-11 16:14:54 +00:00
copyright: "© Jake Howard"
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-15 19:51:36 +00:00
- icon: fontawesome/solid/rss
2024-02-21 11:48:17 +00:00
link: /feed_rss_updated.xml
2024-02-15 20:42:42 +00:00
analytics:
provider: plausible
domain: notes.theorangeone.net
src: https://elbisualp.theorangeone.net/js/script.js
2024-02-13 23:16:21 +00:00
theme:
name: material
features:
- navigation.top
- navigation.sections
- navigation.indexes
2024-02-15 18:24:26 +00:00
- toc.follow
- search.suggest
2024-02-15 19:54:44 +00:00
- navigation.top
2024-02-13 23:16:21 +00:00
icon:
logo: fontawesome/regular/note-sticky
2024-02-18 16:49:20 +00:00
repo: fontawesome/brands/github
2024-02-13 23:16:21 +00:00
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-17 22:43:19 +00:00
- hooks/tag_nav.py
2024-02-22 18:05:49 +00:00
- hooks/hide_toc.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
- glightbox
2024-02-15 19:52:07 +00:00
- awesome-pages:
strict: true
order: asc
sort_type: natural
order_by: title
2024-02-13 23:16:21 +00:00
- tags:
enabled: true
tags_file: notes/index.md
2024-02-13 23:16:21 +00:00
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true
exclude:
- README.md
- notes/index.md
2024-02-15 19:06:37 +00:00
- minify_html
2024-02-15 19:13:59 +00:00
- social
2024-02-15 19:51:36 +00:00
- rss:
date_from_meta:
2024-02-18 20:51:34 +00:00
as_creation: "git_creation_date_localized_raw_iso_datetime"
as_update: "git_updated_date_localized_raw_iso_datetime"
datetime_format: "%Y-%m-%d %H:%M:%S"
2024-02-15 19:51:36 +00:00
json_feed_enabled: false
match_path: "notes\/(?!(index\\.md)$).+"
2024-02-18 20:50:33 +00:00
categories:
- tags
2024-02-15 20:42:42 +00:00
- material-plausible