micron writer
This commit is contained in:
parent
d37b0a67a4
commit
306423cd99
6 changed files with 47 additions and 2 deletions
|
|
@ -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']
|
||||
Loading…
Add table
Add a link
Reference in a new issue