forked from 18F/open-source-program
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
42 lines (38 loc) · 990 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
40
41
42
# Base configuration
permalink: pretty
exclude:
- .gitignore
- .rvmrc
- .rbenv-version
- CONTRIBUTING.md
- Gemfile
- README.md
- Rakefile
markdown: kramdown
highlighter: pygments
defaults:
-
scope:
path: ''
type: pages
values:
layout: page
#Prose.io editing info
repo_name: open-source-program
branch: 18f-pages
#GitHub organization name *or* username
gh_org: 18f
prose_url: http://github.com/
# Your Programs's Name
name: Government Open Source
subtitle: Material to support open source in government
# When using this template with a project 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: ''
baseurl: '/open-source-program'
# Author/Organization info to be displayed in the templates
author:
name: 18F
url: http://localhost:4000