forked from WhiteHouse/CIOmanagement
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
52 lines (47 loc) · 1003 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
43
44
45
46
47
48
49
50
51
52
# markdown
markdown: kramdown
highlighter: rouge
exclude:
- ".ruby-version"
- ".jekyll-metadata"
- ".gitignore"
- ".travis.yml"
- todo.txt
- resources
- Gemfile
- Gemfile.lock
- Makefile
- vendor
- README.md
- CONTRIBUTING.md
- LICENSE.md
# Site metadata
name: "Management.cio.gov"
description: "Guidance, Resources, and Artifacts to assist agencies in implementing FITARA and other related policies"
baseurl: https://management.cio.gov/
# Uncomment the following line for localhost development at http://127.0.0.1:4000/software/
# baseurl: /software
# GitHub information
org_name: WhiteHouse
repo_name: CIOmanagement
branch: gh-pages
# Navigation
# List links that should appear in the site sidebar here
navigation:
- text: Home
url: /
- text: Implementation Guidance
url: /implementation/
- text: Policy Resources
url: /policy/
- text: FAQ
url: /faq/
- text: Schemas
url: /schema/
- text: Community
url: /community/
- text: Agency Plans
url: /plans/
# sass
sass:
sass_dir: _sass