Theme pour le site les-accrochés.fr
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Florestan Bredow a1243478f6 Change logo link 2 years ago
images Initial commit 2 years ago
scss Fix mobile view 2 years ago
squelettes Change logo link 2 years ago
.editorconfig Initial commit 2 years ago
.gitignore Initial commit 2 years ago
Makefile Initial commit 2 years ago
README.md Initial commit 2 years ago
composer.json Initial commit 2 years ago

README.md

yeswiki-theme-les-accroches

Theme pour le site https://les-accrochés.fr. Compatible Doryphore.

# Construire le style CSS - optimisé pour la production
make build
# construire le style CSS - Surveille les modifications.
make dev
# Construire une archive, qu'il suffit de décompresser dans le dossier themes.
make release
# Nettoyer les fichiers temporaires.
make clean