forked from github/pelican
Added another option CLEAN_URLS, to use generated files with mod_rewrite and to show nice urls to the end user.
This commit is contained in:
parent
3afdb8fcff
commit
1d74de2559
3 changed files with 13 additions and 5 deletions
|
|
@ -19,6 +19,7 @@ _DEFAULT_CONFIG = {'PATH': None,
|
|||
'CSS_FILE': 'main.css',
|
||||
'REVERSE_ARCHIVE_ORDER': False,
|
||||
'KEEP_OUTPUT_DIRECTORY': False,
|
||||
'CLEAN_URLS': False, # use /blah/ instead /blah.html in urls
|
||||
}
|
||||
|
||||
def read_settings(filename):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue