Skip to content

Commit 8d3f89c

Browse files
committed
Update _config.yml
- Use tdwg/petridish - Add logo - Remove description (not used in petridish) - Link to repo in footer - Disable github_edit (assumes root) - Enable table of content by default - Remove custom JS to add divider in QRG sidebar
1 parent 65b1f5b commit 8d3f89c

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

docs/_config.yml

+23-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
11
# SITE SETTINGS
22
title: Darwin Core
3-
description: Website for the Darwin Core standard
43
url: "https://dwc.tdwg.org"
54

6-
js: >-
7-
$(document).ready(function() {
8-
// In quick reference guide: add divider in sidebar after UseWithIRI
9-
$("a[href='#usewithiri']", "#theme-sidebar-nav").parent().addClass("theme-divider-below");
10-
});
5+
# SOCIAL PROFILES
6+
social:
7+
github: tdwg/dwc
8+
9+
# THEME SETTINGS
10+
theme: minima
11+
remote_theme: tdwg/petridish
12+
github_edit: false
13+
logo: /assets/theme/images/tdwg-logo-short.svg
1114

1215
# BUILD SETTINGS
1316
markdown: kramdown
14-
remote_theme: tdwg/tdwg-theme-jekyll
1517
plugins:
1618
- jekyll-feed
19+
- jekyll-sitemap
20+
exclude:
21+
- README.md
22+
- Gemfile
23+
- Gemfile.lock
24+
- LICENSE
25+
26+
# FRONTMATTER DEFAULTS
27+
defaults:
28+
- scope:
29+
path: ""
30+
values:
31+
layout: default
32+
toc: true

0 commit comments

Comments
 (0)