-
Notifications
You must be signed in to change notification settings - Fork 188
Adding next steps in first project setup #534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
e9e2c02
[TASK] Next steps in first project setup chapter
30b7af6
[Task] Adjust next steps in setting up first project
4325248
[Task] Adjust description
f449617
[Task] Adjust card and naming
11bc6aa
[Task] Adjust pros and cons of sitepackage-builder
1e9d888
Update Documentation/FirstProject/CreateSitePackage.rst
linawolf 5f37ba2
Update Documentation/FirstProject/CreateSitePackage.rst
linawolf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| .. include:: /Includes.rst.txt | ||
|
|
||
| .. _creating-a-site-package: | ||
|
|
||
| ======================= | ||
| Creating a site package | ||
| ======================= | ||
|
|
||
| The next step is to create a site package. In TYPO3, a site package is a | ||
| structured package that organizes the layout, design, and essential | ||
| configuration settings for your website. By using a site package, you can | ||
| manage all customizations in one place, which keeps your changes organized and | ||
| makes your project easier to maintain, even through TYPO3 updates. | ||
|
|
||
| .. _how-to-create-a-site-package: | ||
|
|
||
| How to create a site package | ||
| ============================ | ||
|
|
||
| To create a site package, you have two main options: | ||
|
|
||
| * Manual creation: For full control over your project's setup, you can follow | ||
| the detailed instructions int the | ||
| :ref:`TYPO3 site package tutorial <t3sitepackage:start>`. | ||
|
|
||
| * Using the `Sitepackage-Builder <https://www.sitepackagebuilder.com/>`__: | ||
| If you are looking for a faster start, the Sitepackage-Builder is a | ||
| handy tool. You can choose whether your site package should be based on | ||
| the `Bootstrap Package <https://www.bootstrap-package.com/>`__ or | ||
| :ref:`fluid_styled_content <typo3/cms-fluid-styled-content:introduction>`. | ||
|
|
||
|
|
||
| .. _pros-and-cons-of-sitepackage-builder: | ||
|
|
||
| Pros and cons of using the Sitepackage-Builder | ||
| ============================================== | ||
|
|
||
| Pros: | ||
|
|
||
| * The Sitepackage-Builder is particularly useful for beginners or projects | ||
| that need a quick start. | ||
|
|
||
| Cons: | ||
linawolf marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| * A large number of unnecessary, mostly empty files are being generated. | ||
| * Depending on your prior knowledge you use code that you might not fully | ||
| understand. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.