aaronmfraser / indigo

:ramen: Minimalist Jekyll Template

Home Page:http://koppl.in/indigo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indigo Minimalist Jekyll Template - Demo

Build Status

Screenshot

This is a simple and minimalist template for Jekyll for those who likes to eat noodles.


What has inside?

Setup

  1. Install Jekyll
  2. Install NodeJS
  3. Install Bundler
  4. Fork the project Indigo
  5. Edit _config.yml with your data.
  6. bundle install
  7. npm install
  8. gulp
  9. 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. 🤘

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://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: myemail@gmail.com

...

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

Contributions

Problems?

Tell me on github or open a issue.

Update your fork.


License

MIT License © Sérgio Kopplin

About

:ramen: Minimalist Jekyll Template

http://koppl.in/indigo/


Languages

Language:CSS 63.3%Language:HTML 30.1%Language:Ruby 4.2%Language:JavaScript 2.3%Language:Shell 0.1%