What has inside
Setup
- ⭐ to the project. 🤘
- Fork the project Indigo
- Edit
_config.yml
with your data (check settings section) - Write some posts
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.
How To?
Check the FAQ if you have any doubt or problem.
License
MIT License © Sérgio Kopplin