Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jxnblk/Heather

A HyperMinimal Jekyll Theme
https://github.com/jxnblk/Heather

Last synced: 18 days ago
JSON representation

A HyperMinimal Jekyll Theme

Awesome Lists containing this project

README

        

# Heather
A Hyperminimal Jekyll Theme

http://jxnblk.github.io/Heather/

## About Jekyll
Jekyll is a static site generator that plays nicely with Github pages and is extremely quick to set up.

Read more about Jekyll: http://jekyllrb.com/

## Get Started
Once you have Jekyll set up, the first thing you'll want to do is edit the `_config.yml` file. Change the name, description, author and url. An example localhost url is commented out for conveniently switching between local and production environments.

name: "Heather"
description: "A Hyperminimal Jekyll Theme"
author: "Jxnblk"

# url: "http://localhost:4000"
url: "http://jxnblk.github.io/Heather"

exclude: [README.md, Rakefile]
paginate: 16
permalink: /:title

## Creating a Post
Once you've customized the settings, use the `_posts/2103-01-01-template.md` file as a starting point for creating a post. Rename the file to reflect the date and title of your post. Open the file, change the title and write your own content.

---

MIT License
http://opensource.org/licenses/MIT