updating blueprints, readme and this kind of stuff
This commit is contained in:
parent
00d897f8ab
commit
5c70155a33
4 changed files with 9 additions and 94 deletions
68
CHANGELOG.md
68
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...
|
||||
|
|
21
LICENSE 2
21
LICENSE 2
|
@ -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.
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue