priithansen/silverstripe-foundation-boilerplate

Foundation 4 Theme for SilverStripe CMS

Installs: 52

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 4

Forks: 1

Open Issues: 0

Language:CSS

Type:silverstripe-theme

4.3.2 2013-11-13 17:53 UTC

This package is not auto-updated.

Last update: 2024-03-16 12:43:47 UTC


README

Based on Foundation Sass standalone version so no need for Foundation gem anymore.

Screenshot

Alt text

Credits and Authors

Requirements

Installation and Instructions

  • Extract theme into the Silverstripe root /themes/foundation folder.
  • Delete obsolete 'themedCSS' requirements from mysite/code/Page.php init() method.
  • _variables.scss can overwrite foundation default settings.
  • _layout.scss is for Your custom css code. Gets compiled into foundation.css after foundation framework.
  • By default templates/Page.ss includes all foundation javascript files separately. There is also example code that can be copied to mysite/code/Page.php init() method so Silverstripe cam combine and minify all the js files. (Silverstripe only combines js files when in 'live' mode).
  • Not all js files are needed include the ones the site uses.

Notes

  • Enjoy and let me know if anything could be improved.