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.
TRaSH-Guides/mkdocs.yml

46 lines
927 B

4 years ago
---
site_name: Tutorials-FAQ
site_description: Here you will find a collection of Setup Guides, Tips and Scripts that I've made/collected.
site_author: TRaSH-
4 years ago
site_url: https://TRaSH-.github.io/Tutorials-FAQ
repo_url: https://github.com/TRaSH-/Tutorials-FAQ
repo_name: TRaSH-/Tutorials-FAQ
copyright: Copyright © 2020 TRaSH
4 years ago
extra:
manifest: manifest.webmanifest
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
4 years ago
- pymdownx.keys
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed
4 years ago
- toc:
permalink: true
plugins:
- search
- macros:
j2_block_start_string: "[[%"
j2_block_end_string: "%]]"
j2_variable_start_string: "[["
j2_variable_end_string: "]]"
4 years ago
theme:
name: material
features:
- navigation.instant
- navigation.tabs
4 years ago
language: en
palette:
primary: indigo
4 years ago
accent: red
scheme: slate
font:
code: "Fira Code"