FISO theme
Theme created for the Stichting FISO Eindhoven website.
Installing Grav development env
- Install Docker & Docker compose
- Run
docker compose up -dwith the./fiso-theme:/var/www/html/user/themes/fiso-theme:roline commented out indocker-compose.yml. - Run
docker exec -it fiso-site-grav-1 gpm install adminand install all plugins requested. - Run
docker compose down - Uncomment the
fiso-themeline indocker-compose.yml - Run
docker compose upto start the development env. - Open Grav on port 8000 (http://localhost:8000)
- Create an example admin account to manage the dev install (I always create
admin/FISOisTHEbest!123)
Preparing the FISO theme
- Open the
fiso-themefolder in your preferred terminal - Run
npm install - Run
npm run devto build the Tailwind CSS classes
Installing it on the webserver
- Run
npm run buildin thefiso-themefolder in your terminal - Copy the
fiso-themefolder to the webhostinguser/themesfolder. - Pick it in Grav admin.
Description
Languages
Twig
59.9%
CSS
22.5%
PHP
9.6%
JavaScript
8%