We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50850e commit cf88903Copy full SHA for cf88903
_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