From c375d883552be480a6d25bc843bf351a9abb1ce3 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 5 May 2017 05:54:31 -0400 Subject: [PATCH] css subleties --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5d29c14..2083507f 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,9 @@ organized by timestamp. For each sites it saves: I've found it takes about an hour to download 1000 articles, and they'll take up roughly 1GB. Those numbers are from running it on my i5 4-core machine with 50mbps down. YMMV. -You can tweak all the parameters like screenshot size, file locations, timeouts, etc. in `archive.py`. +You can tweak parameters like screenshot size, file paths, timeouts, etc. in `archive.py`. +You can also tweak the outputted html index in `index_template.html`. It just uses python +format strings (not a proper templating engine like jinja2), which is why the CSS is double-bracketed `{{...}}`. ## Publishing Your Archive