deluge/mkdocs.yml
Calum Lind 8707e30857
enable magiclink plugin so bare urls are hyperlinked
By default bare urls without tags <> are not converted to html anchor
tags so use a markdown plugin to do this.
2024-07-06 21:11:52 +01:00

30 lines
644 B
YAML

site_name: Deluge
site_url: https://deluge-torrent.org
theme:
name: material
logo: assets/deluge_logo.png
favicon: assets/deluge_icon.png
features:
- navigation.sections
- navigation.path
- navigation.indexes
font:
test: Open Sans
#text: Josefin Sans
palette:
scheme: deluge
custom_dir: overrides
markdown_extensions:
- pymdownx.magiclink
extra_css:
- stylesheets/deluge_stormy_day.css
- stylesheets/deluge_header_nav.css
- stylesheets/extra.css
nav:
- Home: index.md
- Download: download.md
- Plugins: plugins
- Support:
- User Guide: userguide/index.md
- Development: development