forked from tdwg/dwc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
37 lines (34 loc) · 800 Bytes
/
_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
# Site settings
title: Darwin Core
description: Website for the Darwin Core standard.
url: "https://dwc.tdwg.org"
navbar:
left:
- text: Terms
href: terms/
- text: Guides
menu:
- text: Simple Darwin Core
href: simple/
- text: Text
href: text/
- text: XML
href: xml/
- text: RDF
href: rdf/
- text: Namespace policy
href: namespace/
right:
- text: GitHub
href: https://github.com/tdwg/dwc
js: >-
$(document).ready(function() {
// In quick reference guide: add divider in sidebar after UseWithIRI
$("a[href='#usewithiri']", "#theme-sidebar-nav").parent().addClass("theme-divider-below");
});
# Build settings
markdown: kramdown
# theme: tdwg-theme-jekyll
remote_theme: tdwg/tdwg-theme-jekyll
plugins:
- jekyll-feed