-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path_config.yml
114 lines (86 loc) · 3.24 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# markdown
markdown: kramdown
#kramdown:
# extensions: ["superscript","tables","with_toc_data","strikethrough","smart"]
exclude:
- ".ruby-version"
- ".jekyll-metadata"
- ".gitignore"
- todo.txt
- resources
- Gemfile
- Gemfile.lock
- Makefile
- vendor
- README.md
- CONTRIBUTING.md
- LICENSE.md
# Site metadata
name: "Open Government Plan"
description: "The National Archives was founded in 1935 to preserve the records of the Federal Government and make them available to its citizens. Since then, we have grown to include 13 Presidential libraries and museums, multiple archival facilities, and educational centers located across the country. We reach millions of visitors and researchers each year at these locations."
baseurl: /opengovplan
# Uncomment the following line for localhost development at http://127.0.0.1:4000/software/
# baseurl: /software
# GitHub information
#org_name: usnationalarchives
#org_name: usnationalarchives
org_name: usnationalarchives
repo_name: opengovplan
branch: gh-pages
# Navigation
# List links that should appear in the site sidebar here
navigation:
- text: "Home"
url: /
- text: "Message from the Archivist"
url: /messages/
- text: "Executive Summary"
url: /summary/
- text: "Section 1: <span>The Approach to Open Government</span> "
url: /approachopengov/
- text: "Section 2: <span>Strengthen the Culture of Open Government</span>"
url: /strengthenopengov/
sub_navigation:
- text: "2.1 <span>Sustaining Open Government </span>"
url: /sustainingopengov/
- text: "2.2 <span>Public Engagement</span>"
url: /pubengagement/
- text: "2.3 <span>Research Services</span>"
url: /researchservices/
- text: "2.4 <span>Presidential Libraries</span>"
url: /presidentiallibraries/
- text: "2.5 <span>Employee Engagement</span>"
url: /employeeengagement/
- text: "Section 3: <span>Flagship Initiatives: Make Access Happen Through Innovation</span>"
url: /flagshipinitiatives/
- text: "Section 4: <span>Freedom of Information Act</span>"
url: /foia/
- text: "Section 5: <span>New and Ongoing Open Government Initiatives</span>"
url: /newinitiatives/
- text: "Section 6: <span>Provide Leadership and Services</span>"
sub_navigation:
- text: "6.1 <span>Records Management: The Backbone of Open Government</span>"
url: /recmanagement/
- text: "6.2 <span>National Declassification Center</span>"
url: /declassification/
- text: "6.3 <span>Federal Records Centers</span>"
url: /fedrecordscenters/
- text: "6.4 <span>Electronic Records Archives</span>"
url: /erecordsarchives/
- text: "6.5 <span>Office of Government Information Services</span>"
url: /informationservice/
- text: "6.6 <span>Information Security Oversight Office</span>"
url: /informationsecurityoffice/
- text: "6.7 <span>Office of the Federal Register</span>"
url: /fedregister/
- text: "6.8 <span>National Historical Publications and Records Commission</span>"
url: /publicationsrecords/
- text: "Appendix A: <span>Summary of Comments Received"
url: /appendixa/
- text: "Appendix B: <span>2016-2018 NARA Open Government Commitments</span>"
url: /appendixb/
- text: "Appendix C: <span>Updates to 2014–2016 NARA Open Government Commitments</span>"
url: /appendixc/
# sass
sass:
sass_dir: _sass