By by old mirror.

This commit is contained in:
Julien Palard 2019-05-24 13:48:20 +02:00
parent 370b8efb4b
commit 687f03e111
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ DEFAULT_PAGINATION = 10
THEME = "theme"
THEME_STATIC_DIR = "theme"
ARTICLE_URL = "{category}/{slug}.html"
STATIC_PATHS = ["images", "0x000000/gif", "0x000000/jpg"]
STATIC_PATHS = ["images"]
ARTICLE_SAVE_AS = "{category}/{slug}.html"
CATEGORY_URL = "{slug}/"
CATEGORY_SAVE_AS = "{slug}/index.html"