Attention
We are revising the Getting Started guide for TYPO3 versions 12 and 13 (currently identical to the main branch for 14). Your feedback is essential to help us make it even better!
You can contribute by:
- Filling out this short survey to share your thoughts.
- Joining the conversation in our Slack channel, #typo3-documentation.
- Reporting any errors you find using the "Report an issue" button.
Thank you for helping us improve the guide!
Next Steps and Further Reading
Once TYPO3 is installed, it is now possible to start the process of developing the site's visual appearance and creating pages and content inside the CMS.
Building The Sites Structure And Adding Content
Using the Page tree - start to define the structure of your site by creating pages.
Pages can exist in various forms and can also be nested inside one and other.
Once the page structure exists content can now be added to the pages.
Developing The Sites Visual Appearance
There are two main topics that cover templating in TYPO3, Fluid and Site packages.
Fluid Templating
Fluid is TYPO3’s templating engine. Fluid acts as the link between a project's static HTML templates and the content that is created in TYPO3’s backend.
Site Packages
Site packages are a type of extension that act as a storage point for a projects frontend assets and any configuration files that extend or change the behaviour of a TYPO3 installation.
Before the development of a sites visual appearance or "theme" can start, a Site package needs to be created in order to store frontend assets such as Fluid/HTML,CSS,Javascript files. Once they are located within a Site package they can then be loaded by TYPO3 to render the frontend.
Keep Security In Mind
Security is taken very seriously by the developers of TYPO3. The TYPO3 Security Team manage all security incidents. They review them and consider their impact. Security advisories are regularly published.
More information about security can be found in the Security guidelines.