- Install Jekyll and plug-ins in one fell swoop.
gem install github-pagesThis mirrors the plug-ins used by GitHub Pages on your local machine including Jekyll, Sass, etc. - Clone the repository
git clone https://github.com/myeonggyunhan/myeonggyunhan.github.io.git - Serve the site and watch for markup/sass changes
make run - View the website at http://0.0.0.0:8000/
- Commit any changes and push everything to the master branch. GitHub Pages will then rebuild and serve the website.
Just type make deploy