We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c16ba7 commit 7423edaCopy full SHA for 7423eda
1 file changed
settings.py
@@ -10,8 +10,8 @@
10
'blog', 'all',) #'pdf-book', 'epub-book')
11
12
ARTICLE_SAVE_AS = 'blog/{slug}.html'
13
+ARTICLE_URL = 'blog/{slug}.html'
14
SITEMAP_SAVE_AS = 'sitemap.xml'
-FEED_DOMAIN = 'https://www.fullstackpython.com'
15
FEED_RSS = 'feed'
16
LINKS = ()
17
MARKUP = ('rst', 'markdown',)
0 commit comments