- Host - GitHub Pages
- Theme - Tactile theme
Fuyuko Gratton
- GitHub Pages documentation
- Exploring Jekyll Basics via a Blog
- 3 Simple steps to setup Jekyll Categories and Tags
- jekyllrb.com - post
Since Github page uses remote themes (for Tactile theme), the file structure in PROD is different when using Tactile theme. Hence, I can't test the local copy of this repository (missing theme file error). So instead, I test my content in the theme's clone in my local environment.
- Clone down the theme's repository
cd
into the theme's directory- Run script/bootstrap to install the necessary dependencies
- Make changes in the theme's directory
- Run
bundle exec jekyll serve
to start the preview server Visit localhost:4000 in your browser to preview the theme