-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
186 lines (181 loc) · 4.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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
site_name: WPC Proclaim Reference Guide
repo_name: jackveney/wpc-proclaim
repo_url: https://github.com/jackveney/wpc-proclaim
edit_uri: ""
extra_css:
- 'css/extra.css'
site_description: A reference guide for Proclaim.
site_author: Jack Veney
theme:
name: material
custom_dir: material/
features:
- content.code.annotate
# - content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.indexes
# - navigation.instant
# - navigation.prune
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
logo: assets/WPC_logo.png
favicon: assets/WPC_logo.png
icon:
repo: fontawesome/brands/github
language: en
static_templates:
- 404.html
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
copyright: Copyright © 2022 Jack Veney - Westminster Presbyterian Church Wooster, Ohio
plugins:
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
skip_classes:
- custom-skip-class-name
auto_caption: false
caption_position: bottom
- search:
lang: en
- redirects:
redirect_maps:
index.md: documentation/starting_new.md
- minify:
minify_html: true
- git-revision-date-localized:
fallback_to_build_date: true
- with-pdf:
#author: WHO
#copyright: ANY TEXT
#
cover: true
back_cover: true
cover_title: Proclaim Reference Guide
cover_subtitle: Westminster Presbyterian Church
cover_logo: assets/images/banner.png
#custom_template_path: TEMPLATES PATH
#
toc_title: Table of Contents
#heading_shift: false
toc_level: 3
#ordered_chapter_level: 2
#excludes_children:
# - 'release-notes/:upgrading'
# - 'release-notes/:changelog'
#
exclude_pages:
- 'about/'
# - 'appendix/contribute/'
#convert_iframe:
# - src: IFRAME SRC
# img: POSTER IMAGE URL
# text: ALTERNATE TEXT
# - src: ...
two_columns_level: 3
#
#render_js: true
#headless_chrome_path: headless-chromium
#
#output_path: any-place/document.pdf
#enabled_if_env: ENABLE_PDF_EXPORT
#
#debug_html: true
#show_anchors: true
#verbose: true
# - mkpdfs:
# company: Westminster Presbyterian Church
# author: Jack Veney
# toc_title: Table of contents
# output_path: pdf/documentation.pdf
# - pdf-export:
# verbose: true
# media_type: print
# enabled_if_env: ENABLE_PDF_EXPORT
# combined: true
# Page tree
nav:
- Documentation:
- Starting Out:
- Starting a New Presentation: documentation/starting_new.md
- Working With Hymns:
- Editing Text Content: documentation/editing_content.md
- Creating New Text Content: documentation/new_content.md
- Working With Hymns:
- Adding Hymns: documentation/add_hymns.md
- Working With Scripture:
- Editing Scripture Readings: documentation/edit_scripture.md
- Adding Scripture Readings: documentation/add_scripture.md
- Working With Images:
- Adding Images to Service Content: documentation/add_images_service.md
- Adding Images to Pre- and Post-Service Loop: documentation/add_images_loop.md
- Deleting Images from Pre- and Post-Service Loop: documentation/delete_images_loop.md
- PDF: pdf/document.pdf