version 3.0 of the theme -- complete overhaul
This commit is contained in:
23
doc_multibuild_web.sh
Normal file
23
doc_multibuild_web.sh
Normal file
@ -0,0 +1,23 @@
|
||||
kill -9 $(ps aux | grep '[j]ekyll' | awk '{print $2}')
|
||||
clear
|
||||
|
||||
# Writers
|
||||
echo "Building Writers ..."
|
||||
jekyll build --config configs/config_writers.yml
|
||||
# jekyll serve --config configs/config_writers.yml
|
||||
echo "done"
|
||||
|
||||
# Designers
|
||||
echo "Building Designers ..."
|
||||
jekyll build --config configs/config_designers.yml
|
||||
# jekyll serve --config configs/config_designers.yml
|
||||
echo "done"
|
||||
|
||||
echo "All finished building all the web outputs!!!"
|
||||
echo "Now push the builds to the server."
|
||||
echo "Run . doc_multiscp.sh"
|
||||
|
||||
# All done.
|
||||
# Now run . doc_multiscp.sh to push the build to your server.
|
||||
|
||||
|
Reference in New Issue
Block a user