koninklijke-collective / typo3-bootstrap-site-template
TYPO3 CMS: Site Template
Package info
github.com/koninklijke-collective/TYPO3-Bootstrap-Site-Template
Language:CSS
Type:project
pkg:composer/koninklijke-collective/typo3-bootstrap-site-template
dev-master
2017-03-11 11:20 UTC
This package is not auto-updated.
Last update: 2026-03-19 03:26:24 UTC
README
Template package for bootstrapping new websites. It includes:
- Configuring standard
configandpageobjects - Enabling
EXT:sourceoptandEXT: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_contentstatic 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.