fe5736f64f7f94beb348b3da5165044a8623b407
- Refactored feature descriptions and added new features for document generation and appointment management. - Updated the pricing structure, including adjustments to pack prices and additional options for training. - Introduced a new blog section with initial blog posts. - Enhanced the technical documentation page with an embedded iframe for better accessibility. - Improved CSS styles for better responsiveness and visual consistency across the application. - Updated Hugo configuration to reflect new menu items and page structures.
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
Languages
PHP
36.7%
JavaScript
31.6%
HTML
16.5%
CSS
12.1%
SCSS
3%
Other
0.1%