-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path_config.yml
35 lines (30 loc) · 994 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
title: GovEx Labs
url: http://labs.centerforgov.org
description: Our playground for experimentation and fluid content.
logo: /images/GovExLabsLogo.svg
repository: govex/govex.github.io
# never include the trailing slash in baseurl (ex: "site/")
baseurl:
# navigation configuration
navigation:
- title: <span class="glyphicon glyphicon-book"></span> Guides
url: guides/
- title: <span class="glyphicon glyphicon-user"></span> City Trainings
url: city-trainings/
- title: <span class="glyphicon glyphicon-cog"></span> Civic Data Standards
url: open-data/civic-data-standards/
defaults:
-
scope:
path: ""
values:
layout: default
scope:
path: "open-data-portal-requirements"
values:
layout: collaboration
# Make redcarpet behave like GitHub Flavored Markdown
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "superscript", "with_toc_data"]
gems:
- jekyll-redirect-from