mirror of
https://github.com/ff4500/utilities.git
synced 2026-07-01 11:47:04 -05:00
news template updates
This commit is contained in:
8
images/news_md/_lib/config.sh
Normal file → Executable file
8
images/news_md/_lib/config.sh
Normal file → Executable file
@@ -9,9 +9,13 @@
|
||||
|
||||
# User specified directories (no trailing slashes!)
|
||||
# ------------------------------------------------------------------------------
|
||||
base_dir="./news_articles"
|
||||
# base_dir="./news_articles"
|
||||
template_base_dir="./news_articles"
|
||||
base_dir="/Volumes/Dump/BaM/BaM_2020_website"
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
news_dir="${base_dir}/news"
|
||||
template_dir="${base_dir}/_templates"
|
||||
template_dir="${template_base_dir}/_templates"
|
||||
|
||||
# Variables for functions - Don't mess with these
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user