mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
css subleties
This commit is contained in:
parent
9b53611783
commit
c375d88355
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue