From d6b84263d6feeae40c6e87c2992f6bafeed1eab5 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 1 Aug 2014 14:44:35 -0400 Subject: [PATCH] Update --- README.md | 28 ++++++++++++++-------------- theme-setup.md | 3 +-- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 4e192c7..e868c5d 100644 --- a/README.md +++ b/README.md @@ -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,10 +89,11 @@ links: url: http://google.com external: true -# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones -timezone: America/New_York -pygments: true -markdown: kramdown +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 ``` --- diff --git a/theme-setup.md b/theme-setup.md index f1cfc41..fa9cb33 100644 --- a/theme-setup.md +++ b/theme-setup.md @@ -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 %} ---