Skip to content

Commit 631a027

Browse files
mkiebeleKiebelelinawolffroemken
authored
Adding next steps in first project setup (#534)
* [TASK] Next steps in first project setup chapter * [Task] Adjust next steps in setting up first project * [Task] Adjust description * [Task] Adjust card and naming * [Task] Adjust pros and cons of sitepackage-builder * Update Documentation/FirstProject/CreateSitePackage.rst Co-authored-by: Stefan Frömken <[email protected]> * Update Documentation/FirstProject/CreateSitePackage.rst Co-authored-by: Stefan Frömken <[email protected]> --------- Co-authored-by: Kiebele <[email protected]> Co-authored-by: Lina Wolf <[email protected]> Co-authored-by: Stefan Frömken <[email protected]>
1 parent dad0b4b commit 631a027

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
.. include:: /Includes.rst.txt
2+
3+
.. _creating-a-site-package:
4+
5+
=======================
6+
Creating a site package
7+
=======================
8+
9+
The next step is to create a site package. In TYPO3, a site package is a
10+
structured package that organizes the layout, design, and essential
11+
configuration settings for your website. By using a site package, you can
12+
manage all customizations in one place, which keeps your changes organized and
13+
makes your project easier to maintain, even through TYPO3 updates.
14+
15+
.. _how-to-create-a-site-package:
16+
17+
How to create a site package
18+
============================
19+
20+
To create a site package, you have two main options:
21+
22+
* Manual creation: For full control over your project's setup, you can follow
23+
the detailed instructions int the
24+
:ref:`TYPO3 site package tutorial <t3sitepackage:start>`.
25+
26+
* Using the `Sitepackage-Builder <https://www.sitepackagebuilder.com/>`__:
27+
If you are looking for a faster start, the Sitepackage-Builder is a
28+
handy tool. You can choose whether your site package should be based on
29+
the `Bootstrap Package <https://www.bootstrap-package.com/>`__ or
30+
:ref:`fluid_styled_content <typo3/cms-fluid-styled-content:introduction>`.
31+
32+
33+
.. _pros-and-cons-of-sitepackage-builder:
34+
35+
Pros and cons of using the Sitepackage-Builder
36+
==============================================
37+
38+
Pros:
39+
40+
* The Sitepackage-Builder is particularly useful for beginners or projects
41+
that need a quick start.
42+
43+
Cons:
44+
45+
* A large number of unnecessary, mostly empty files are being generated.
46+
* Depending on your prior knowledge you use code that you might not fully
47+
understand.

Documentation/FirstProject/Index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ First project setup
4747
.. card-footer:: :ref:`Manage settings <settings>`
4848
:button-style: btn btn-secondary stretched-link
4949

50+
.. card:: :ref:`Creating a site package <creating-a-site-package>`
51+
52+
Next steps after setting up your first project.
53+
54+
.. card-footer:: :ref:`Creating a site package <creating-a-site-package>`
55+
:button-style: btn btn-secondary stretched-link
56+
5057
.. toctree::
5158
:hidden:
5259
:titlesonly:
@@ -55,3 +62,4 @@ First project setup
5562
SiteManagement/Index
5663
IntroductionPackage/Index
5764
Settings
65+
CreateSitePackage

0 commit comments

Comments
 (0)