-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
67 lines (67 loc) · 2.23 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
site_name: Election Tech Initiative
# site_description:
# site_author:
# google_analytics:
# remote_branch: for gh-deploy to GithubPages
# remote_name: for gh-deploy to Github Pages
# copyright:
docs_dir: "docs"
repo_url: https://github.com/Election-Tech-Initiative/website
nav:
- Overview:
- What is the Election Technology Initiative?: index.md
- ElectionGuard: http://electionguard.vote
- Accessibility: accessibility.md
plugins:
- search
- mermaid2:
arguments:
securityLevel: "loose"
htmlLabels: true
- redirects:
redirect_maps:
'index.md': 'https://www.csg.org/2023/07/26/csg-and-the-turnout-launch-the-election-technology-initiative-with-support-from-microsoft-working-to-increase-voter-confidence-in-elections/'
'about.md': 'https://www.csg.org/2023/07/26/csg-and-the-turnout-launch-the-election-technology-initiative-with-support-from-microsoft-working-to-increase-voter-confidence-in-elections/'
'accessibility.md': 'https://www.csg.org/2023/07/26/csg-and-the-turnout-launch-the-election-technology-initiative-with-support-from-microsoft-working-to-increase-voter-confidence-in-elections/'
theme:
name: material
custom_dir: overrides
favicon: images/favicon.ico
logo: images/csg-white-logo.svg
font:
text: Segoe UI
palette:
scheme: default
accent: indigo
link: indigo
features:
- navigation.instant
- navigation.tabs
markdown_extensions:
- abbr
- pymdownx.snippets
- admonition
- footnotes
- meta
- pymdownx.details
- pymdownx.tabbed
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
# - pymdownx.emoji:
# emoji_index: !!python/name:material.extensions.emoji.twemoji
# emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/analytics.js
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- stylesheets/extra.css