commit b39576c9c861e86ca70e75a0809e397aa1675513
parent f6173f1a1264df15e4cb8437b928d42d0b6a6ae7
Author: zakaria <e-zk@users.noreply.github.com>
Date: Tue, 22 Feb 2022 15:22:49 +1000
Update comments in .env.template
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.env.template b/.env.template
@@ -2,15 +2,15 @@
# site-specific config for shite
#
-# onion: specify an onion address for the site.
+# onion: specify an onion/hidden service 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.
+# generated pages. leave blank to not add Onion-Location.
onion=""
# meta_ext: extension for blog post metadata files
meta_ext=".meta"
-# site_root: "/" of site
+# site_root: full path to the site root
site_root="${HOME}/src/website"
# html_dir: directory where html is stored