50 lines
1.1 KiB
YAML
50 lines
1.1 KiB
YAML
|
site_name: Snuffi
|
||
|
theme:
|
||
|
name: material
|
||
|
custom_dir: overrides
|
||
|
logo: /nerdyhog.png
|
||
|
favicon: /nerdyhog.png
|
||
|
features:
|
||
|
- navigation.tabs
|
||
|
- navigation.sections
|
||
|
- navigation.path
|
||
|
- navigation.indexes
|
||
|
- content.code.copy
|
||
|
palette:
|
||
|
scheme: slate
|
||
|
primary: teal
|
||
|
accent: teal
|
||
|
extra:
|
||
|
social:
|
||
|
- icon: simple/forgejo
|
||
|
link: https://git.jakest.us/snuffi/
|
||
|
name: Our Git
|
||
|
copyright: "Bout meh: <a href=\"https://jakest.us\">jakest.us</a>"
|
||
|
extra_css:
|
||
|
- extra.css
|
||
|
markdown_extensions:
|
||
|
- admonition
|
||
|
- pymdownx.details
|
||
|
- pymdownx.highlight:
|
||
|
anchor_linenums: true
|
||
|
line_spans: __span
|
||
|
pygments_lang_class: true
|
||
|
- pymdownx.inlinehilite
|
||
|
- pymdownx.snippets
|
||
|
- pymdownx.superfences
|
||
|
- pymdownx.critic
|
||
|
- pymdownx.caret
|
||
|
- pymdownx.keys
|
||
|
- pymdownx.mark
|
||
|
- pymdownx.tilde
|
||
|
- attr_list
|
||
|
- def_list
|
||
|
- pymdownx.tasklist:
|
||
|
custom_checkbox: true
|
||
|
- pymdownx.emoji:
|
||
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
||
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||
|
options:
|
||
|
custom_icons:
|
||
|
- overrides/.icons
|