-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
42 lines (39 loc) · 872 Bytes
/
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
site_name: "Buzzword Brewing"
theme:
name: 'material'
palette:
primary: 'lime'
accent: 'lime'
repo_name: 'github/buzzword'
repo_url: 'https://github.com/ericcarboni/buzzword'
copyright: 'Copyright © 2019 Buzzword Brewing'
extra:
social:
- type: 'github'
link: 'https://github.com/ericcarboni/buzzword'
- type: 'twitter'
- type: 'instagram'
nav:
- Home: index.md
- Brews: brews.md
- Contact: contact.md
markdown_extensions:
- toc:
permalink: true
- admonition
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- codehilite:
linenums: true