-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
50 lines (50 loc) · 1.59 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
site_name: Swiss Cycling Vertical Challenge
site_url: https://swisscycling-vertical.arthurgassner.ch/
theme:
name: material
custom_dir: overrides # Needed for the google search metatag
icon:
logo: material/bike
favicon: assets/flag_ch.png
palette:
scheme: slate # Options: default, slate, or custom
primary: red # Primary color
accent: white # Accent color
plugins: [] # disable search
nav:
- Home: index.md
- Challenge Overview: challenge_overview.md
- Challenge Rules: rules.md
- Leaderboard: leaderboard.md
- Submit A Ride: submit_a_ride.md
- Why ?: why.md
extra:
analytics:
provider: google
property: G-SJR6012X5C
social:
- icon: fontawesome/solid/globe
link: https://arthurgassner.ch
- icon: material/email
link: mailto:[email protected]
- icon: fontawesome/brands/github
link: https://github.com/arthurgassner/swisscycling-vertical-frontend
- icon: fontawesome/brands/github
link: https://github.com/arthurgassner/swisscycling-vertical-backend
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- md_in_html
- smarty
- admonition
- pymdownx.details
- pymdownx.superfences
- footnotes
extra_css:
- https://unpkg.com/leaflet/dist/leaflet.css
extra_javascript:
- https://unpkg.com/leaflet/dist/leaflet.js
- https://cdn.jsdelivr.net/npm/ag-grid-community/dist/ag-grid-community.min.js
- https://unpkg.com/[email protected]/leaflet-omnivore.min.js