Skip to content

Instantly share code, notes, and snippets.

@Nereare
Created September 11, 2019 20:44
Show Gist options
  • Save Nereare/0b06feb52eba7b6729e4283be2ac6852 to your computer and use it in GitHub Desktop.
Save Nereare/0b06feb52eba7b6729e4283be2ac6852 to your computer and use it in GitHub Desktop.
require 'jekyll'
conf = Jekyll.configuration({
'source' => 'path/to/source',
'destination' => 'path/to/destination'
})
Jekyll::Site.new(conf).process
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment