Download the PHP package agrosup-dijon/bulma-package without Composer
On this page you can find all versions of the php package agrosup-dijon/bulma-package. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download agrosup-dijon/bulma-package
More information about agrosup-dijon/bulma-package
Files in agrosup-dijon/bulma-package
Package bulma-package
Short Description Bulma Package delivers a full configured frontend theme for TYPO3, based on the Bulma CSS Framework.
License GPL-2.0-or-later
Homepage https://bulma-package.cnerta-web.fr/
Informations about the package bulma-package
Bulma Package
Bulma Package delivers a fully configured frontend theme for TYPO3, based on Bulma CSS Framework.
This is more than greatly inspired from https://github.com/benjaminkott/bootstrap_package. Many parts are simply copy/paste, thank you Benjamin!
The main differences, CSS framework apart, is that some of the configuration is made accessible for the "non admin" editors, through a backend module. We tried to make this with the end-user in mind, as simple as we could.
You still have to be a developer if you want to extend it to make your own templates and layouts.
You are more than welcome if you want to make code reviews ;)
A real documentation will be made if this is a bit adopted!
Showcase
https://bulma-package.cnerta-web.fr/
Minimal Dependencies
- TYPO3 CMS 12.4 (for TYPO3 11.5, use version 2.x.y)
- PHP >= 8.1
Quick install guide
- With composer:
composer require agrosup-dijon/bulma-package
- Without composer: install the extension via Extension manager or TER only (if you use github version, you won't have the dependencies and it won't work)
- Make sure you have a root page
- Make sure you have a "site" in Site Configuration module
- Create a new Template on the root page
- Include static (from extensions): Bulma Package (Full package)
- Go to "Website" module
- Create new configuration
- In General, define SEO title. This will be your website title visible in the frontend.
- Upload a main logo in Logo tab
- You're all set, go create contents :)
Custom colors
- Go to "Website" module
- In the top list, select "Colors management"
- Create a new color, give it a title and use color picker to define primary color.
- Save
- Custom color will be available in Page properties, Appearance tab, Frontend layout list.
Development
- Yarn usage: ddev yarn --cwd \
\ - Archive for TER: ddev -d \
composer archive --format=zip --file=bulma_package_x.y.z - Update dependencies for non composer project: ddev composer update --dry-run -d
/Resources/Private/Contrib/Php - Update js dependencies: npm install -g npm-check-updates / ncu / ncu -u
All versions of bulma-package with dependencies
typo3/cms-core Version ^12.4
typo3/cms-extbase Version ^12.4
typo3/cms-extensionmanager Version ^12.4
typo3/cms-fluid Version ^12.4
typo3/cms-frontend Version ^12.4
typo3/cms-install Version ^12.4
typo3/cms-rte-ckeditor Version ^12.4
typo3/cms-seo Version ^12.4
scssphp/scssphp Version ^1.0.8
ext-dom Version *
ext-simplexml Version *
symfony/dom-crawler Version ^6.3 || ^7.0
symfony/css-selector Version ^6.3 || ^7.0