kenchan0130.github.io

This is kenchan0130's Web developer blog.

Powered by

  • jekyll - Static Web site generator
  • centrarium - A simple yet classy theme for your Jekyll website or blog
  • CircleCI - Continuous integration service
  • Dependabot - Automated dependency updates
  • GitHub Pages - Host directly site from your GitHub repository

How to develop and write

bundle install --path=vendor/bundle
bundle exec jekyll s --watch --future

Test

bundle exec jekyll build --config "_config.yml,_config_production.yml"
bundle exec htmlproofer ./_site/ --check-html --check-img-http --assume-extension

Deployment

I use rake-jekyll with CircleCI.

Please check Rakefile and .circleci/config.yml for more detail.

GitHub