psukhedelos/silverstripe-pocketwatch-theme

A Simple, Responsive Silverstripe Theme

Installs: 26

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 2

Open Issues: 0

Language:CSS

Type:silverstripe-theme

dev-master 2016-03-16 03:43 UTC

This package is not auto-updated.

Last update: 2024-04-09 18:22:09 UTC


README

You'll probably need to run the gem installs with sudo

###CSS/Sass/Compass###

We've chosen to use compass and sass to generate our CSS.

####Install Sass#### gem install sass

####Install Compass#### gem install compass

####Install Bootstrap-Sass#### gem install bootstrap-sass

####Install FontAwesome::Sass#### gem install font-awesome-sass

####Random Thoughts#### ####WorkFlow####

  • compass watch
    • do this in pocketwatch theme directory ('/themes/pocketwatch')
    • modified .scss files will be updated in compiled when changed, so can see results immediately
  • _variables.scss is where a lot of easy customisation can happen (change colours, etc.)

Page Types

Gallery

Gallery Holder

Gallery Album

Gallery Item

Gallery Slice

See HomePage Slices

Contact

Contact Forms need to be very specifically set up. To create our user form, we used the silverstripe/userforms module.
Create three fields

- `Textfield` Name
- `Emailfield` Email
- `Textfield` Message

Blog

Blog Post

Blog Slice

HomePage

Slices

Hero Slice
Gallery Slice