38 lines
745 B
YAML
38 lines
745 B
YAML
site_name: Nextcloud Memories
|
|
repo_url: https://github.com/pulsejet/memories
|
|
repo_name: pulsejet/memories
|
|
|
|
theme:
|
|
name: material
|
|
features:
|
|
- navigation.tabs
|
|
- navigation.tabs.sticky
|
|
- navigation.tracking
|
|
palette:
|
|
primary: blue
|
|
icon:
|
|
logo: material/camera
|
|
|
|
nav:
|
|
- Home: 'index.md'
|
|
- Configuration:
|
|
- 'config.md'
|
|
- 'file-types.md'
|
|
- 'hw-transcoding.md'
|
|
- 'system-config.md'
|
|
- FAQ:
|
|
- 'faq.md'
|
|
- 'memories-vs-photos.md'
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- codehilite
|
|
- pymdownx.highlight:
|
|
use_pygments: true
|
|
anchor_linenums: true
|
|
line_spans: __span
|
|
pygments_lang_class: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- pymdownx.superfences
|