Skip to content

PyCav/pycav.github.io

This branch is 79 commits ahead of, 268 commits behind sergiokopplin/indigo:gh-pages.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
aidancrilly
Oct 20, 2016
42f71f0 · Oct 20, 2016
May 24, 2016
Jul 22, 2016
Jun 18, 2016
Oct 20, 2016
Jul 21, 2016
Aug 23, 2016
May 16, 2016
May 24, 2016
Jul 20, 2016
Jan 23, 2016
May 24, 2016
Jul 20, 2016
Feb 21, 2016
Aug 4, 2016
Feb 13, 2016
May 21, 2016
Jun 18, 2016
Jan 23, 2016
Aug 29, 2016
May 21, 2016
Aug 4, 2016
Aug 23, 2016
May 23, 2016
Jan 23, 2016
May 15, 2016
Jul 17, 2016
May 23, 2016
Jul 21, 2016
Jan 23, 2016
Mar 3, 2016
May 15, 2016
Jul 22, 2016
May 21, 2016

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 | How to | Tests | Donate | Problems

What has inside?

Setup

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

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'
...

and lot of other options, like width, projects, pages, read-time, tags, related posts, animations, multiple-authors, etc.

How to:

Create posts:

You can use the initpost.sh to create your new posts. Just follow the command:

./initpost.sh -c Post Title

The new file will be created at _posts with this format date-title.md.

Tests

You can test your app with:

npm run test
# or
bundle exec htmlproof ./_site

Donate

If you liked my work, buy me a coffee <3

paypal

Problems?

Tell me on github or open a issue.

Inspirations:


MIT License © Sérgio Kopplin

About

🍜 Minimalist Jekyll Template

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 53.8%
  • CSS 30.1%
  • Shell 7.0%
  • Ruby 6.5%
  • JavaScript 2.6%