Jekyll helper
Execute
1
bundle exec jekyll s
Build
1
jekyll build
Configure
1
2
$ENV:JEKYLL_ENV = "production"
$ENV:JEKYLL_ENV = $null
Bundle clean
1
bundle clean --force
Jekyll helper
1
bundle exec jekyll s
1
jekyll build
1
2
$ENV:JEKYLL_ENV = "production"
$ENV:JEKYLL_ENV = $null
1
bundle clean --force
A new version of content is available.