- jBake version of my very old Wordpress blog
- available at https://blog.aikiit.de or (before that I used to be the proud owner of https://aikiblog.de but did not want to invest in this domain anymore)
Download >= jbake-2.7.0-rc.7-bin.zip due to problems on newer Apple hardware (regular brew installed version crashes upon start)
$ jbake -i # init only once
$ jbake -b -s # run in autobake/local dev mode
- run.sh - start jbake in development mode (needs jbake on the PATH)
- sync.sh - not in SCM; upload sync script
#!/bin/bash
echo "Cleaning output directory ...."
rm -rf output/*
echo "Starting to bake ...."
jbake -b
echo "Synching to upstream host...."
scp -O -r output/* my-ISP-coordinates