-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
100 lines (84 loc) · 2.42 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
title: PIFSCstockassessments
description: This is the site description.
remote_theme: 18F/uswds-jekyll@v4.2.0
plugins:
- jekyll-remote-theme
# GitHub information
# This is used for adding an edit this page link to the footer
#github:
# organization: PIFSCstockassessments
# repository: PIFSCstockassessments.github.io
# default_branch: master
# Configuration for setting the site width to 100%
# To enable, uncomment the following line
# site_width: wide
# Configuration for Google Analytics, add your UA code here:
# google_analytics_ua: UA-????????-??
# Configuration for DAP, add your agency ID here:
# dap_agency: GSA
# 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]
# 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.
# search_site_handle: searchgov-site-handle
# Configuration for projects and team collections
# See https://jekyllrb.com/docs/collections/ for more information about collections.
collections:
assessments:
output: true
packages:
output: true
surveys:
output: true
collections_dir: pifsc-sap-collections
defaults:
- scope:
path: ""
values:
layout: home
herohome: true
- scope:
path: "_assessments"
type: "assessments"
values:
layout: page-sap-collections
sidenav: assessment-nav
sap-hero:
image: '/assets/pifsc/img/banner/banner-Chlorurus-frontalis-TateWester.jpg'
opacity: 0.3
title:
text: Stock Assessments
- scope:
path: "_packages"
type: "packages"
values:
layout: page-sap-collections
sidenav: packages-nav
sap-hero:
image: /assets/pifsc/img/banner/banner-SWFSC-shark.jpg
opacity: 0.5
caption: NOAA Fisheries
title:
text: Fisheries Tools and Packages
- scope:
path: "_surveys"
type: "surveys"
values:
layout: page-sap-collections
sidenav: surveys-nav
sap-hero:
image: /assets/pifsc/img/banner/banner-noaa-hiialakai.jpg
opacity: 0.4
caption: NOAA Fisheries
title:
text: Surveys
styles:
- /assets/main.css
# Compress Sass
sass:
style: compressed
sass_dir: _sass
markdown: kramdown