summaryrefslogtreecommitdiffstats
path: root/scripts/build_content.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build_content.sh')
-rwxr-xr-xscripts/build_content.sh10
1 files changed, 4 insertions, 6 deletions
diff --git a/scripts/build_content.sh b/scripts/build_content.sh
index 78857b5..e57cfed 100755
--- a/scripts/build_content.sh
+++ b/scripts/build_content.sh
@@ -1,12 +1,10 @@
1#!/bin/bash 1#!/bin/bash
2 2
3SITE="https://volpeon.ink/" 3source "site.defaults.conf"
4 4
5CONTENT_DIR="content/" 5if [ -f "site.conf" ]; then
6FILTERS_DIR="filters/" 6 source "site.conf"
7METADATA_DIR="metadata/" 7fi
8TEMPLATES_DIR="templates/"
9OUTPUT_DIR="output/"
10 8
11get_filters() { 9get_filters() {
12 filters_args="" 10 filters_args=""