This skeleton serves as a basic content skeleton for demonstrating a simple one-page site with the Typhoon Grav Premium Theme.
-
Download latest Grav package. Either Grav 1.6 or Grav 1.7RC
-
Unzip the
grav-v*.zip
file. -
Download and unzip the
grav-skeleton-typhoon-onepage.zip
Skeleton package and unzip it. -
Replace the default
user/
folder with this skeleton's extracted folder, and rename it touser/
-
Launch a terminal window and navigate to the root of your Grav installation
-
Confirm you can run CLI commands by typing
bin/gpm version
. It should output the current version of Grav you are running. -
Install the
license-manager
plugin with the command:bin/gpm install license-manager
-
If you want to continue the process via the admin manager, install that via:
bin/gpm install admin
-
When you purchased Typhoon you should of received an email with a link to the license page on getgrav.org. Visit that page and download the
licences.yaml
file. -
On your machine copy the
licenses.yaml
to theuser/data
folder. This will allow you to installtyphoon
theme, as well assvg-icons
andlightbox-gallery
plugins. -
For Typhoon One-Page skeleton run this command to install all the themes + plugins:
bin/gpm install error markdown-notices form problems typhoon color-tools lightbox-gallery shortcode-core svg-icons
Your site should have everything it needs to replicate the Typhoon One-Page skeleton site. Please compare your local copy to the Typhoon One-Page Demo Site.