Skip to content

Commit

Permalink
Updated readme and config
Browse files Browse the repository at this point in the history
Added correct title/subtitle of the project. Changed name of the
setting “pygments” to “highlighter”. Updated README.
  • Loading branch information
Andreas Krohn committed Nov 11, 2014
1 parent f9b675f commit 066d5b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/bruth/jekyll-docs-template/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
Read the specification at [orebrokommun.github.com/Open-Meal-Information](https://orebrokommun.github.com/Open-Meal-Information).

Read the docs: http://bruth.github.io/jekyll-docs-template
Site based on the [jekyll-docs-template](http://bruth.github.io/jekyll-docs-template/).
10 changes: 5 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Site title and subtitle. This is used in _includes/header.html
title: 'jekyll-docs-template'
subtitle: 'Painless documentation for your projects'
title: 'Open Meal Information'
subtitle: 'Open Data specification for menus, content and nutritional information'

# Enable/show navigation. There are there options:
# 0 - always hide
# 1 - always show
# 2 - show only if posts are present
navigation: 2
navigation: 1

# URL to source code, used in _includes/footer.html
codeurl: 'https://github.com/bruth/jekyll-docs-template'
codeurl: 'https://github.com/Orebrokommun/Open-Meal-Information'

# Default categories (in order) to appear in the navigation
sections: [
Expand All @@ -28,7 +28,7 @@ baseurl: ''
permalink: none

# Syntax highlighting
pygments: true
highlighter: true

# Since these are pages, it doesn't really matter
future: true
Expand Down

0 comments on commit 066d5b0

Please sign in to comment.