This is kenchan0130's Web developer blog.
- jekyll - Static Web site generator
- centrarium - A simple yet classy theme for your Jekyll website or blog
- GitHub Pages - Host directly site from your GitHub repository
$ bundle install --path=vendor/bundle
$ yarn
$ yarn start
$ bundle exec jekyll build --config "_config.yml,_config_production.yml"
$ bundle exec rake htmlproofer:with_external_link[_site]
If sources are changed at development
branch, GitHub Actions deploys master
branch as GitHub Pages.
The content of this project itself is licensed under the Creative Commons Attribution 4.0 International (CC-BY-4.0) License, and the underlying source code used to format and display that content is licensed under the MIT license.