-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
79 lines (70 loc) · 2.06 KB
/
_config.yml
File metadata and controls
79 lines (70 loc) · 2.06 KB
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
68
69
70
71
72
73
74
75
76
77
78
title: Globus Community Australasia
# This appears in the html browser tab for the site title (seen mostly by search engines, not users)
topnav_title: Welcome to Globus Community Australasia
# Optional: this appears on the top navigation bar next to the main_logo.svg icon
description: "Australasian Globus Community resources (managed by AARNet)"
# Metadata description of the website
remote_theme: ELIXIR-Belgium/elixir-toolkit-theme@3.0.0
exclude:
- vendor
- Gemfile
- code/examples/globus_ansible # Need to exclude all Ansible code because of Jinja-style {{ }} expressions
defaults:
# Define here page metadata attributes for all pages at once or on specific directories. More information: https://jekyllrb.com/docs/configuration/front-matter-defaults/
- scope:
path: ""
type: "pages"
values:
permalink: /:basename
layout: "page"
sidebar: "main"
- scope:
path: "globus-community-australasia"
type: "pages"
values:
permalink: /globus-community-australasia/:basename
- scope:
path: "code"
type: "pages"
values:
permalink: /code/:basename
theme_variables:
git_host: GitHub
back_to_top: true
privacy_statement_url: /privacy
github_buttons:
position: top
edit_me: true
open_issue: true
history: true
headings:
related-pages: Related pages
more-information-tiles: More information
resource-table-all: Tools and resources on this page
resource-table-all-collapse: false
affiliation-tiles-page: Affiliations
contributor-minitiles-page: Contributors
toc:
min_headings: 2
headings: 'h2'
topnav:
theme: light
brand_logo: "assets/img/logo_globus-solid.svg"
github: true
twitter: false
theme_color: 0d6efd
# fonts:
# - url towards a font
plugins:
- elixir-toolkit-theme-plugins
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-github-metadata
- jemoji
- webrick
# --- Missing in gitlab: ---
# github:
# repository_url: https://github.com/ELIXIR-Belgium/elixir-toolkit-theme
# source:
# branch: main