mirror of
https://github.com/TrentSPalmer/attentionspanhistory.git
synced 2026-04-18 20:11:52 -07:00
initial commit
This commit is contained in:
38
pelicanconf.py
Normal file
38
pelicanconf.py
Normal file
@@ -0,0 +1,38 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*- #
|
||||
|
||||
AUTHOR = 'Trent Palmer'
|
||||
SITENAME = 'Attention Span History'
|
||||
SITEURL = 'https://blog.trentpalmer.org'
|
||||
|
||||
PATH = 'content'
|
||||
|
||||
TIMEZONE = 'America/Los_Angeles'
|
||||
|
||||
DEFAULT_LANG = 'en'
|
||||
|
||||
# Feed generation is usually not desired when developing
|
||||
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
||||
FEED_ALL_RSS = 'feeds/all.rss.xml'
|
||||
CATEGORY_FEED_ATOM = None
|
||||
TRANSLATION_FEED_ATOM = None
|
||||
AUTHOR_FEED_ATOM = None
|
||||
AUTHOR_FEED_RSS = None
|
||||
SOCIAL_WIDGET_NAME = 'follow'
|
||||
|
||||
# Blogroll
|
||||
LINKS = (('Doc Blog', 'https://blog.trentsonlinedocs.xyz/'),
|
||||
('Favorite Podcasts', 'https://blog.trentsonlinedocs.xyz/posts/trents-favorite-podcasts/'),
|
||||
('TrentReads', 'https://trentpalmer.org'),)
|
||||
|
||||
# Social widget
|
||||
SOCIAL = (('twitter', 'https://twitter.com/boringtrent'),
|
||||
('github', 'https://github.com/TrentSPalmer'),)
|
||||
|
||||
DEFAULT_PAGINATION = 10
|
||||
|
||||
# Uncomment following line if you want document-relative URLs when developing
|
||||
RELATIVE_URLS = True
|
||||
|
||||
THEME = "notmyidea"
|
||||
CSS_FILE = "custom.css"
|
||||
Reference in New Issue
Block a user