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
Requires
- psukhedelos/silverstripe-pocketwatch: *
- silverstripe/blog: ~2.2@dev
- silverstripe/cms: ~3.1
- silverstripe/framework: ~3.1
- silverstripe/userforms: dev-master
- undefinedoffset/sortablegridfield: dev-master
This package is not auto-updated.
Last update: 2024-11-19 21:08:59 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