This repository has been archived on 2022-11-21. You can view files and clone it, but cannot push or open issues or pull requests.
kspace-static/generate.sh

16 lines
272 B
Bash
Raw Normal View History

echo "STEP 1 - Nettoyage du dossier de generation"
rm -rf dist/*
echo "STEP 2 - Generation des fichiers statics"
2020-03-28 09:58:04 +01:00
gulp
echo "STEP 3 - Generation du blog"
2020-03-28 09:58:04 +01:00
cd src/blog
hexo generate
cd ../../
echo "STEP 4 - Generation de l'espace littéraire"
cd src/textes
hexo generate