Treader-open/Builder/server.sh

16 lines
325 B
Bash
Raw Permalink Normal View History

2026-02-10 19:01:19 +08:00
#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