-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
78 changed files
with
1,005 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
git: | ||
error: | ||
url: https://github.com/getgrav/grav-plugin-error | ||
path: user/plugins/error | ||
branch: develop | ||
problems: | ||
url: https://github.com/getgrav/grav-plugin-problems | ||
path: user/plugins/problems | ||
branch: develop | ||
simplesearch: | ||
url: https://github.com/getgrav/grav-plugin-simplesearch | ||
path: user/plugins/simplesearch | ||
branch: develop | ||
feed: | ||
url: https://github.com/getgrav/grav-plugin-feed | ||
path: user/plugins/feed | ||
branch: develop | ||
relatedpages: | ||
url: https://github.com/getgrav/grav-plugin-relatedpages | ||
path: user/plugins/relatedpages | ||
branch: develop | ||
simple_form: | ||
url: https://github.com/nunopress/grav-plugin-simple_form | ||
path: user/plugins/simple_form | ||
branch: develop | ||
jscomments: | ||
url: https://github.com/nunopress/grav-plugin-jscomments | ||
path: user/plugins/jscomments | ||
branch: develop | ||
breadcrumbs: | ||
url: https://github.com/getgrav/grav-plugin-breadcrumbs | ||
path: user/plugins/breadcrumbs | ||
branch: develop | ||
taxonomylist: | ||
url: https://github.com/getgrav/grav-plugin-taxonomylist | ||
path: user/plugins/taxonomylist | ||
branch: develop | ||
archives: | ||
url: https://github.com/getgrav/grav-plugin-archives | ||
path: user/plugins/archives | ||
branch: develop | ||
deliver: | ||
url: https://github.com/getgrav/grav-theme-deliver | ||
path: user/themes/deliver | ||
branch: develop | ||
links: | ||
error: | ||
src: grav-plugin-error | ||
path: user/plugins/error | ||
scm: github | ||
problems: | ||
src: grav-plugin-problems | ||
path: user/plugins/problems | ||
scm: github | ||
simplesearch: | ||
src: grav-plugin-simplesearch | ||
path: user/plugins/simplesearch | ||
scm: github | ||
feed: | ||
src: grav-plugin-feed | ||
path: user/plugins/feed | ||
scm: github | ||
relatedpages: | ||
src: grav-plugin-relatedpages | ||
path: user/plugins/relatedpages | ||
scm: github | ||
simple_form: | ||
src: grav-plugin-simple_form | ||
path: user/plugins/simple_form | ||
scm: github | ||
jscomments: | ||
src: grav-plugin-jscomments | ||
path: user/plugins/jscomments | ||
scm: github | ||
breadcrumbs: | ||
src: grav-plugin-breadcrumbs | ||
path: user/plugins/breadcrumbs | ||
scm: github | ||
taxonomylist: | ||
src: grav-plugin-taxonomylist | ||
path: user/plugins/taxonomylist | ||
scm: github | ||
archives: | ||
src: grav-plugin-archives | ||
path: user/plugins/archives | ||
scm: github | ||
deliver: | ||
src: grav-theme-deliver | ||
path: user/themes/deliver | ||
scm: github |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Sass | ||
.sass-cache | ||
|
||
# Grav Specific | ||
data/* | ||
!data/.* | ||
plugins/* | ||
!plugins/.* | ||
themes/* | ||
!themes/.* | ||
|
||
# OS Generated | ||
.DS_Store* | ||
ehthumbs.db | ||
Icon? | ||
Thumbs.db | ||
*.swp | ||
|
||
# phpstorm | ||
.idea/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,45 @@ | ||
# grav-skeleton-deliver-site | ||
Grav Deliver Site Skeleton | ||
# Deliver Skeleton for Grav | ||
|
||
![Deliver](assets/readme_1.png) | ||
|
||
Deliver skeleton is a port of the [Deliver](http://freebiesbug.com/psd-freebies/deliver-free-psd-theme/) by [Michael Reimer](http://www.bestpsdfreebies.com/). Whether you’re a creative looking to show off your portfolio, or a business looking to promote your company, this theme is for you. | ||
|
||
# Features | ||
|
||
* Fully responsive | ||
* Automatic and custom navigation menus included | ||
* Showcase section with stunning animated slideshow module | ||
* Services grid with custom FontAwesome icons. | ||
* Portfolio grid with modal window popup previews for portfolio item details. Both frontpage (minimal) and full featured versions included. | ||
* Footer section with Feedburner subscription (feedburner id customizable in site config), custom menus, contact info and more. | ||
* About layout with social icons module and custom styling | ||
* Services layout with FontAwesome icons and pricing tables | ||
* Archive layout with blog posts archives list | ||
* Full featured blog with support for custom authors and jscomments | ||
* Contact us layout with Simple Form plugin support. | ||
* SCSS files included for deeper customization options | ||
|
||
## Basic Setup for a new Grav site | ||
|
||
The simplest way to install Deliver theme for Grav is to download and install the Deliver Skeleton package: | ||
|
||
1. [Download Deliver Skeleton](http://getgrav.org/downloads/skeletons#extras) | ||
2. Simply unzip the package into your web root folder. | ||
3. Point your browser at the folder, job done! | ||
|
||
**TIP:** Check out the [general Grav installation instructions](http://learn.getgrav.org/basics/installation) for more details on this process. | ||
|
||
--- | ||
|
||
## Existing Grav site | ||
|
||
It is possible to install just the theme, but page content will need to reference the [Deliver theme](https://github.com/getgrav/grav-theme-deliver)'s supported templates. It is strongly advised to at least install the Deliver Skeleton package to see the theme's capabilities in action. | ||
|
||
To install **just** the theme: | ||
|
||
``` | ||
$ bin/gpm install deliver | ||
``` | ||
|
||
|
||
|
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: Deliver Site | ||
version: 1.0.1 | ||
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-skeleton-deliver-site | ||
demo: http://demo.getgrav.org/deliver-skeleton | ||
keywords: deliver, skeleton, single, page, modular, blog | ||
bugs: https://github.com/getgrav/grav-skeleton-deliver-site/issues | ||
license: MIT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
enabled: false | ||
|
||
provider: "" | ||
|
||
providers: | ||
disqus: | ||
shortname: "" | ||
|
||
intensedebate: | ||
acct: "" | ||
|
||
facebook: | ||
appId: "" | ||
lang: "en_US" | ||
numposts: 5 | ||
colorscheme: "light" | ||
width: "100%" | ||
|
||
muut: | ||
forum: "" | ||
channel: "General" | ||
show_online: false | ||
show_title: false | ||
upload: false | ||
share: true | ||
widget: false | ||
lang: "en" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
title: Deliver | ||
author: | ||
name: John Appleseed # Default author name | ||
email: 'john@email.com' # Default author email | ||
copyright: "Copyright 2013 Deliver. All Rights Reserved." | ||
social: | ||
- url: 'https://twitter.com/getgrav' | ||
icon: 'twitter' | ||
- url: '#' | ||
icon: 'facebook' | ||
- url: 'blog.rss' | ||
icon: 'rss' | ||
contact: | ||
address: | ||
- line: "222 Ave C South" | ||
- line: "Saskatoon, Saskatchewan" | ||
- line: "Canada S7K 2N5" | ||
gps: 1.306.222.3456 | ||
othermenu: | ||
- text: "About" | ||
url: "about" | ||
- text: "Privacy Policy" | ||
url: "#" | ||
- text: "Contact" | ||
url: "contact" | ||
quicklinks: | ||
- text: "Portfolio" | ||
url: "portfolio" | ||
- text: "About" | ||
url: "about" | ||
- text: "Services" | ||
url: "services" | ||
- text: "Archive" | ||
url: "archive" | ||
- text: "Blog" | ||
url: "blog" | ||
- text: "Contact Us" | ||
url: "contact" | ||
taxonomies: [category,tag] # Arbitrary list of taxonomy types | ||
blog: | ||
route: '/blog' # Route to blog | ||
metadata: | ||
description: 'My Deliver Site' # Site description | ||
summary: | ||
size: 300 # Maximum length of summary (characters) | ||
routes: | ||
/something/else: '/blog/sample-3' # Alias for /blog/sample-3 | ||
/another/one/here: '/blog/sample-3' # Another alias for /blog/sample-3 | ||
/new/*: '/blog/*' # Wildcard any /new/my-page URL to /blog/my-page Route | ||
|
||
header_options: | ||
arrows: 'true' # Create Next and previous button | ||
autoslide: 'false' # Auto slideshow mode | ||
autoslideHoverStop: 'false' # Pause auto slideshow mode on mouseover | ||
interval: '2000' # The interval between each slide (Interval in millisecond) | ||
loop: 'false' # Infinite slideshow | ||
transition : zoom # Set the animation kind (fade/slide/page/zoom) | ||
itemsForSlide: '0' # Wrap each 'n' item | ||
touch: 'true' # Set a native slide for touch device | ||
swipe : 'true' # Enable swipe for touch device | ||
|
||
footer: | ||
description: "Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Cras mattis consectetur purus sit amet fermentum. Curabitur blandit tempus porttitor. Cras justo odio, dapibus ac facilisis in, egestas eget quam." | ||
contact_title: "Contact Info" | ||
links_title: "Quick Links" | ||
newsletter_title: "Newsletter" | ||
newsletter_description: "Etiam porta sem malesuada magna mollis euismod." | ||
copyright_text: "Copyright 2013 Deliver. All Rights Reserved." | ||
feedburner: "" # Your feedburner id for Newsletter footer modul | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
home: | ||
alias: '/home' | ||
|
||
pages: | ||
theme: deliver | ||
markdown_extra: false | ||
process: | ||
markdown: true | ||
twig: false | ||
|
||
cache: | ||
enabled: false | ||
check: | ||
method: file | ||
driver: auto | ||
prefix: 'g' | ||
|
||
twig: | ||
cache: true | ||
debug: true | ||
auto_reload: true | ||
autoescape: false | ||
|
||
assets: | ||
css_pipeline: false | ||
css_minify: true | ||
css_rewrite: true | ||
js_pipeline: false | ||
js_minify: true | ||
|
||
debugger: | ||
enabled: false | ||
twig: true | ||
shutdown: | ||
close_connection: true |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"project":"grav-skeleton-deliver-site", | ||
"platforms":{ | ||
"grav":{ | ||
"nodes":{ | ||
"skeleton":[ | ||
{ | ||
"source":"/", | ||
"destination":"/user" | ||
} | ||
], | ||
"error plugin":[{ | ||
"project":"grav-plugin-error" | ||
}], | ||
"problems plugin":[{ | ||
"project":"grav-plugin-problems" | ||
}], | ||
"deliver theme":[{ | ||
"project":"grav-theme-deliver" | ||
}] | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: Do you Like What You See? | ||
menu: Other Pages | ||
class: small | ||
buttons: | ||
- text: LEARN | ||
url: http://learn.getgrav.org | ||
primary: true | ||
--- | ||
|
||
___ | ||
|
||
## Do you Like What You See? | ||
|
||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent justo ligula, interdum ut lobortis quis, interdum vitae metus. Proin fringilla metus non nulla cursus, sit amet rutrum est pretium. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: Portfolio | ||
menu: Portfolio | ||
portfolio: | ||
- image: work1.jpg | ||
title: First Item | ||
desc: "Donec id elit non mi porta gravida at eget metus. Cras mattis consectetur purus sit amet fermentum." | ||
modalid: 13 | ||
client: Some Company | ||
url: "#" | ||
date: April 2014 | ||
category: Web Development | ||
- image: work2.jpg | ||
title: Second Item | ||
desc: "Donec id elit non mi porta gravida at eget metus. Cras mattis consectetur purus sit amet fermentum." | ||
modalid: 14 | ||
client: Some Company | ||
url: "#" | ||
date: April 2014 | ||
category: Web Development | ||
- image: work3.jpg | ||
title: Third Item | ||
desc: "Donec id elit non mi porta gravida at eget metus. Cras mattis consectetur purus sit amet fermentum." | ||
modalid: 15 | ||
client: Some Company | ||
url: "#" | ||
date: April 2014 | ||
category: Web Development | ||
|
||
--- | ||
|
||
## Some of Our Latest Work | ||
|
||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent justo ligula, interdum ut lobortis quis, interdum vitae metus. Proin fringilla metus non nulla cursus, sit amet rutrum est pretium. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.