-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
57 lines (48 loc) · 1.4 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
#document settings
title: Federal Spending Transparency
desc: "DATA Act Collaboration Space"
url: //fedspendingtransparency.github.io/
repo_name: fedspendingtransparency.github.io
branch: master
encoding: utf-8
#global settings, no need to change these
root_url: //fedspendingtransparency.github.io
org_name: fedspendingtransparency
# default build settings for running locally, no need to edit
highlighter: rouge
exclude: ["script", "vendor", "Gemfile", "Gemfile.lock", "config.ru", "Procfile", "Rakefile", "readme.md", "LICENSE"]
markdown: kramdown
# markdown: redcarpet
# redcarpet:
# extensions: []
relative_permalinks: false
gems:
- jekyll-redirect-from
whitelist:
- jekyll-redirect-from
navigation:
- title: Home
url: /index.html
- title: About
url: /about
- title: Data Model
url: /data-model
#- title: DAIMS v1.2
# url: /DAIMS-v1.2
#- title: DAIMS Schema Files
# url: /daims-schema-files
- title: User-Centered Design
url: /user-centered-design
- title: Get Involved
url: "/get-involved"
- title: DATA Act-ivity
url: "/act-ivity"
- title: Data Lab
url: "/data-lab"
# - title: Discuss
# url: "https://github.com/fedspendingtransparency/fedspendingtransparency.github.io/issues"
# - title: Get Updates
# url: "https://gsa.us9.list-manage.com/subscribe?u=6f1977de9eff4c384dc8d6527&id=5cee0e93aa"
sass:
sass_dir: assets/_scss
#style: :compressed