Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getgrav/grav-skeleton-twentyfifteen-site
TwentyFifteen Skeleton for Grav - Default 2015 Wordpress theme ported to Grav
https://github.com/getgrav/grav-skeleton-twentyfifteen-site
grav grav-skeleton twentyfifteen
Last synced: about 2 months ago
JSON representation
TwentyFifteen Skeleton for Grav - Default 2015 Wordpress theme ported to Grav
- Host: GitHub
- URL: https://github.com/getgrav/grav-skeleton-twentyfifteen-site
- Owner: getgrav
- License: gpl-2.0
- Created: 2015-08-21T10:47:53.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2021-02-24T22:07:29.000Z (almost 4 years ago)
- Last Synced: 2024-10-30T02:06:07.315Z (2 months ago)
- Topics: grav, grav-skeleton, twentyfifteen
- Homepage: https://getgrav.org
- Size: 3.43 MB
- Stars: 4
- Watchers: 7
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# TwentyFifteen Skeleton for Grav
![TwentyFifteen](assets/readme_1.png)
Twenty Fifteen by [WordPress.org](https://wordpress.org/themes/twentyfifteen/) is a Grav conversion of 2015 most popular Wordpress theme. This theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
# Features
* Mobile-first, Responsive Layout
* Custom Colors
* Custom Header
* Social Links
* Customizable options through admin interface
* 5 Predefined Color Schemes
* MultiLanguage support
* Archives plugin support
* Search plugin support
* RelatedPages plugin support
* TaxonomyList plugin support
* Feeds
* The GPL v2.0 or later license. :) Use it to make something cool.## Basic Setup for a new Grav site
The simplest way to install TwentyFifteen theme for Grav is to download and install the TwentyFifteen Skeleton package:
1. [Download TwentyFifteen 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 [TwentyFifteen theme](https://github.com/getgrav/grav-theme-twentyfifteen)'s supported templates. It is strongly advised to at least install the TwentyFifteen Skeleton package to see the theme's capabilities in action.
To install **just** the theme:
```
$ bin/gpm install twentyfifteen
```