mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Change RELATIVE_URLS default to False - Fixes #829
This commit is contained in:
parent
679d4aa801
commit
0a8678a8ae
36 changed files with 478 additions and 472 deletions
|
|
@ -20,3 +20,6 @@ SOCIAL = (('You can add links in your config file', '#'),
|
|||
('Another social link', '#'),)
|
||||
|
||||
DEFAULT_PAGINATION = $default_pagination
|
||||
|
||||
# Uncomment following line if you want document-relative URLs when developing
|
||||
#RELATIVE_URLS = True
|
||||
|
|
|
|||
|
|
@ -10,13 +10,11 @@ sys.path.append(os.curdir)
|
|||
from pelicanconf import *
|
||||
|
||||
SITEURL = '$siteurl'
|
||||
RELATIVE_URLS = False
|
||||
|
||||
DELETE_OUTPUT_DIRECTORY = True
|
||||
|
||||
# Following items are often useful when publishing
|
||||
|
||||
# Uncomment following line for absolute URLs in production:
|
||||
#RELATIVE_URLS = False
|
||||
|
||||
#DISQUS_SITENAME = ""
|
||||
#GOOGLE_ANALYTICS = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue