-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
39 lines (33 loc) · 930 Bytes
/
_config.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
# Base configuration
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
markdown: kramdown
highlighter: rouge
collections:
pages:
output: true
permalink: /:path/
# Title
name: Human Services Pilot Project Scoping Plan
subtitle: a California Health Data Project effort
# Author/Organization info to be displayed in the templates
author:
name: Sacramento Health Data Ambassadors
url: [email protected]
# Point the logo URL at a file in your repo or hosted elsewhere by your organization
logourl:
logoalt:
# Navigation
# List links that should appear in the site sidebar here
navigation:
- text: Home
url: /
- text: Discovery Research
url: /discovery-research
- text: Data Ecosystem Analysis
url: /data-ecosystem
- text: High Level Plan
url: /high-level-plan
- text: Thank Yous and Works Cited
url: /works-cited-and-thanks
# Style Variables
brand_color: "#009688"