Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getgrav/grav-skeleton-agency-site
Agency Skeleton for Grav
https://github.com/getgrav/grav-skeleton-agency-site
grav grav-skeleton website
Last synced: about 2 months ago
JSON representation
Agency Skeleton for Grav
- Host: GitHub
- URL: https://github.com/getgrav/grav-skeleton-agency-site
- Owner: getgrav
- License: mit
- Created: 2014-12-17T17:38:00.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2021-11-27T22:48:40.000Z (about 3 years ago)
- Last Synced: 2024-10-30T02:06:06.759Z (about 2 months ago)
- Topics: grav, grav-skeleton, website
- Homepage: https://getgrav.org
- Size: 2.49 MB
- Stars: 17
- Watchers: 8
- Forks: 21
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Agency Skeleton for Grav
![Agency](assets/readme_1.png)
This Grav skeleton is based around the [Agency Grav theme](https://github.com/getgrav/grav-theme-agency) which in turn, is a port of the [Jekyll Agency theme](https://github.com/y7kim/agency-jekyll-theme) by [Rick Kim (y7kim)](https://github.com/y7kim), which originated from the [Agency Bootstrap theme by Start Bootstrap](http://startbootstrap.com/template-overviews/agency/).
# Features
* Fully responsive
* Custom collapsing navigation with active classes, smooth page scrolling, and responsive fallback stylings
* Services section with CSS only circle icons by Font Awesome
* Portfolio grid with modal window popup previews for portfolio item details
* About section with a responsive timeline, special thanks to Bootsnipp
* Team member section with circle profile images and social media links
* Working PHP contact form with validation
* Footer with social links, copyright information, and other links
* LESS files included for deeper customization options## Basic Setup for a new Grav site
The simplest way to install Agency theme for Grav is to download and install the Agency Skeleton package:
1. [Download Agency 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 [Agency theme](https://github.com/getgrav/grav-theme-agency)'s supported templates. It is strongly advised to at least install the Agency Skeleton package to see the theme's capabilities in action.
To install **just** the theme:
```
$ bin/gpm install agency
```