-
Notifications
You must be signed in to change notification settings - Fork 16
/
_config.yml
70 lines (61 loc) · 1.74 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
68
69
title: Website title
# 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: "Example of ELIXIR toolkit theme as a remote jekyll theme"
# Metadata description of the website
remote_theme: ELIXIR-Belgium/[email protected]
exclude:
- README.md
- vendor
- Gemfile
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
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/main_logo.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