shite

git clone _git@git.zakaria.org/shite.git
Log | Files | Refs | README

commit f176bb76d45c362620c524bd4fc2df274e0f90ed
parent f4cbd5c677ba14ec33b81a4095fc25964c469fb9
Author: zakaria <e-zk@users.noreply.github.com>
Date:   Sun,  8 Aug 2021 19:49:58 +1000

Add .env template file

Diffstat:
A.env.template | 23+++++++++++++++++++++++
1 file changed, 23 insertions(+), 0 deletions(-)

diff --git a/.env.template b/.env.template @@ -0,0 +1,23 @@ +# +# site-specific config for shite +# + +# onion: specify an onion address for the site. +# this will be used to generate the Onion-Location header/meta tag on all +# generated pages. leave blank to not add onion. +onion="" + +# meta_ext: extension for blog post metadata files +meta_ext=".meta" + +# site_root: "/" of site +site_root="${HOME}/src/website" + +# html_dir: directory where html is stored +html_dir="html" + +# post_dir: directory where blog posts are +post_dir="posts" + +# exclude_files: space separated list of files to not convert to html +exclude_files="./README.md"