File tree Expand file tree Collapse file tree 1 file changed +29
-16
lines changed
Expand file tree Collapse file tree 1 file changed +29
-16
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,12 @@ repository: handiman/handiman.github.io
44production_url : https://www.henrikbecker.net
55author :
66 name : Henrik Becker
7+ type : Person
8+ url : https://www.henrikbecker.net
79 github : handiman
10+ links :
11+ - https://github.com/handiman
12+ - https://www.linkedin.com/in/prettygoodprogrammer
813tile_color : ' #303030'
914permalink : pretty
1015sass :
@@ -38,22 +43,30 @@ collections:
3843excerpt_separator : <!--more-->
3944
4045defaults :
41- - scope :
42- path : " *.*"
43- values :
44- layout : page
45- - scope :
46- path : README.md
47- values :
48- layout : page
49- - scope :
50- path : googlef0bc3dbe928e1f73.html
51- values :
52- sitemap : false
53- - scope :
54- path : assets/**/*.*
55- values :
56- sitemap : false
46+ - scope :
47+ path : " "
48+ values :
49+ layout : page
50+ image :
51+ path : /assets/img/portrait-800x1199.jpg
52+ alt : Henrik Becker
53+ height : 1199
54+ width : 800
55+ - scope :
56+ path : googlef0bc3dbe928e1f73.html
57+ values :
58+ sitemap : false
59+ layout : null
60+ - scope :
61+ path : assets/**/*.*
62+ values :
63+ sitemap : false
64+ layout : null
65+ - scope :
66+ path : feed*.*
67+ values :
68+ sitemap : false
69+ layout : null
5770
5871readme_index :
5972 enabled : false
You can’t perform that action at this time.
0 commit comments