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 | Tests | Showcase | Contributions | Problems | Update your fork | License
- ⭐ to the project. 🤘
- Install Jekyll
- Install NodeJS
- Install Bundler
- Fork the project Indigo
- Edit
_config.yml
with your data. bundle install
npm install
gulp
- open in your browser:
http://localhost:3000
Arti Annaswamy wrote a really nice tutorial of "how to install jekyll". Here's the part 1 and part 2. 🤘
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'
url: http://YOURUSER.github.io
# like: http://sergiokopplin.github.io
permalink: /:title/
analytics: 'UA-MYANALYTICS'
disqus: mydisqus
facebook: myfacebook
twitter: mytwitter
instagram: myinstagram
linkedin: mylinkedin
youtube: myyoutube
spotify: myspotify
github: mygithub
medium: mymedium
email: [email protected]
...
and lot of other options, like width, projects, pages, read-time, tags, relateds, animations, etc.
You can test your app with:
bundle exec htmlproof ./_site --verbose
If you want travis tests, you can take a look at:
- fohlen.github.io by @Lennard Berger
- gedankenstuecke.github.io by @Bastian Greshake
- artiannaswamy.com by @Arti Annaswamy
open a pull-request if you want your site in this awesome list
- Breno da Mata
- Wojciech Dzikowski
- Siddhant Jain
- Jeanderson Barros Candido
- Rootul Patel
- Bastian Greshake
- Phat Nguyen
Tell me on github or open a issue.
MIT License © Sérgio Kopplin