diff options
Diffstat (limited to 'scripts/build_content.sh')
-rwxr-xr-x | scripts/build_content.sh | 10 |
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 | ||
3 | SITE="https://volpeon.ink/" | 3 | source "site.defaults.conf" |
4 | 4 | ||
5 | CONTENT_DIR="content/" | 5 | if [ -f "site.conf" ]; then |
6 | FILTERS_DIR="filters/" | 6 | source "site.conf" |
7 | METADATA_DIR="metadata/" | 7 | fi |
8 | TEMPLATES_DIR="templates/" | ||
9 | OUTPUT_DIR="output/" | ||
10 | 8 | ||
11 | get_filters() { | 9 | get_filters() { |
12 | filters_args="" | 10 | filters_args="" |