-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
210 lines (186 loc) · 4.67 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
title: "SCINet | USDA Scientific Computing Initiative"
description: SCINet is a USDA initiative to provide agricultural scientists access to high performance computing, networking and training
short_name: "SCINet"
language: "en"
lang_direction: "ltr"
timezone: America/New_York
icon: "https://scinet.usda.gov/assets/img/site/favicons/favicon.png"
# GitHub information
# This is used for adding an edit this page link to the footer
github:
organization: USDA-SCINet
repository: scinet-site
default_branch: main
baseurl: ""
url: "https://scinet.usda.gov"
# Configure a separator for post excerpts
excerpt_separator: <!--excerpt-->
# Configuration for setting the site width to 100%
# To enable, uncomment the following line
# site_width: wide
site_width: 100%
# Configuration for Google Analytics, add your UA code here:
# google_analytics_ua: UA-????????-??
# Configuration for DAP, add your agency ID here:
dap_agency: USDA
dap_subagency: ARS
# Uncomment to enable AnchorJS functionality on docs layout.
# See https://github.com/bryanbraun/anchorjs for more information.
anchor_js_targets: [h1, h2, h3]
# Enables Private Eye functionality.
# See https://github.com/18F/private-eye for more information.
# Private Eye configuration is in assets/js/main.js
# private_eye: true
# To enable search, uncomment the search section
# You will need to setup a search account with search.gov
# https://search.usa.gov/signup
# Your search_site_handle value is from the search.gov settings page.
# Your search_site_handle value is from the search.gov settings page.
search_site_handle: scinet-usda
newline: >
:
# touchpoints_form_id:
# Configuration for projects and team collections
# See https://jekyllrb.com/docs/collections/ for more information about collections.
collections_dir: workbooks
collections:
computing-skills:
output: true
permalink: /:collection/:path
data-science:
output: true
permalink: /:collection/:path
geospatial:
output: true
permalink: /:collection/:path
bioinformatics:
output: true
permalink: /:collection/:path
pathways:
output: true
working-groups:
output: true
contribute:
output: true
permalink: /:collection/:path
about:
output: true
permalink: /:collection/:path
defaults:
-
scope:
path: ""
type: "pathways"
values:
layout: "single"
variety: "pathway"
header:
overlay_color: "transparent"
callout_color: "primary-darker"
-
scope:
path: ""
type: "data-science"
values:
layout: "single"
variety: "workbook"
header:
image: /assets/img/data-science_banner.png
overlay_color: "transparent"
subject: "data-science"
order: 200
ordered: true
-
scope:
path: ""
type: "computing-skills"
values:
layout: "single"
variety: "workbook"
subject: "computing-skills"
order: 200
header:
image: /assets/img/computing_banner.png
overlay_color: "transparent"
ordered: true
-
scope:
path: ""
type: "bioinformatics"
values:
variety: "workbook"
layout: "single"
subject: bioinformatics
bin: "specialization"
order: 200
ordered: true
-
scope:
path: ""
type: "geospatial"
values:
variety: "workbook"
layout: "single"
subject: geospatial
bin: "specialization"
order: 200
-
scope:
path: ""
type: "contribute"
values:
layout: "altpage"
showdescription: true
parent: 1
prevTOC:
index: -1
title: About
url: /about/
-
scope:
path: ""
type: "about"
values:
layout: "altpage"
parent: 0
order: 200
afterTOC:
title: Contribute
url: /contribute/
# Compress Sass
sass:
style: compressed
# Add code blocks to text
highlighter: rouge
plugins:
- jekyll-last-modified-at
- jekyll-sitemap
- jekyll-redirect-from
# https://designsystem.digital.gov/documentation/developers/#sass-compilation-requirements
autoprefixer:
browsers:
- "> 2%"
- last 2 versions
- IE 11
- not dead
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- package.json
- gulpfile.js