diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2016-11-19 12:46:22 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2016-11-19 12:46:22 +0100 |
commit | e098c12b0ef3a6777ad31a3a311703fc84ce6910 (patch) | |
tree | c13dfce77761932f4b5aab760b65f515c988eac3 | |
parent | ed06ac74967522e242e41eec0d359898c5e19186 (diff) | |
download | norsk-urskog-main-e098c12b0ef3a6777ad31a3a311703fc84ce6910.tar.gz norsk-urskog-main-e098c12b0ef3a6777ad31a3a311703fc84ce6910.tar.bz2 norsk-urskog-main-e098c12b0ef3a6777ad31a3a311703fc84ce6910.zip |
Include drafts when running locally.
-rw-r--r-- | Procfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..25ae77d --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: ./bin/jekyll s -s blog -H 0.0.0.0 --drafts |