toastnz / quicksimple
Light weight version of quicksilver site skeleton
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 1
Open Issues: 19
Language:Scheme
Requires
- axllent/silverstripe-form-fields: ^1.3
- axllent/silverstripe-minifier: ^1.0
- betterbrief/silverstripe-googlemapfield: ^2.2
- bringyourownideas/silverstripe-maintenance: ^2.3
- bummzack/sortablefile: ^2.1
- drewm/mailchimp-api: ^2.5
- heyday/silverstripe-menumanager: ^3.0
- jaedb/iconfield: 1.0.2
- jonom/focuspoint: ^3.1
- jonom/silverstripe-share-care: ^3.0
- permanentinc/beautiful: ^0.3.0
- permanentinc/found: dev-master
- permanentinc/type: dev-master
- quinninteractive/silverstripe-seo: ^1.0
- ryanpotter/silverstripe-color-field: ^1.0
- sheadawson/silverstripe-linkable: ^2.0
- silverstripe/blog: ^3.4
- silverstripe/googlesitemaps: ^2.1
- silverstripe/recipe-cms: ^4.4.4
- silverstripe/redirectedurls: ^2.0
- silverstripe/taxonomy: ^2.0
- silverstripe/userforms: ^5.4
- stevie-mayhew/silverstripe-svg: ^2.2
- symbiote/silverstripe-gridfieldextensions: ^3.2
- symbiote/silverstripe-queuedjobs: ^4.4
- toastnz/quickblocks: dev-quicksimple
- toastnz/quicksilver-styles: dev-master
- toastnz/silverstripe-socialnav: ^2.0
- undefinedoffset/silverstripe-nocaptcha: ^2.0
- dev-master
- dev-dependabot/npm_and_yarn/qs-6.5.3
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/terser-4.8.1
- dev-dependabot/npm_and_yarn/node-sass-7.0.0
- dev-dependabot/npm_and_yarn/three-0.137.0
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/ssri-6.0.2
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/ini-1.3.8
- dev-dependabot/npm_and_yarn/npm-user-validate-1.0.1
- dev-dependabot/npm_and_yarn/bin-links-1.1.8
- dev-dependabot/npm_and_yarn/decompress-4.2.1
- dev-dependabot/npm_and_yarn/npm-registry-fetch-4.0.5
- dev-dependabot/npm_and_yarn/npm-6.14.6
- dev-dependabot/npm_and_yarn/jquery-3.5.0
- dev-dependabot/npm_and_yarn/acorn-6.4.1
This package is auto-updated.
Last update: 2024-10-10 13:10:06 UTC
README
Requirements
- SilverStripe >= 4.4.4
Installation
Friends don't let friends install from an archive. Use Composer.
composer create-project -s dev toastnz/quicksimple myNewProject
QuickStatic
QuickStatic
is a namespace for static templates - it allows you to easily separate static SS files from functional pages and controllers.
For static pagetypes, extend StaticPage
and place your template in themes/quicksilver/templates/QuickStatic/Layout
.
Todo
- More helper classes
- Include QuickBlocks
Contributing
Code guidelines
This project follows the standards defined in: