Skip to content

Commit

Permalink
Merge branch 'release/1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Dec 11, 2015
2 parents 52fba2c + 443b9c7 commit f1eb3b7
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 14 deletions.
24 changes: 12 additions & 12 deletions .dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -2,51 +2,51 @@ git:
archives:
url: https://github.com/getgrav/grav-plugin-archives
path: user/plugins/archives
branch: develop
branch: master
breadcrumbs:
url: https://github.com/getgrav/grav-plugin-breadcrumbs
path: user/plugins/breadcrumbs
branch: develop
branch: master
error:
url: https://github.com/getgrav/grav-plugin-error
path: user/plugins/error
branch: develop
branch: master
feed:
url: https://github.com/getgrav/grav-plugin-feed
path: user/plugins/feed
branch: develop
branch: master
pagination:
url: https://github.com/getgrav/grav-plugin-pagination
path: user/plugins/pagination
branch: develop
branch: master
problems:
url: https://github.com/getgrav/grav-plugin-problems
path: user/plugins/problems
branch: develop
branch: master
random:
url: https://github.com/getgrav/grav-plugin-random
path: user/plugins/random
branch: develop
branch: master
relatedpages:
url: https://github.com/getgrav/grav-plugin-relatedpages
path: user/plugins/relatedpages
branch: develop
branch: master
simplesearch:
url: https://github.com/getgrav/grav-plugin-simplesearch
path: user/plugins/simplesearch
branch: develop
branch: master
sitemap:
url: https://github.com/getgrav/grav-plugin-sitemap
path: user/plugins/sitemap
branch: develop
branch: master
taxonomylist:
url: https://github.com/getgrav/grav-plugin-taxonomylist
path: user/plugins/taxonomylist
branch: develop
branch: master
antimatter:
url: https://github.com/getgrav/grav-theme-antimatter
path: user/themes/antimatter
branch: develop
branch: master
links:
archives:
src: grav-plugin-archives
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v1.1.0
## 12/11/2015

1. [](#new)
* Added some redirect examples
1. [](#improved)
* removed deprecated `markdown_extra` setting

# v1.0.1
## 01/23/2015

Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Blog Site
version: 1.0.1
version: 1.1.0
description: "The **Blog Skeleton** provides you with sample blog content and plugins including: **Pagination**, **Breadcrumbs**, and **Taxonomy List**."
icon: comments
author:
Expand Down
5 changes: 5 additions & 0 deletions config/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@ blog:
metadata:
description: 'Grav is an easy to use, yet powerful, open source flat-file CMS'
taxonomies: [category,tag,month]
redirects:
/changelog: /blog/the-urban-jungle
routes:
/something/else: /blog/focus-and-blur
/another/one/(.*): /blog/$1

1 change: 0 additions & 1 deletion config/system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ home:

pages:
theme: antimatter
markdown_extra: false
process:
markdown: true
twig: false
Expand Down

0 comments on commit f1eb3b7

Please sign in to comment.