-
Notifications
You must be signed in to change notification settings - Fork 16
/
_config.yml
92 lines (79 loc) · 2.26 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
title: ELIXIR toolkit theme
# This appears in the html browser tab for the site title (seen mostly by search engines, not users)
# topnav_title: ELIXIR toolkit theme
# Optional: this appears on the top navigation bar next to the main_logo.svg icon
# topnav_banner: "ELIXIR toolkit theme is currently under development and may change at any point - it is not meant for production use"
# Optional: a banner message to display to users on all pages
description: "Flexible Jekyll theme using bootstrap 5 as CSS framework."
# Metadata description of the website
dsw_deep_link_prefix:
# prefix for DSW deep links to a certain question
gtag:
# Google analytics tag
matomo:
# Matomo domain where Matomo is running
matomo_id:
# Integer indicating the Matomo Website ID
plausible:
# Plausible tag
plausible_src:
# default: 'https://plausible.io/js/plausible.js
exclude:
- .gitignore
- var/
- vendor
- Gemfile*
- LICENSE
sass:
style: compressed
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
plugins:
- elixir-toolkit-theme-plugins
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-github-metadata
- jemoji
- webrick
theme_variables:
# git_host: GitHub
# back_to_top: true
# dev-info-banner: false
# 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
# --- Missing in gitlab: ---
# github:
# repository_url: https://github.com/ELIXIR-Belgium/elixir-toolkit-theme
# source:
# branch: main