This commit is contained in:
Michael Rose 2014-08-01 14:44:35 -04:00
parent 2ee8c7378d
commit d6b84263d6
2 changed files with 15 additions and 16 deletions

View file

@ -47,21 +47,21 @@ General notes and suggestions for customizing So Simple Theme.
3. Set the following variables in your `config.yml` file:
``` yaml
title: Site Title
description: Site description for the metas.
logo: site-logo.png
disqus_shortname: shortname
title:
description:
logo:
disqus_shortname:
search: true
# Your site's domain goes here. When working locally use localhost server leave blank
# Your site's domain goes here. When working locally use localhost server
# PS. If you set this wrong stylesheets and scripts won't load and most links will break.
# PPS. If you leave it blank for local testing home links won't work, they'll be fine for live domains though.
url: http://localhost:4000
# Owner/author information
owner:
name: Your Name
avatar: your-photo.jpg
email: your@email.com
name:
avatar:
email:
# Social networking links used in footer. Update and remove as you like.
twitter:
facebook:
@ -89,11 +89,12 @@ links:
url: http://google.com
external: true
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: America/New_York
pygments: true
highlighter: pygments
markdown: kramdown
gems:
- jekyll-sitemap
# https://github.com/mojombo/jekyll/wiki/Permalinks
permalink: /:categories/:title/
```
@ -127,8 +128,7 @@ so-simple-theme/
├── about.md #about page
├── articles.html #lists all posts from latest to oldest
├── index.html #homepage. lists 10 latest posts
├── tags.html #lists all posts sorted by tag
└── sitemap.xml #autogenerated sitemap for search engines
└── tags.html #lists all posts sorted by tag
```
---

View file

@ -115,8 +115,7 @@ so-simple-theme/
├── about.md #about page
├── articles.html #lists all posts from latest to oldest
├── index.html #homepage. lists 10 latest posts
├── tags.html #lists all posts sorted by tag
└── sitemap.xml #autogenerated sitemap for search engines
└── tags.html #lists all posts sorted by tag
{% endhighlight %}
---