-
Notifications
You must be signed in to change notification settings - Fork 56
/
_config.yml
64 lines (60 loc) · 1.24 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
# SITE SETTINGS
title: TDWG
repository: tdwg/website
# SOCIAL PROFILES
social:
email: [email protected]
twitter: tdwg
github: tdwg
facebook: https://www.facebook.com/groups/326780777736
# THEME SETTINGS
theme: minima
remote_theme: tdwg/petridish
posts_on_home: false
tweets_on_home: false
archive_permalink: /news/
github_edit: master
logo: /assets/theme/images/tdwg-logo-long.svg
# BUILD SETTINGS
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-sitemap
exclude:
- README.md
- Gemfile
- Gemfile.lock
- LICENSE
# FRONTMATTER DEFAULTS
defaults:
- scope:
path: ""
values:
layout: default
toc: true
- scope:
path: ""
type: posts
values:
permalink: "/news/:year/:slug/" # Use /news/yyyy/{filename}/ as permalink for all posts
toc: false
- scope:
path: conferences/2020
values:
navigation: tdwg-2020-navigation
- scope:
path: conferences/2021
values:
navigation: tdwg-2021-navigation
- scope:
path: conferences/2022
values:
navigation: tdwg-2022-navigation
- scope:
path: conferences/2023
values:
navigation: tdwg-2023-navigation
- scope:
path: conferences/2024
values:
navigation: tdwg-2024-navigation