-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
61 lines (53 loc) · 1.25 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
site_name: Project Management and Public Administration
site_description: Resources and information for public project managers
site_author: James P. Howard, II
copyright: Copyright © 2020 James P. Howard, II.
site_url: https://k3jph.github.io/projmgmt
repo_name: 'k3jph/projmgmt'
repo_url: https://github.com/k3jph/projmgmt
use_directory_urls: true
nav:
- Welcome: index.md
- Initiation:
- 'Project Charters': initiation/charter.md
- 'Identifying Stakeholders': initiation/stakeholders.md
- License: license.md
# Configuration
theme:
name: 'material'
language: 'en'
palette:
primary: 'indigo'
accent: 'indigo'
font:
text: 'Roboto'
code: 'Roboto Mono'
logo:
icon: 'group'
custom_dir: 'theme'
# Customization
extra:
manifest: 'manifest.webmanifest'
social:
- type: 'globe'
link: 'https://jameshoward.us'
- type: 'twitter'
link: 'https://twitter.com/k3jph'
- type: 'linkedin'
link: 'https://www.linkedin.com/in/k3jph'
# Google Analytics
google_analytics:
- 'UA-79581-12'
- 'auto'
# Extensions
markdown_extensions:
- codehilite:
guess_lang: false
- footnotes
- meta
- pymdownx.arithmatex
- pymdownx.details
- toc:
permalink: true
plugins:
- search