Indigo Minimalist Jekyll Template - Demo · ![Build Status](https://camo.githubusercontent.com/5393485b732749b3499264168fa8af60166071e8/68747470733a2f2f7472617669732d63692e6f72672f73657267696f6b6f70706c696e2f696e6469676f2e7376673f6272616e63683d67682d7061676573)
This is a simple and minimalist template for Jekyll for those who likes to eat noodles.
What has inside | Setup | Settings | How to
- ⭐ 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
You must fill some informations on _config.yml
to customize your site.
name: John Doe
bio: 'A Man who travels the world eating noodles'
picture: 'assets/images/profile.jpg'
...
and lot of other options, like width, projects, pages, read-time, tags, related posts, animations, multiple-authors, etc.
Check the FAQ if you have any doubt or problem.
MIT License © Sérgio Kopplin