-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
52 lines (47 loc) · 1.33 KB
/
mkdocs.yml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
site_name: 5zig Reborn Wiki
site_description: 'Documentation for The 5zig Mod'
site_author: '5zig Reborn'
site_url: 'https://docs.5zigreborn.eu'
repo_name: '5zig-reborn/The-5zig-Mod'
repo_url: 'https://github.com/5zig-reborn/The-5zig-Mod'
theme:
name: material
theme_dir: 'mkdocs-material/material'
logo: 'images/logo.png'
favicon: 'images/logo.png'
feature:
tabs: true
palette:
primary: 'red' # Wanted to use Amber but it looks ugly and puts stress on the eyes
accent: 'orange'
extra:
social:
- type: 'github'
link: 'https://github.com/5zig-reborn'
- type: 'twitter'
link: 'https://twitter.com/The5zigMod'
- type: 'reddit'
link: 'https://reddit.com/r/5zig'
- type: 'discord'
link: 'https://l.5zigreborn.eu/discord'
copyright: 'Copyright © 2019-2020 5zig Reborn. Licensed under the GNU Free Documentation License v1.3'
markdown_extensions:
- admonition
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- toc:
permalink: true