Bootstrap a TYPO3-Template
Author: Maximilian Bundscherer (https://bundscherer-online.de)
- Install TYPO3 (tested with version 8.7.10)
- Create your own new page
- Add empty template to your new created page
- Include static "Fluid Content Elements" (Edit template -> Includes)
- Add typoscript-file-content (
src/typoscript.ts
) (Edit template -> General) - Add template-file (
src/t.html
) to your serverfileadmin\template\t.html
- (Opt.) Change template-file-path in your typoscript-config (Edit template -> General)
- Have fun!