-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (30 loc) · 788 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (30 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
site_name: Documentation Center
site_author: Marquis Kurt
site_description: The official documentation center for Unscripted projects
copyright: "Copyright © 2020 Marquis Kurt."
theme:
name: material
logo: "resources/logo-bubble.svg"
font:
text: "Inter"
code: "JetBrains Mono"
palette:
accent: "light blue"
scheme: "preference"
features:
- navigation.tabs
- navigation.instant
extra_css:
- "https://rsms.me/inter/inter.css"
- "stylesheets/uvn.css"
- "stylesheets/ayu.css"
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.2/highlight.min.js
- "scripts/highlight.js"
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.highlight:
use_pygments: false
- toc:
permalink: true