16 lines
325 B
Bash
16 lines
325 B
Bash
|
|
#cd /home/data/git/LibreraReader/docs
|
||
|
|
cd /home/dev/git/LibreraReader/what-is-new
|
||
|
|
mogrify -quality 85 -resize 600 *.png
|
||
|
|
|
||
|
|
cd /home/dev/git/LibreraReader/docs
|
||
|
|
cd /Users/dev/git/LibreraReader/docs
|
||
|
|
|
||
|
|
if [ "$1" == "init" ]; then
|
||
|
|
bundle init
|
||
|
|
bundle add webrick
|
||
|
|
bundle add jekyll-watch
|
||
|
|
bundle add kramdown-parser-gfm
|
||
|
|
fi
|
||
|
|
|
||
|
|
jekyll serve
|