forked from PatriceMcd/a130
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·68 lines (63 loc) · 1.38 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
# markdown
markdown: redcarpet
redcarpet:
extensions: ["superscript","tables","with_toc_data"]
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: "Circular A-130"
description: "Circular A-130: Managing Information as a Strategic Resource"
baseurl: https://ombegov.github.io/a130
# Uncomment the following line for localhost development at http://127.0.0.1:4000/a130/
#baseurl: /a130
# GitHub information
org_name: ombegov
repo_name: a130
branch: gh-pages
# Navigation
# List links that should appear in the site sidebar here
navigation:
- text: Home
url: /a130/
- text: Purpose
url: /a130/purpose/
- text: Applicability
url: /a130/applicability/
- text: Basic Considerations
url: /a130/basic-considerations/
- text: Policy
url: /a130/policy/
- text: Government-wide Responsibilities
url: /a130/gov-wide-responsibilities/
- text: Effectiveness
url: /a130/effectiveness/
- text: Oversight
url: /a130/oversight/
- text: Authorities
url: /a130/authorities/
- text: Definitions
url: /a130/definitions/
- text: Inquiries
url: /a130/inquiries/
- text: Appendix I
url: /a130/appendix1/
- text: Appendix II
url: /a130/appendix2/
- text: Appendix III
url: /a130/appendix3/
# sass
sass:
sass_dir: _sass