This is a 'theme' (or Layout) for Wolf CMS. It is designed to be a fairly simple drop-in responsive theme.
Features
- Uses the Golden Grid System by Joni Korpi
- Colours based on the Solarized palette by Ethan Schoonover
- from Google fonts, uses Cantarell for the headings, and Noticia Text for the body
Also note:
- main navigation in the header
- 'perpetual' ('rolling') navigation in footer: always points left to parent page (if there is one), and right to any child pages (if there are any) from the current page
- images resize with screen size
- both dark and light versions available; see lines 25-29 in the
GGS.html(layout) file to set this option
Warnings
- this is a SIMPLE layout!
- the nav does not 'collapse' in smaller view-ports
- In your Wolf admin, go to
Files > themesand create a folder namedggs; open the folder. - Upload the four (4)
.cssfiles to theggsfolder (ggs-dark, ggs-layout, ggs-light, screen). - Go the
Snippetstab, and create new snippet calledggs-inline. Copy/paste the contents of theggs-inline.snippet.phpfile into the body of this snippet; make sure filter is set to--none--. Save. - Go to the
Layoutstab, and create a new layout calledGGS, with the Content-Type oftext/html. Copy/paste the contents of theGGS.htmlfile into the body of this layout.* Save.
* The default 'flavour' is DARK; change line 29 to callggs-light.cssif you prefer to use the LIGHT version. - Go to the
Pagestab, and open theHome Pagefor editing. Under theSettingstab, chooseGGSfrom the Layout drop-down. Save.
Your site is now using the GGS Layout!
Enjoy!
20131019 - first public release
Please use the Github repo's issue tracker to log any bugs or enhancement requests. Thank you!