mirror of https://github.com/tdwg/dwc.git
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
This commit is contained in:
parent
65b1f5bf4f
commit
8d3f89c495
|
@ -1,16 +1,32 @@
|
||||||
# SITE SETTINGS
|
# SITE SETTINGS
|
||||||
title: Darwin Core
|
title: Darwin Core
|
||||||
description: Website for the Darwin Core standard
|
|
||||||
url: "https://dwc.tdwg.org"
|
url: "https://dwc.tdwg.org"
|
||||||
|
|
||||||
js: >-
|
# SOCIAL PROFILES
|
||||||
$(document).ready(function() {
|
social:
|
||||||
// In quick reference guide: add divider in sidebar after UseWithIRI
|
github: tdwg/dwc
|
||||||
$("a[href='#usewithiri']", "#theme-sidebar-nav").parent().addClass("theme-divider-below");
|
|
||||||
});
|
# THEME SETTINGS
|
||||||
|
theme: minima
|
||||||
|
remote_theme: tdwg/petridish
|
||||||
|
github_edit: false
|
||||||
|
logo: /assets/theme/images/tdwg-logo-short.svg
|
||||||
|
|
||||||
# BUILD SETTINGS
|
# BUILD SETTINGS
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
remote_theme: tdwg/tdwg-theme-jekyll
|
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
|
- jekyll-sitemap
|
||||||
|
exclude:
|
||||||
|
- README.md
|
||||||
|
- Gemfile
|
||||||
|
- Gemfile.lock
|
||||||
|
- LICENSE
|
||||||
|
|
||||||
|
# FRONTMATTER DEFAULTS
|
||||||
|
defaults:
|
||||||
|
- scope:
|
||||||
|
path: ""
|
||||||
|
values:
|
||||||
|
layout: default
|
||||||
|
toc: true
|
||||||
|
|
Loading…
Reference in New Issue