Skip to content

alviezhang/indigo

 
 

Repository files navigation

Indigo Minimalist Jekyll Template - Demo

Build Status

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

Screenshot


What has inside?

Setup

  1. ⭐ to the project. 🤘
  2. Install Jekyll
  3. Install NodeJS
  4. Install Bundler
  5. Fork the project Indigo
  6. Edit _config.yml with your data.
  7. bundle install
  8. npm install
  9. npm install -g gulp
  10. gulp
  11. open in your browser: http:https://localhost:3000

Arti Annaswamy wrote a really nice tutorial of "how to install jekyll". Here's the part 1 and part 2. 🤘

Settings

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:https://YOURUSER.github.io
# like: http:https://sergiokopplin.github.io
permalink: /:title/

analytics: 'UA-MYANALYTICS'
disqus: mydisqus
facebook: myfacebook
twitter: mytwitter

...

and lot of other options, like width, projects, pages, read-time, tags, relateds, animations, etc.

Tests

You can test your app with:

bundle exec htmlproof ./_site --verbose

If you want travis tests, you can take a look at:

Showcase

open a pull-request if you want your site in this awesome list

Problems?

Tell me on github or open a issue.

Update your fork.


License

MIT License © Sérgio Kopplin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • CSS 44.7%
  • HTML 31.9%
  • Stylus 20.5%
  • JavaScript 2.3%
  • Other 0.6%