less than 1 minute read

Local Develop and Preview

Update Gems

bundle update

After editting, run the following to see local

bundle exec jekyll serve --watch --livereload

Build with trace to see errors:

bundle exec jekyll build --trace

Some features (e.g. comments) only show up in production mode. You willneed to set your environment variable to do that. Debian/Ubuntu example:

export JEKYLL_ENV=production

Customization

Adding Favicon

Follow this post

Publish the Page

Just git push everything.

Comments