micron writer

This commit is contained in:
NN Solex 2023-05-14 17:13:00 +03:00
parent d37b0a67a4
commit 306423cd99
6 changed files with 47 additions and 2 deletions

View file

@ -43,6 +43,8 @@ AUTHOR_SAVE_AS = ''
AUTHORS_SAVE_AS = ''
TAGS_SAVE_AS = ''
MICRON_PATH = 'micron'
PATH = 'content'
ARTICLE_PATHS = ['tags',]
PAGE_PATHS = ['pages',]
@ -57,4 +59,4 @@ CATEGORY_SAVE_AS = 'projects/{slug}/index.html'
DELETE_OUTPUT_DIRECTORY = True
PLUGINS = ['geohash', 'geodata']
PLUGINS = ['geohash', 'geodata', 'micron']