Indigo Minimalist Jekyll Template - Demo ·
This is a simple and minimalist template for Jekyll for those who likes to eat noodles.
What has inside? | Setup? | Settings | How to | Tests
- ⭐ to the project. 🤘
- Install Jekyll, NodeJS and Bundler.
- Fork the project Indigo
- Edit
_config.yml
with your data. bundle install
npm run serve
- open in your browser:
http://localhost:4000
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.
- Article: How to Install Jekyll - by Arti Annaswamy. Part 1 and Part 2
- Emojis in the projects list?
- Nokogiri dependencie problems?
- Syncing a Fork
- Tests with Travis CI - Tutorial
- Why Sass?
You can test your app with:
npm run test
MIT License © Sérgio Kopplin