Note to Self: How to work with this site
Local Develop and Preview
Install Ruby and Jekyll
Follow this post
Update Gems
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