We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d10045 + cf88903 commit f72dc37Copy full SHA for f72dc37
.gitignore
@@ -5,8 +5,6 @@
5
*.lock
6
*.tar
7
*.tar.*
8
-*.pdf
9
-*.docx
10
typst-x86_64-unknown-linux-musl
11
.wrangler/
12
.terraform/
_config.yml
@@ -26,8 +26,6 @@ exclude:
26
- Gemfile
27
- Gemfile.lock
28
- "*.orig"
29
- - "*.bicep"
30
- - "*.toml"
31
- "*.tar"
32
- "*.tar.*"
33
_plugins/Hooks.rb
@@ -15,7 +15,7 @@ module Jekyll
15
Hooks.register :site, :post_write do |site|
16
next unless Jekyll.env == "production"
17
cv = site.data['cv']
18
- path = "#{site.source}/assets/henrik-becker"
+ path = "#{site.dest}/assets/henrik-becker"
19
20
puts " Generating CV as JSON..."
21
File.write("#{path}.json", JSON.dump(cv))
0 commit comments