-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yaml
54 lines (50 loc) · 1.15 KB
/
_config.yaml
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
timezone: Europe/Amsterdam
remote_theme: "mmistakes/minimal-mistakes@4.15.2"
plugins:
- jekyll-include-cache
title: "D-Nitro"
title_separator: "-"
description: "D-Nitro public github pages"
comments: false
search: false
author: team
baseurl: /d-nitro
footer_scripts:
- https://use.fontawesome.com/releases/v5.1.0/js/all.js
collections:
projects:
output: true
defaults:
- scope:
path: ""
values:
layout: single
sidebar:
nav: "main"
header:
show_overlay_excerpt: false
overlay_image: /assets/img/headers/d-nitro.jpg
overlay_filter: rgba(0, 0, 0, 0.2)
- scope:
path: pages
values:
layout: single
classes: wide
sidebar:
nav: "main"
header:
show_overlay_excerpt: false
overlay_image: /assets/img/headers/roadmap.jpg
overlay_filter: rgba(18, 84, 173, 0.5)
- scope:
path: ""
type: projects
values:
layout: single
classes: wide
sidebar:
nav: "main"
header:
overlay_image: /assets/img/headers/projects.jpg
show_overlay_excerpt: false
overlay_filter: rgba(18, 84, 173, 0.5)