-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
36 lines (29 loc) · 876 Bytes
/
_config.yml
File metadata and controls
36 lines (29 loc) · 876 Bytes
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
title: BioShell
# This appears in the html browser tab for the site title (seen mostly by search engines, not users)
#topnav_title: BioShell
# Optional: this appears on the top navigation bar next to the main_logo.svg icon
description: "A guide to accessing and using BioShell, a preconfigured cloud bioinformatics environment on NCI Nirin and ARDC Nectar Research Cloud."
# Metadata description of the website
remote_theme: ELIXIR-Belgium/elixir-toolkit-theme@2.5.0
theme_variables:
# biocommons blue
theme_color: 205a86
topnav:
brand_logo: assets/img/Australian-Biocommons-Logo-Tagline-Community-RGB.png
exclude:
- README.md
- vendor
defaults:
-
scope:
path: ""
type: "pages"
values:
permalink: /:basename
layout: "page"
sidebar: main
plugins:
- jemoji
- jekyll-sitemap
- jekyll-github-metadata
- webrick