Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getgrav/grav-skeleton-twenty-site
Twenty Skeleton for Grav
https://github.com/getgrav/grav-skeleton-twenty-site
grav grav-skeleton
Last synced: about 2 months ago
JSON representation
Twenty Skeleton for Grav
- Host: GitHub
- URL: https://github.com/getgrav/grav-skeleton-twenty-site
- Owner: getgrav
- License: mit
- Created: 2015-03-18T09:34:43.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2021-02-24T22:04:24.000Z (almost 4 years ago)
- Last Synced: 2024-10-30T02:06:07.266Z (2 months ago)
- Topics: grav, grav-skeleton
- Homepage: https://getgrav.org
- Size: 1020 KB
- Stars: 13
- Watchers: 7
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Twenty Skeleton for Grav
![Twenty](assets/readme_1.png)
This Grav theme is a port of the [Twenty theme](http://html5up.net/twenty) by [HTML5 UP](http://html5up.net/).
# Features
* Fully Responsive
* Built on HTML5/CSS3/skel
* Section Icons by Font Awesome
* Released for Free Under the Creative Commons Attribution 3.0
* Social Icons
* Simple Form Support
* Layouts: Modular, Right Sidebar, Left Sidebar, No sidebar
* Special layouts: Portfolio, Bottom Modules## Basic Setup for a New Grav Site
The simplest way to install Twenty theme for Grav is to download and install the Twenty Skeleton package:
1. [Download Twenty Skeleton](http://getgrav.org/downloads/skeletons#extras)
2. Unzip the package into your web root folder.
3. Point your browser at the folder.
4. 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 [Twenty theme](https://github.com/getgrav/grav-theme-twenty)'s supported templates. It is strongly advised to at least install the Twenty Skeleton package to see the theme's capabilities in action.
To install **just** the theme, you will want to do so via the [Grav Package Manager (GPM)](http://learn.getgrav.org/advanced/grav-gpm) through your system's Terminal (also called the command line). From the root of your Grav install type:
bin/gpm install twenty
This will install the Twenty theme into your `/user/themes` directory within Grav. Its files can be found under `/your/site/grav/user/themes/twenty`.
You can find more information bout this process, including manual installation instructions, by visiting the [project page for the stand-alone Grav theme](https://github.com/getgrav/grav-theme-twenty).
# Contact Form Configuration
For contact form configuration instructions please refer to [official documentation](http://learn.getgrav.org/advanced/contact-form). Make sure you installed Email and Form plugin though.