A simple Jekyll based blog forked from the Indigo Theme
- Install Jekyll, NodeJS and Bundler.
- Run
bundle install - Run
bundle exec jekyll serve --config _config.yml,_config-dev.yml - Navigate to:
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.
_config.yml contains the customisation settings.
MIT License © Sérgio Kopplin