Skip to content

Commit f72dc37

Browse files
committed
🧹
2 parents 2d10045 + cf88903 commit f72dc37

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
*.lock
66
*.tar
77
*.tar.*
8-
*.pdf
9-
*.docx
108
typst-x86_64-unknown-linux-musl
119
.wrangler/
1210
.terraform/

_config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ exclude:
2626
- Gemfile
2727
- Gemfile.lock
2828
- "*.orig"
29-
- "*.bicep"
30-
- "*.toml"
3129
- "*.tar"
3230
- "*.tar.*"
3331

_plugins/Hooks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module Jekyll
1515
Hooks.register :site, :post_write do |site|
1616
next unless Jekyll.env == "production"
1717
cv = site.data['cv']
18-
path = "#{site.source}/assets/henrik-becker"
18+
path = "#{site.dest}/assets/henrik-becker"
1919

2020
puts " Generating CV as JSON..."
2121
File.write("#{path}.json", JSON.dump(cv))

0 commit comments

Comments
 (0)