aboutsummaryrefslogtreecommitdiffstats
path: root/develop_server.sh
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-05-01 23:07:53 -0400
committerbnewbold <bnewbold@robocracy.org>2016-05-01 23:07:53 -0400
commit7918d7b2c6bfba98c068922a3cfb23f12236b25d (patch)
tree1646194c4f7f8aed7bec109233e8864851f8ba78 /develop_server.sh
parent02d5703001f09b926a49660f151090fdc7eb5ffc (diff)
downloadbnewnet-7918d7b2c6bfba98c068922a3cfb23f12236b25d.tar.gz
bnewnet-7918d7b2c6bfba98c068922a3cfb23f12236b25d.zip
basic pelican settings
Diffstat (limited to 'develop_server.sh')
-rwxr-xr-xdevelop_server.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/develop_server.sh b/develop_server.sh
index 8c2f27f..7d7f475 100755
--- a/develop_server.sh
+++ b/develop_server.sh
@@ -7,7 +7,7 @@ PELICAN=${PELICAN:-pelican}
PELICANOPTS=
BASEDIR=$(pwd)
-INPUTDIR=$BASEDIR/content
+INPUTDIR=$BASEDIR/
OUTPUTDIR=$BASEDIR/output
CONFFILE=$BASEDIR/pelicanconf.py