generated from AustralianBioCommons/guide-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
37 lines (30 loc) · 892 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
title: How-to create a How-to Guide
# This appears in the html browser tab for the site title (seen mostly by search engines, not users)
#topnav_title: Website title
# Optional: this appears on the top navigation bar next to the main_logo.svg icon
description: "How to create and begin updating a repository for a new How-to Guide, based on a template repository."
# Metadata description of the website
remote_theme: ELIXIR-Belgium/[email protected]
theme_variables:
# biocommons blue
theme_color: 205a86
topnav:
brand_logo: assets/img/main_logo.png
privacy_statement_url: https://www.biocommons.org.au/privacy
exclude:
- README.md
- vendor
defaults:
-
scope:
path: ""
type: "pages"
values:
permalink: /:basename
layout: "page"
sidebar: main
plugins:
- jemoji
- jekyll-sitemap
- jekyll-github-metadata
- webrick