#!/bin/sh
rm -r dest || true
mkdir dest
# This is useful when deploying on netlify. Thanks to storing compiled binaries
# in this folder they will be cached and restored.
export PATH="$PWD/.jekyll-cache:$PATH"
./tools/compile
post_link() {
path=$1
title=$2
photo=$3
description=$4
cat << EOF