koninklijke-collective / typo3-bootstrap-site-template
TYPO3 CMS: Site Template
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Language:CSS
Type:project
This package is not auto-updated.
Last update: 2024-10-02 20:11:05 UTC
README
Template package for bootstrapping new websites. It includes:
- Configuring standard
config
andpage
objects - Enabling
EXT:sourceopt
andEXT:realurl
- A default backend layout
- Default bootstrap styles that you can override with Sass
- A Gruntfile that compiles and compresses Sass/JavaScript
This setup is fully Google PageSpeed compliant.
Use as blueprint for templating your website
Run composer create-project -sdev koninklijke-collective/typo3-bootstrap-site-template public/typo3conf/ext/your_extension_template_name
Installation
- Include the static template (also include the
fluid_styled_content
static template) - Update the baseUrl property in the Gruntfile.js
- Start adding building your template!
How to build
Run grunt
in the Build
folder. Use grunt watch
when you start adding JavaScript and Sass.