-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
95 lines (88 loc) · 2.31 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
site_name: Sigmapedia
site_url: https://sigmism.surge.sh/sigmapedia
repo_url: https://github.com/The-Church-of-Sigma/Sigmapedia/
repo_name: GyattHub Repo
edit_uri: edit/main/docs/
nav:
- Welcome!: index.md
- Concepts & Terms:
- concepts/index.md
- Among Us: concepts/among-us.md
- Fire in the Hole: concepts/fire-in-the-hole.md
- Goofy: concepts/goofy.md
- Gyatt: concepts/gyatt.md
- Mewing: concepts/mewing.md
- Rizz: concepts/rizz.md
- Meta:
- concepts/meta/index.md
- Sigmapedia: concepts/meta/sigmapedia.md
- Entities & People:
- Baby Gronk: entities/baby-gronk.md
- DaFuq!?Boom!: entities/dafuq-boom.md
- Places:
- places/index.md
- Scriptures:
- scriptures/index.md
- Traditions & Conventions:
- traditions/index.md
theme:
name: 'material'
custom_dir: overrides
font:
text: Poppins
code: Kode Mono
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: green
accent: deep purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: deep purple
toggle:
icon: material/brightness-4
name: Switch to light mode
logo: assets/sigma.png
favicon: assets/sigma.png
markdown_extensions:
features:
- navigation.sections
- navigation.expand
- navigation.path
- navigation.prune
- navigation.indexes
- navigation.tabs
- navigation.tabs.sticky
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- search.share
- content.action.edit
icon:
repo: fontawesome/brands/github
extra:
generator: false
consent:
title: Cookie consent
description:
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our wiki and whether our Siglers
find what they're searching for. With your consent, you're helping us to
make our wiki and our religion better.
homepage: https://sigmism.surge.sh
plugins:
- search
- git-revision-date-localized:
type: date
markdown_extensions:
- attr_list
- md_in_html
extra_css:
- stylesheets/custom.css