Bootstrap Package
This TYPO3 CMS >= 6.2 extension delivers a fully configured frontend based on the Bootstrap CSS Framework and functions basically as a THEME for TYPO3CMS.
The goal of this package is to give an advanced example of how modern templating in TYPO3 CMS can be handled nicely without depending on third party extensions. Bootstrap Package is built on top of CSS_STYLED_CONTENT >= 6.2 and comes with a fully configurable Frontend via TypoScript. This includes the TypoScript Constant Editor.
Minimal Dependencies
- TYPO3 CMS 6.2 or greater
- Installed System Extension CSS_STYLED_CONTENT 6.2 or greater
Quick Install Guide
Make sure you have a root page
Create a new page or edit an existing one and set this as root page. You can find this option in the page-edit-mode filed under behavior/miscellaneous.
Create a new Template on this Page
General
- Template Title: You can name this as you like: Example "Bootstrap Package"
- Website Title: This will be your website title visible in the frontend
Options
- Clear Constants and Setup by checking the boxes
- Use this Template as Root-Level Template by checking the box
Includes
Include static (from extensions)
- CSS Styled Content (required)
- Default TS form (optional if you want to use it)
- Bootstrap Package (required)
Usage
Contributing
Feel free to fork this project and create a pull request when you're happy with your changes.
Bug reporting
Please open an issue here at github and describe your problem.
License
This project is released under the terms of the MIT license.
Thanks to
Benjamin Kott (https://github.com/benjaminkott) for his great work on the original bootstrap_package (https://github.com/benjaminkott/bootstrap_package.git)