blob: 6fe89dc4d0192ced336fff3d9fa50f8367b9e2e5 [file] [log] [blame]
#!/bin/bash
CURRENTDIR=`pwd`
WORKDIR=/tmp/incubator-site
rm -rf $WORKDIR
mkdir -p $WORKDIR
./preprocess_content.sh
# just bake and serve the site
./bake.sh -b -s . $WORKDIR