forked from USDA-SCINet/scinet-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
209 lines (187 loc) · 4.66 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
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: 90%
# Configuration for Google Analytics, add your UA code here:
google_analytics_ua: UA-27627304-1
# 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, h4, h5, h6]
# 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
# touchpoints_form_id:
# Configuration for projects and team collections
# See https://jekyllrb.com/docs/collections/ for more information about collections.
collections_dir: sn_collections
collections:
announcements:
output: true
permalink: /:collection/:path
events-recurring:
output: true
future: true
permalink: /events/:name
events:
output: true
future: true
permalink: /:collection/:path
posts:
output: true
permalink: /:collection/:path
workshops:
output: true
future: true
permalink: /:collection/:path
guides:
output: true
permalink: /guides/:categories/:name
guidecategory:
output: true
permalink: /guides/:categories
tutorials:
output: true
permalink: /tutorials/:name
downtime:
output: false
defaults:
-
scope:
path: ""
type: "events"
values:
future: "show"
layout: "event"
cal-titles: "hide"
sidenav_link: /training/events/
-
scope:
path: ""
type: "events-recurring"
values:
future: "show"
layout: "event"
cal-titles: "hide"
sidenav_link: /training/events/
recurring: true
-
scope:
path: ""
type: "announcements"
values:
future: "show"
layout: "post"
categories: [Announcements]
sidenav_link: /news/announcements
-
scope:
path: ""
type: "posts"
values:
layout: "post"
sidenav_link: /news/stories
breadcrumb_title: "Selected Story"
-
scope:
path: ""
type: "workshops"
values:
future: "show"
layout: "page"
layout_type: "workshop"
-
scope:
path: ""
type: "guidecategory"
values:
layout: "guides"
layout_type: "guides"
sidenav_link: /guides/
class: "guide-nav"
-
scope:
path: ""
type: "guides"
values:
layout: "page"
layout_type: "guides"
sidenav_link: /guides/
-
scope:
path: ""
type: "tutorials"
values:
layout: "page"
sidenav_link: /guides/
-
scope:
path: ""
type: "downtime"
values:
alt-title: "TRUE"
# allow posts with dates in the future to be published now
future: true
# 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