Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getgrav/grav-skeleton-striped-site
Striped by HTML5 UP, features a clean, minimalistic design, styling for all basic page elements, a repositionable sidebar (left or right), and HTML5/CSS3 code designed for quick and easy customization.
https://github.com/getgrav/grav-skeleton-striped-site
grav grav-skeleton
Last synced: about 2 months ago
JSON representation
Striped by HTML5 UP, features a clean, minimalistic design, styling for all basic page elements, a repositionable sidebar (left or right), and HTML5/CSS3 code designed for quick and easy customization.
- Host: GitHub
- URL: https://github.com/getgrav/grav-skeleton-striped-site
- Owner: getgrav
- License: other
- Created: 2015-05-07T09:57:43.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2021-02-24T22:05:50.000Z (almost 4 years ago)
- Last Synced: 2024-10-30T02:06:07.270Z (2 months ago)
- Topics: grav, grav-skeleton
- Homepage: https://getgrav.org
- Size: 1.92 MB
- Stars: 10
- Watchers: 6
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Striped Skeleton for Grav
![Striped](assets/readme_1.png)
Striped by [HTML5UP](http://www.html5up.net), features a clean, minimalistic design, styling for all basic page elements, a repositionable sidebar (left or right), and HTML5/CSS3 code designed for quick and easy customization.
# Features
* HTML5 and CSS3
* Fully Responsive
* Various templates for presenting your content
* Repositionable sidebar (left or right),
* Calendar with actual date (post date for blog items)
* Styling for all basic page elements
* Styling for various modules
* Cross browser compatible
* Sharing buttons for Facebook and Twitter with share count.## Basic Setup for a new Grav site
The simplest way to install Striped theme for Grav is to download and install the Striped Skeleton package:
1. [Download Striped 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 [Striped theme](https://github.com/getgrav/grav-theme-striped)'s supported templates. It is strongly advised to at least install the Striped Skeleton package to see the theme's capabilities in action.
To install **just** the theme:
```
$ bin/gpm install striped
```# Contact Form Configuration
For contact form configuration instructions please refer to [official documentatnion](http://learn.getgrav.org/advanced/contact-form). Make sure you installed Email and Form plugin though.