diff --git a/CHANGELOG.md b/CHANGELOG.md index f605469..663f4b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,69 +1,5 @@ -# v1.2.7 -## 12/29/2014 - -1. [](#bugfix) - * Removed `Fixed` header image to resolve issues with mobile browsers - -# v1.2.6 -## 12/21/2014 - -1. [](#new) - * Added support for list of custom menu items in `site.yaml` - * Updated `README.md` with some instructions on how to use some Deliver features -1. [](#improved) - * Removed `cache.html.twig` file that was used only for testing - * Removed unused `color` option in `deliver.yaml` - -# v1.2.5 -## 12/15/2014 - -1. [](#bugfix) - * Fix for Firefox 34 Flex/Responsiveness issues - -# v1.2.4 -## 12/12/2014 - -1. [](#new) - * Added demo link to blueprints -1. [](#improved) - * Inverted Previous/Next buttons on blog item template - -# v1.2.3 -## 12/05/2014 - -1. [](#improved) - * Simplified Previous/Next buttons to use Page methods - -# v1.2.2 -## 12/04/2014 - -1. [](#new) - * Added Previous/Next buttons with Collection methods - * Added Related posts in blog sidebar -1. [](#bugfix) - * Fix for DaringFireball style link - -# v1.2.1 -## 11/30/2014 - -1. [](#improved) - * Renamed core theme JS file - * Removed featherlight from Deliver -1. [](#bugfix) - * Fixed response code in error template - -# v1.2.0 -## 11/28/2014 - -1. [](#new) - * Added SimpleSearch display in blog sidebar - * Added reference to `custom.css` file in core -1. [](#improved) - * Added plugins checks for improved flexibility if plugins are not installed - - -# v1.1.11 -## 11/21/2014 +# v1.0.0 +## 02/10/2015 1. [](#new) * ChangeLog started... diff --git a/LICENSE 2 b/LICENSE 2 deleted file mode 100644 index 484793a..0000000 --- a/LICENSE 2 +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014 Grav - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/blueprints.yaml b/blueprints.yaml index 8075d5b..db24d4e 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,14 +1,14 @@ name: Deliver -version: 1.2.7 -description: "Deliver is the default theme included with **Grav**" -icon: empire +version: 1.0.0 +description: "Deliver theme is a port of the Michael Reimer's Deliver Free PSD theme." +icon: newspaper-o author: name: Team Grav email: devs@getgrav.org url: http://getgrav.org homepage: https://github.com/getgrav/grav-theme-deliver -demo: http://demo.getgrav.org/blog-skeleton -keywords: deliver, theme, core, modern, fast, responsive, html5, css3 +demo: http://demo.getgrav.org/deliver-skeleton/ +keywords: deliver, theme, modern, fast, responsive, html5, css3 bugs: https://github.com/getgrav/grav-theme-deliver/issues license: MIT diff --git a/composer.json b/composer.json index 59881c0..bf01012 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "getgrav/grav-theme-deliver", "type": "grav-theme", - "description": "The default theme for the Grav flat-file CMS", - "keywords": ["theme","grav"], + "description": "Deliver theme is a port of the Michael Reimer's Deliver Free PSD theme.", + "keywords": ["theme","grav", "deliver"], "homepage": "http://getgrav.org", "license": "MIT", "support": {