Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getgrav/grav-skeleton-deliver-site
Grav Deliver Site Skeleton
https://github.com/getgrav/grav-skeleton-deliver-site
grav grav-skeleton
Last synced: 3 months ago
JSON representation
Grav Deliver Site Skeleton
- Host: GitHub
- URL: https://github.com/getgrav/grav-skeleton-deliver-site
- Owner: getgrav
- License: mit
- Created: 2015-01-15T17:51:40.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2021-02-25T20:31:39.000Z (over 3 years ago)
- Last Synced: 2024-04-14T00:58:32.526Z (7 months ago)
- Topics: grav, grav-skeleton
- Homepage: https://getgrav.org
- Size: 3.5 MB
- Stars: 28
- Watchers: 8
- Forks: 30
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```