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.
Run composer create-project -sdev koninklijke-collective/typo3-bootstrap-site-template public/typo3conf/ext/your_extension_template_name
- 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!
Run grunt
in the Build
folder. Use grunt watch
when you start adding JavaScript and Sass.