-
Notifications
You must be signed in to change notification settings - Fork 10
/
_config.yml
44 lines (38 loc) · 1 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
# Site settings
title: TDWG Earth Science and Paleobiology Interest Group
# email:
description: This website is a public-facing front for the [Earth Science and Paleobiology (ESP) Interest Group](https://github.com/tdwg/esp/) of [Biodiversity Information Standards (TDWG)](https://www.tdwg.org/).
baseurl: "/esp"
url: "tdwg.github.io"
# twitter_username:
# github_username:
github_path: "https://github.com/tdwg/esp/tree/master"
google_analytics: "UA-165980209-1"
header_pages:
- README.md
# Build settings
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
# Define collections
collections:
georeferencing:
output: true
defaults:
- scope:
path: ""
type: "georeferencing"
values:
layout: "resource"
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/