This commit is contained in:
NN Solex 2023-05-01 21:58:23 +03:00
parent 33d02a4845
commit 20c0224bc8
53 changed files with 1329 additions and 60 deletions

View file

@ -34,10 +34,11 @@ MARKDOWN = {
}
}
ARTICLE_ORDER_BY = 'category'
ARTICLE_URL = "{slug}"
ARTICLE_SAVE_AS = "{slug}/index.html"
INDEX_SAVE_AS = "tags/index.html"
ARCHIVES_SAVE_AS = ''
ARCHIVES_SAVE_AS = 'tags/list.html'
AUTHOR_SAVE_AS = ''
AUTHORS_SAVE_AS = ''
TAGS_SAVE_AS = ''
@ -56,4 +57,4 @@ CATEGORY_SAVE_AS = 'projects/{slug}/index.html'
DELETE_OUTPUT_DIRECTORY = True
PLUGINS = ['geohash']
PLUGINS = ['geohash', 'geodata']