generated from ELIXIR-Belgium/elixir-toolkit-theme-example
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
67 lines (55 loc) · 1.3 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
65
66
67
title: Human 'Omics Data Sharing Field Guide
# This appears in the html browser tab for the site title (seen mostly by search engines, not users)
topnav_title: Human 'Omics Data Sharing Field Guide
# Optional: this appears on the top navigation bar next to the main_logo.svg icon
description: "Guide to all things human 'omics data sharing in Australia."
# Metadata description of the website
repository: 'AustralianBiocommons/human-omics-data-sharing-field-guide'
remote-theme: ELIXIR-Belgium/elixir-toolkit-theme
theme: elixir-toolkit-theme
theme_variables:
privacy_statement_url: https://www.biocommons.org.au/privacy
topnav:
theme: dark
brand_logo: assets/img/main_logo.svg
theme_colour: 205a86
toc:
min_headers: 2
headers: 'h2, h3'
github_buttons:
history: false
github:
source:
branch: main
exclude:
- README.md
- [vendor]
- vendor
- ruby
- var/
- Gemfile*
- LICENSE
defaults:
-
scope:
path: ""
type: "pages"
values:
permalink: /:basename
layout: "page"
sidebar: main
-
scope:
path: "pages/about"
values:
sidebar: about
scholar:
bibliography_template: bib
sort_by: year, month
order: descending
plugins:
- jemoji
- jekyll-sitemap
- jekyll-github-metadata
- webrick
- jekyll-scholar