forked from WhiteHouse/source-code-policy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
60 lines (55 loc) · 1.29 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
# markdown
markdown: redcarpet
redcarpet:
extensions: ["superscript","tables","with_toc_data","strikethrough","smart"]
highlighter: pygments
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: "Source Code Policy"
description: "Achieving Efficiency, Transparency, and Innovation through Reusable and Open Source Software"
baseurl: https://sourcecode.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: source-code-policy
branch: gh-pages
# Navigation
# List links that should appear in the site sidebar here
navigation:
- text: Home
url: /
- text: Introduction
url: /introduction/
- text: Objectives
url: /Objectives/
- text: Scope and Applicability
url: /Scope/
- text: Software Procurement Considerations
url: /Procurement/
- text: Government-Wide Code Reuse
url: /Reuse/
- text: Federally Funded Custom Code as OSS
url: /OSS/
- text: Implementation
url: /Implementation/
- text: Appendix A - Definitions
url: /Appendixa/
- text: Appendix B - Procurement Analysis
url: /Appendixb/
# sass
sass:
sass_dir: _sass