blob: c2de306df161ca6cd0af26ec5b3dc9a311154e0c (
plain) (
tree)
|
|
#!/bin/sh
set -eu
export GIT_DIR="$PWD"/../.git
export GIT_WORK_TREE="$PWD"/../
export PATH="$PWD/src/bin:$PATH"
export DOMAIN='euandre.org'
export EMAIL='eu@euandre.org'
export CONTENT_PREFIX='src/content'
export COLLECTIONS='
article
til
pastebin
'
export LAYOUTS='
slides slide
'
|