✨ archive index
This commit is contained in:
parent
3e77ec5008
commit
5b545780a4
7 changed files with 143 additions and 17 deletions
|
@ -12,6 +12,12 @@ BLACKLIST_DOMAINS = [
|
|||
"youtube" # YouTube
|
||||
]
|
||||
|
||||
# Consider a refresh after interval (in days) (Global)
|
||||
outdated = 3
|
||||
|
||||
# Keep last n versions (Global)
|
||||
keep_n = 5
|
||||
|
||||
# Domain configuration (Example)
|
||||
[[websites.domains]]
|
||||
# The domain the config applies to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue