Based on Indigo Minimalist Jekyll Template.
If you want to test locally on your machine, do the following steps also:
- Install Jekyll, NodeJS and Bundler.
- Clone the forked repo on your machine
- Enter the cloned folder via terminal and run
bundle install
- Then run
bundle exec jekyll serve --config _config.yml,_config-dev.yml
- Open it in your browser:
http://localhost:4000
- Test your app with
bundle exec htmlproofer ./_site
- Do you want to use the jekyll-admin plugin to edit your posts? Go to the admin panel:
http://localhost:4000/admin
. The admin panel will not work on GitHub Pages, only locally.