Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Political Memory
blog-memopol
Commits
c75f6946
Commit
c75f6946
authored
May 23, 2016
by
quota_atypique
Browse files
Adding rss feeds
parent
3cd16902
Changes
1
Hide whitespace changes
Inline
Side-by-side
publishconf.py
View file @
c75f6946
...
@@ -10,11 +10,13 @@ import sys
...
@@ -10,11 +10,13 @@ import sys
sys
.
path
.
append
(
os
.
curdir
)
sys
.
path
.
append
(
os
.
curdir
)
from
pelicanconf
import
*
from
pelicanconf
import
*
SITEURL
=
''
SITEURL
=
'
http://www.memopol.org
'
RELATIVE_URLS
=
False
RELATIVE_URLS
=
False
FEED_ALL_ATOM
=
'feeds/all.atom.xml'
FEED_ALL_ATOM
=
'feeds/all.atom.xml'
FEED_ALL_RSS
=
'feeds/all.rss.xml'
CATEGORY_FEED_ATOM
=
'feeds/%s.atom.xml'
CATEGORY_FEED_ATOM
=
'feeds/%s.atom.xml'
CATEGORY_FEED_RSS
=
'feeds/%s.rss.xml'
DELETE_OUTPUT_DIRECTORY
=
True
DELETE_OUTPUT_DIRECTORY
=
True
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment