generated from AustralianBioCommons/guide-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
48 lines (41 loc) · 973 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
38
39
40
41
42
43
44
45
46
47
48
title: "Aus Nextflow Seqera"
description: A website for the the Australian Nextflow Seqera service
remote_theme: ELIXIR-Belgium/[email protected]
topnav_title: Australian Nextflow Seqera Service
theme_variables:
# biocommons blue
theme_color: 205a86
topnav:
brand_logo: assets/img/Australian-Biocommons-Logo-Horizontal-RGB.png
privacy_statement_url: https://www.biocommons.org.au/privacy
permalink: /:categories/:year/:month/:day/:title
exclude:
- README.md
- .gitignore
- var/
- vendor
- Gemfile*
- LICENSE
permalink: /:categories/:year/:month/:day/:title
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
sidebar: main
-
scope:
path: "user-guide"
type: "pages"
values:
sidebar: user-guide
plugins:
- elixir-toolkit-theme-plugins
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-github-metadata
- jemoji
- webrick