Add RSS and feed tags

This commit is contained in:
2024-01-25 16:35:18 -07:00
parent 457dacc6f4
commit 0fb32ee7fc
25 changed files with 42 additions and 14 deletions

View File

@@ -4,8 +4,8 @@ from __future__ import unicode_literals
import os
AUTHOR = 'Tanner'
SITENAME = 'Tanner'
SITEURL = ''
SITENAME = 'Tanner\'s Site (t0.vc)'
SITEURL = 'https://t0.vc'
PATH = 'content'
@@ -19,6 +19,11 @@ CATEGORY_FEED_ATOM = None
TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
#TAG_FEED_ATOM = 'feeds/{slug}/atom.xml'
#TAG_FEED_RSS = 'feeds/{slug}/rss.xml'
TAG_FEED_ATOM = 'test-atom.xml'
TAG_FEED_RSS = 'test-rss.xml'
RSS_FEED_SUMMARY_ONLY = False # include full content
DEFAULT_PAGINATION = False