-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
44 lines (43 loc) · 1.2 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
# customize to this site
site_name: IOT Hackday
site_description: 'Twin Cities Hackday Event Microsite. All content licensed Creative Commons ShareAlike Attribution Noncommercial'
site_author: 'Dan McCreary'
repo_url: 'https://github.com/CoderDojoTC/iot-hackday'
nav:
- Home: index.md
- 2022 Event Details: 2022-event.md
# - About: about.md
- Sponsorship: sponsorships.md
- Team Ideas: team-ideas.md
- Education: education.md
# - Contact: contact.md
- Partners: partners.md
- Gallery: gallery.md
- History: history.md
- Code of Conduct: code-of-conduct.md
- FAQ: faq.md
- Resources: resources.md
# CoderDojo MicroSite Standards from here down
edit_uri: 'blob/master/docs'
# this really just the link label to the GitHub repo
repo_name: 'GitHub Repo'
theme:
# We are using the mkdcos-material theme
name: material
# logo: img/iot-hackday-logo.png
palette:
primary: '#642580'
accent: '#41BAC1'
custom_dir: 'theme'
include_sidebar: true
plugins:
- search
# - mermaid2 - takes too long to build - use a screen image for now
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
linenums: true