1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-23 14:44:21 +02:00

Updated Configuration (markdown)

Nick Sweeting
2024-02-18 18:02:13 -08:00
parent 5fc29e1bf3
commit 23fdda7322

@@ -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:*