progress count
This commit is contained in:
parent
7f1a8e0a6c
commit
361c75c6f7
6 changed files with 53 additions and 31 deletions
|
|
@ -52,10 +52,10 @@ PAGE_PATHS = ['pages',]
|
|||
SUMMARY_MAX_LENGTH = 0
|
||||
DEFAULT_DATE_FORMAT = '%Y-%m-%d'
|
||||
|
||||
DEFAULT_CATEGORY = 'tag'
|
||||
CATEGORIES_SAVE_AS = 'projects/index.html'
|
||||
CATEGORY_URL = 'projects/{slug}'
|
||||
CATEGORY_SAVE_AS = 'projects/{slug}/index.html'
|
||||
DEFAULT_CATEGORY = 'ad-hoc'
|
||||
CATEGORIES_SAVE_AS = 'zones/index.html'
|
||||
CATEGORY_URL = 'zone/{slug}'
|
||||
CATEGORY_SAVE_AS = 'zone/{slug}/index.html'
|
||||
|
||||
DELETE_OUTPUT_DIRECTORY = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue