Boris Waaub c350ea3dcd Refactor CSS styles and update HTML structure for improved layout and responsiveness
- Updated padding values for sections in custom CSS files to enhance spacing.
- Introduced new card styles with hover effects for better user interaction.
- Added new gradient card layout in the chill theme for a visually appealing design.
- Removed obsolete sector layout and replaced it with a more flexible gradient card layout.
- Enhanced feature list layout with improved pagination and sidebar integration.
- Created a new shortcode for gradient card sections to streamline feature presentation.
2026-02-24 15:32:06 +01:00
2026-01-20 14:02:22 +01:00
2026-01-22 12:53:54 +01:00
2026-01-20 14:02:22 +01:00

Démarrage avec Docker

Builder ou re-builder l'image Docker

Pour construire ou reconstruire l'image Docker (forcer le rebuild même si une image existe déjà) :

docker build --no-cache -t chill-site:latest .

Lancer le site en local avec un nom de conteneur

docker run --name chill-site-container -p 1313:1313 -d chill-site:latest

Pour relancer après un arrêt :

docker start chill-site-container

Pour supprimer le conteneur (si besoin de re-builder et relancer) :

docker rm -f chill-site-container

Le site sera accessible sur http://localhost:1313

Description
No description provided
Readme 20 MiB
Languages
PHP 36.7%
JavaScript 31.6%
HTML 16.5%
CSS 12.1%
SCSS 3%
Other 0.1%