-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
162 lines (149 loc) · 3.89 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
site_name: The Starlit Archive
site_description: >-
An encyclopaedia chronicling the Whispers of the Starlit Abyss across the Era of Legend.
site_url: https://athshean.github.io/starlit-archive/
repo_name: athshean/starlit-archive
repo_url: https://github.com/athshean/starlit-archive
edit_uri: edit/main/docs/
nav:
- Home:
- index.md
- starlit-abyss.md
- Meta:
- About the Campaign: meta/about.md
- Dramatis Personae: meta/dramatis-personae.md
- Explore:
- explore/index.md
- Creatures:
- creatures/index.md
- Deities:
- deities/index.md
- Factions:
- factions/index.md
- History:
- history/index.md
- The Age of Strife:
- history/the-age-of-strife/index.md
- The Age of Ash:
- history/the-age-of-ash/index.md
- history/the-age-of-ash/the-dragon-cull.md
- history/the-age-of-ash/the-invention-of-cold-fire.md
- The Midnight War:
- history/the-midnight-war/index.md
- history/the-midnight-war/the-dogs-of-war.md
- The False Peace:
- history/the-false-peace/index.md
- The Age of False Gods:
- history/the-age-of-false-gods/index.md
- The Resurgent Strife:
- history/the-resurgent-strife/index.md
- The Age of Ruin:
- history/the-age-of-ruin/index.md
- The Long Decay:
- history/the-long-decay/index.md
- Locations:
- locations/index.md
- People:
- people/index.md
- Timeline:
- timeline/index.md
- Tags:
- tags/index.md
theme:
name: material
custom_dir: overrides
icon:
admonition:
abstract: material/script-text-key
edit: material/pencil
logo: material/compass-rose
icon: materia/compass-rose
repo: fontawesome/brands/github
view: material/eye
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/weather-hazy
name: Auto Light/Dark Mode
primary: black
accent: deep purple
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: Light Mode
primary: black
accent: deep purple
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-night
name: Dark Mode
primary: black
accent: deep purple
plugins:
- git-committers:
repository: athshean/starlit-archive
branch: main
enabled: !ENV [CI, false]
- git-revision-date-localized:
type: custom
custom_format: "%d %B %Y"
- search
- social
- tags:
tags_file: tags/index.md
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- neoteroi.timeline
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.keys
- pymdownx.mark
- pymdownx.snippets:
auto_append:
- includes/glossary.md
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tilde
- smarty
- tables
- toc:
permalink: true
title: Table of Contents
extra_css:
- assets/stylesheets/extra.css
- assets/stylesheets/neoteroi-mkdocs.css
- assets/stylesheets/custom-timeline.css
watch:
- includes
- overrides
copyright: "© <a href='https://github.com/athshean/' target='_blank'>athshean</a> <script>document.write(new Date().getFullYear())</script>"