-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
121 lines (116 loc) · 2.18 KB
/
_config.yml
File metadata and controls
121 lines (116 loc) · 2.18 KB
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
title: Henrik Becker Consulting AB
usp: Building the right software right
repository: handiman/handiman.github.io
url: https://www.henrikbecker.net
author:
name: Henrik Becker
type: Person
url: https://henrikbecker.net
github: handiman
links:
- https://github.com/handiman
- https://www.linkedin.com/in/prettygoodprogrammer
tile_color: '#F5F5F5'
permalink: pretty
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-sitemap
- jekyll-seo-tag
exclude:
- typst-x86_64-unknown-linux-musl
- node_modules
- Gemfile
- Gemfile.lock
- "*.orig"
- "*.tar"
- "*.tar.*"
collections:
agreements:
output: false
permalink: /:collection/:name/
projects:
output: true
permalink: /:collection/:title/
education:
output: true
permalink: /:collection/:title/
employment:
output: true
permalink: /:collection/:title/
usp:
output: true
permalink: /unique-selling-points/:title/
certs:
output: false
fun_facts:
output: false
permalink: /fun-facts/:title/
excerpt_separator: <!--more-->
defaults:
- scope:
path: ""
values:
layout: page
image:
path: /assets/img/landscape-800x534.jpg
alt: Henrik Becker
height: 534
width: 800
# <Collections>
- scope:
path: ""
type: agreements
values:
sitemap: false
- scope:
path: ""
type: projects
values:
layout: project
sitemap: false
- scope:
path: ""
type: education
values:
layout: education
sitemap: false
- scope:
path: ""
type: employment
values:
layout: employer
sitemap: false
- scope:
path: ""
type: fun_facts
values:
sitemap: false
- scope:
path: ""
type: usp
values:
layout: usp
sitemap: false
- scope:
path: ""
type: certs
values:
sitemap: false
# </Collections>
- scope:
path: googlef0bc3dbe928e1f73.html
values:
sitemap: false
layout: null
- scope:
path: assets/**/*.*
values:
sitemap: false
layout: null
- scope:
path: feed*.*
values:
sitemap: false
layout: null