We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9904e77 commit e5a2e30Copy full SHA for e5a2e30
_plugins/Hooks.rb
@@ -13,6 +13,7 @@
13
14
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"
19
0 commit comments