-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
87 lines (78 loc) · 2.36 KB
/
_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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Base configuration
exclude: [".rvmrc", ".rbenv-version", "README.md", "changelog.md"]
markdown: kramdown
highlighter: pygments
permalink: pretty
collections:
pages:
output: true
permalink: /:path/
# Title
name: DMPED Great Streets Dashboard
subtitle: 'Deputy Mayor for Planning & Economic Development | Muriel Bowser, Mayor'
# Author/Organization info to be displayed in the templates
author:
name: Office of the Deputy Mayor for Planning and Economic Development
url: http://dmped.dc.gov
# When using this template with a project (repository) page set the baseurl to '/project-name'
# For user/organization pages set this to an empty string
# When working locally use jekyll serve --baseurl '' so that you can view everything at localhost:4000
# See http://jekyllrb.com/docs/github-pages/ for more info
baseurl: '/great-streets'
# Point the logo URL at a file in your repo or hosted elsewhere by your organization
logourl: '/assets/img/we-are-wdc.png'
logoalt: We Are Washington DC
# Navigation
# List links that should appear in the site sidebar here
navigation:
- text: 'Intro & Quick Stats'
internal: true
url: ./
- text: '7th Street/Georgia Avenue NW'
internal: true
url: 7th-georgia.html
- text: '14th Street/U Street NW'
internal: true
url: 14th-u.html
- text: 'Connecticut Avenue NW'
internal: true
url: connecticut.html
- text: 'Georgia Avenue NW'
internal: true
url: georgia.html
- text: 'H Street NE/Bladensburg Road NE'
internal: true
url: h-bladensburg.html
- text: 'Martin Luther King Jr Avenue/South Capitol SE/SW'
internal: true
url: mlk-south-capitol.html
- text: 'Minnesota Avenue/Benning Road NE'
internal: true
url: minnesota-benning.html
- text: 'Nannie Helen Burroughs Avenue NE'
internal: true
url: nannie-helen.html
- text: 'New York Avenue NE'
internal: true
url: new-york.html
- text: 'North Capitol Street NW/NE'
internal: true
url: north-capitol.html
- text: 'Pennsylvania Avenue SE'
internal: true
url: pennsylvania.html
- text: 'Rhode Island Avenue NE'
internal: true
url: rhode-island.html
- text: 'Wisconsin Avenue NW'
internal: true
url: wisconsin.html
# Repo list
# List repos that you would like to appear on the homepage here
repos:
- name: great-streets
description:
url: https://github.com/DCgov/great-streets
google_analytics_ua: UA-2638726-1
# Style Variables
brand_color: "#BF0000"