-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
66 lines (60 loc) · 1.07 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
title: Henrik Becker Consulting AB
usp: Building the right software right
repository: handiman/handiman.github.io
production_url: https://www.henrikbecker.net
author:
name: Henrik Becker
github: handiman
tile_color: '#303030'
permalink: pretty
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-remote-theme
- jekyll-readme-index
- jekyll-sitemap
remote_theme: handiman/jekyll-theme-gnap
exclude: [
"node_modules",
"Gemfile",
"Gemfile.lock",
"Rakefile",
"*.orig"]
collections:
usp:
output: false
projects:
output: false
employment:
output: false
certs:
output: false
fun_facts:
output: false
excerpt_separator: <!--more-->
defaults:
- scope:
path: README.md
values:
layout: index
- scope:
path: googlef0bc3dbe928e1f73.html
values:
sitemap: false
- scope:
path: assets/**/*.*
values:
sitemap: false
- scope:
path: cv.html
values:
sitemap: false
- scope:
path: contact.html
values:
sitemap: false
readme_index:
enabled: true
remove_originals: false
with_frontmatter: false