7 lines
115 B
Bash
7 lines
115 B
Bash
|
echo "STEP 1 - Generation des fichiers statics"
|
||
|
gulp
|
||
|
|
||
|
echo "STEP 2 - Generation du blog"
|
||
|
cd src/blog
|
||
|
hexo generate
|