aboutsummaryrefslogtreecommitdiff
path: root/v2/.envrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--v2/.envrc11
1 files changed, 10 insertions, 1 deletions
diff --git a/v2/.envrc b/v2/.envrc
index aa81005..2859392 100644
--- a/v2/.envrc
+++ b/v2/.envrc
@@ -1,6 +1,15 @@
#!/bin/sh
set -eu
-export PATH="$PWD/src/bin:$PATH"
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='
+tils
+pastebins
+'