-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
39 lines (34 loc) · 889 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
# Site Info
site_name: hissw
site_description: Run SSW IDL code in Python
site_author: Will Barnes
site_url: 'https://wtbarnes.github.io/hissw'
# Repository
repo_name: wtbarnes/hissw
repo_url: https://github.com/wtbarnes/hissw
# Navigation
nav:
- Getting Started: index.md
- Examples:
- 'Simple Example' : 'examples/simple_example.md'
- 'AIA Response Functions' : 'examples/aia_example.md'
theme:
name: 'material'
palette:
primary: 'orange'
accent: 'yellow'
icon:
logo: 'fontawesome/solid/code'
# Extensions
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
# Social/Contact
extra:
social:
- icon: 'fontawesome/solid/globe'
link: 'https://wtbarnes.github.io/'
- icon: 'fontawesome/brands/github'
link: 'https://github.com/wtbarnes'
- icon: 'fontawesome/brands/twitter'
link: 'https://twitter.com/wtbarnes_'