mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
perfect
This commit is contained in:
+5
-5
@@ -17,11 +17,11 @@ AUTHOR_FEED_ATOM = None
|
||||
AUTHOR_FEED_RSS = None
|
||||
|
||||
|
||||
# URL Flexibility
|
||||
ARTICLE_URL = 'posts/{category}/{slug}/'
|
||||
ARTICLE_SAVE_AS = 'posts/{category}/{slug}.html'
|
||||
PAGE_URL = 'pages/{slug}/'
|
||||
PAGE_SAVE_AS = 'pages/{slug}.html'
|
||||
# # URL Flexibility
|
||||
ARTICLE_URL = 'posts/{category}/{slug}.html'
|
||||
ARTICLE_SAVE_AS = ARTICLE_URL
|
||||
PAGE_URL = 'pages/{slug}.html'
|
||||
PAGE_SAVE_AS = PAGE_URL
|
||||
|
||||
# static content setting
|
||||
STATIC_PATHS = ['extras', 'images']
|
||||
|
||||
Reference in New Issue
Block a user