-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
43 lines (30 loc) · 800 Bytes
/
_config.yml
File metadata and controls
43 lines (30 loc) · 800 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
37
38
39
40
41
42
title: TRE-FX project
# This appears in the html browser tab for the site title (seen mostly by search engines, not users)
#topnav_title: TRE-FX
# Optional: this appears on the top navigation bar next to the main_logo.svg icon
description: >
TRE-FX is a project aiming to deliver a federated network of TREs to enable safe analytics.
# Metadata description of the website
remote_theme: ELIXIR-Belgium/elixir-toolkit-theme@2.3.0
exclude:
- README.md
- vendor
- Gemfile
- Gemfile.lock
repository: trefx/trefx.github.io
defaults:
-
scope:
path: ""
type: "pages"
values:
permalink: /:basename
layout: "page"
sidebar: main
plugins:
- jemoji
- jekyll-sitemap
- jekyll-github-metadata
- webrick
theme_variables:
theme_color: 2a2787