You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
903 B
47 lines
903 B
---
|
|
site_name: TRaSH Guides
|
|
site_description: Guides mainly for Sonarr/Radarr/Bazarr and everything related to it.
|
|
site_author: TRaSH
|
|
site_url: https://trash-guides.info/
|
|
|
|
repo_url: https://github.com/TRaSH-/Guides
|
|
repo_name: TRaSH-/Guides
|
|
|
|
copyright: Copyright © 2020 TRaSH
|
|
|
|
extra:
|
|
manifest: manifest.webmanifest
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- attr_list
|
|
- pymdownx.details
|
|
- pymdownx.keys
|
|
- pymdownx.snippets
|
|
- pymdownx.superfences
|
|
- pymdownx.tabbed
|
|
- toc:
|
|
permalink: true
|
|
|
|
plugins:
|
|
- search
|
|
- macros:
|
|
j2_block_start_string: "[[%"
|
|
j2_block_end_string: "%]]"
|
|
j2_variable_start_string: "[["
|
|
j2_variable_end_string: "]]"
|
|
|
|
theme:
|
|
name: material
|
|
features:
|
|
- navigation.instant
|
|
- navigation.tabs
|
|
language: en
|
|
palette:
|
|
primary: indigo
|
|
accent: red
|
|
scheme: slate
|
|
font:
|
|
code: "Fira Code"
|
|
favicon: img/favicon.png
|