Skip to content

Commit

Permalink
Add config documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed Aug 27, 2014
1 parent 209a2dd commit 47d6cff
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,26 @@ $ gem install jekyll

Fork the repo, and then clone it so you've got the code locally.

### Modify the _config.yml

The `_config.yml` located in the root of the Pixyll directory contains all of the configuration details
for the Jekyll site. The defaults are:

```yml
# Site settings
title: Pixyll
email: [email protected]
author: John Otander
description: "A simple, beautiful theme for Jekyll that emphasizes content rather than aesthetic fluff."
baseurl: ""
url: "http://pixyll.com"

# Build settings
markdown: kramdown
permalink: pretty
paginate: 3
```
### Jekyll Serve
Then, start the Jekyll Server. I always like to give the `--watch` option so it updates the generated HTML when I make changes.
Expand Down

0 comments on commit 47d6cff

Please sign in to comment.