Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jxnblk/Heather
- Owner: jxnblk
- Archived: true
- Created: 2013-08-02T22:46:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-12T12:54:16.000Z (about 8 years ago)
- Last Synced: 2024-08-01T00:41:02.266Z (3 months ago)
- Language: CSS
- Homepage: http://jxnblk.github.io/Heather/
- Size: 230 KB
- Stars: 129
- Watchers: 9
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heather
A Hyperminimal Jekyll Themehttp://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