From 23fdda7322a4d1953be757694641d1bbbc718207 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 18 Feb 2024 18:02:13 -0800 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configuration.md b/Configuration.md index 423cb9e..06cc3fa 100644 --- a/Configuration.md +++ b/Configuration.md @@ -159,9 +159,9 @@ pip show -f archivebox | grep archivebox/templates # archivebox/templates/admin/login.html # ... -# copy default templates into a directory somewhere, edit as needed, then point archivebox to it +# copy default templates into a directory somewhere, edit as needed, then point archivebox to it, e.g. cp -r /opt/homebrew/lib/python3.11/site-packages/archivebox/templates ~/archivebox/custom_templates -archivebox config --set CUSTOM_TEMPLATES_DIR=~/archivebox/custom_templates +archivebox config --set CUSTOM_TEMPLATES_DIR=~/archivebox/data/custom_templates ``` *Related options:*