forked from paleo-data/paleo-data.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
102 lines (97 loc) · 2.23 KB
/
_config.yml
File metadata and controls
102 lines (97 loc) · 2.23 KB
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
title: Paleo Data Knowledge Hub
description: A clearinghouse for information about data related to paleontology specimens and collections
repository: paleo-data/paleo-data.github.io
url: https://paleo-data.github.io
baseurl:
theme: minimal-mistakes-jekyll
logo: /assets/images/trilocorn.png
logo_alt: A trilobite with a unicorn horn and ears
og_image: /assets/images/trilocorn.png
exclude: [scripts, templates]
footer:
links:
- label: "GitHub"
icon: "fa-brands fa-github"
url: "https://github.com/orgs/paleo-data"
- label: "Slack"
icon: "fa-brands fa-slack"
url: "https://paleo-data.slack.com/"
- label: "Listserv"
icon: "fa-solid fa-envelope"
url: "https://groups.google.com/g/paleo-data/about"
- label: "Community Norms"
icon: "fa-solid fa-people-group"
url: "https://paleo-data.github.io/community/norms"
atom_feed:
hide: true
after_footer_scripts:
- /assets/js/custom.js
search: true
search_full_content: true
lunr:
search_within_pages: true
collections_dir: collections
collections:
community:
output: True
sort_by: nav_order
"highlighted-resources":
output: True
sort_by: nav_order
explanations:
output: True
sort_by: nav_order
"how-to-guides":
output: True
sort_by: nav_order
tutorials:
output: True
sort_by: nav_order
defaults:
- scope:
path: ""
values:
layout: single
sidebar:
nav: sidebar
collapsible: True
- scope:
path: collections
values:
toc: true
toc_sticky: true
- scope:
path: ""
type: community
values:
section: Community
sidebar:
expanded: [community]
- scope:
path: ""
type: explanations
values:
section: Explanations
sidebar:
expanded: [explanations]
- scope:
path: ""
type: how-to-guides
values:
section: How To Guides
sidebar:
expanded: [how-to-guides]
- scope:
path: ""
type: highlighted-resources
values:
section: Highlighted Resources
sidebar:
expanded: [highlighted-resources]
- scope:
path: ""
type: tutorials
values:
section: Tutorials
sidebar:
expanded: [tutorials]