hojalatheef / sitepackageone-distrubution
TYPO3 Sitepackage for OnePage templates
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- hojalatheef/sitepackageone: dev-main
- typo3/cms-backend: ^13.2
- typo3/cms-belog: ^13.2
- typo3/cms-beuser: ^13.2
- typo3/cms-core: ^13.2
- typo3/cms-dashboard: ^13.2
- typo3/cms-extbase: ^13.2
- typo3/cms-extensionmanager: ^13.2
- typo3/cms-felogin: ^13.2
- typo3/cms-filelist: ^13.2
- typo3/cms-fluid: ^13.2
- typo3/cms-fluid-styled-content: ^13.2
- typo3/cms-form: ^13.2
- typo3/cms-frontend: ^13.2
- typo3/cms-impexp: ^13.2
- typo3/cms-info: ^13.2
- typo3/cms-install: ^13.2
- typo3/cms-reactions: ^13.2
- typo3/cms-rte-ckeditor: ^13.2
- typo3/cms-seo: ^13.2
- typo3/cms-setup: ^13.2
- typo3/cms-sys-note: ^13.2
- typo3/cms-t3editor: ^13.2
- typo3/cms-tstemplate: ^13.2
- typo3/cms-viewpage: ^13.2
- typo3/cms-webhooks: ^13.2
This package is auto-updated.
Last update: 2024-10-07 15:41:57 UTC
README
SitePackageOne is a TYPO3 site package designed for a one-page website. This package provides the necessary templates, TypoScript configuration, and content elements to quickly set up a modern, responsive one-page site using TYPO3 version 13.
Requirements
- TYPO3 v13
- PHP 8.2 or higher
- MySQL 5.7+ or MariaDB 10.4+
- Web server (Apache, Nginx)
Installation
1. Set Up TYPO3 Environment
Prerequisites:
- Ensure your web server, PHP, and database are correctly set up and configured.
Clone the sitepackageone
repository to your local machine.
git clone git@github.com:hojalatheef/sitepackageone-distribution.git
cd sitepackageone-distribution
2. Start DDEV
Ensure you have DDEV installed on your system. If not, follow the DDEV installation guide.
Start the DDEV environment:
ddev start
3. Install Dependencies
ddev composer install
4. Customize Your One-Page Template
-
Create Content Elements:
- Go to "WEB" > "Page".
- Create and configure content elements on your root page using the provided templates.
-
Edit HTML Templates:
- The HTML templates are located
in
Source/Extension/sitepackageone/Resources/Private/Templates
. - Customize these templates to fit your design needs.
- The HTML templates are located
in
5. Add Custom Styles and Scripts
-
CSS and JS Files:
- Add your custom CSS files
to
Source/Extension/sitepackageone/Resources/Public/Css
. - Add your custom JavaScript files
to
Source/Extension/sitepackageone/Resources/Public/JavaScript
.
- Add your custom CSS files
to
-
Include Custom Styles and Scripts in TypoScript:
- Open the TypoScript setup file located
at
Source/Extension/sitepackageone/Configuration/TypoScript/setup.typoscript
. - Include your custom styles and scripts as needed:
page.includeCSS { file1 = EXT:sitepackageone/Resources/Public/Css/styles.css } page.includeJSFooter { file1 = EXT:sitepackageone/Resources/Public/JavaScript/scripts.js }
- Open the TypoScript setup file located
at
Contributing
We welcome contributions to improve SitePackageOne. Please submit issues and pull requests on the GitHub repository.
License
SitePackageOne is released under the MIT License. See the LICENSE file for more details.