Settings

Available settings to override.


Info

Thease settings are used to render the proper values in feeds:

BLOGIT_TITLE = 'Blogit'
BLOGIT_DESCRIPTION = 'This is a blog about everything'

Feeds

Feed settings:

BLOGIT_FEED_LIMIT = 100
BLOGIT_FEED_ITEM_AUTHOR_NAME = None  # When none displays author info
BLOGIT_FEED_ITEM_AUTHOR_EMAIL = None  # When none displays author info
BLOGIT_FEED_ITEM_DESCRIPTION_FULL = False
BLOGIT_FEED_DEFAULT = 'rss'  # [rss|atom]

Post url

By default post detail url is /<slug>/. If you want to have a dated url like this /<year>/<month>/<day>/<slug>/, change this setting:

BLOGIT_POST_DETAIL_DATE_URL = False