rebuild output

This commit is contained in:
2021-08-06 08:17:33 -07:00
parent 097f07df6e
commit 71cd4bf0de
30 changed files with 1856 additions and 684 deletions

View File

@@ -1,6 +1,8 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals
AUTHOR = 'Trent Palmer'
SITENAME = 'Attention Span History'
SITEURL = 'https://blog.trentpalmer.org'
@@ -19,6 +21,12 @@ TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
SOCIAL_WIDGET_NAME = 'follow'
PLUGIN_PATHS = ["plugins"]
PLUGINS = ['neighbors', 'tipue_search']
TIPUE_SEARCH = True
TEMPLATE_PAGES = {
'search.html': 'search.html',
}
# Blogroll
LINKS = (('Doc Blog', 'https://blog.trentsonlinedocs.xyz/'),
@@ -29,18 +37,21 @@ LINKS = (('Doc Blog', 'https://blog.trentsonlinedocs.xyz/'),
SOCIAL = (('twitter', 'https://twitter.com/boringtrent'),
('github', 'https://github.com/TrentSPalmer'),)
MENUITEMS = (('Twitter', 'https://twitter.com/boringtrent'),
MENUITEMS = (('RSS', 'feeds/all.rss.xml'),
('Tags', '/tags.html'),
('Twitter', 'https://twitter.com/boringtrent'),
('Github', 'https://github.com/TrentSPalmer'),
('Search', '/search.html'),
('Source', 'https://github.com/TrentSPalmer/attentionspanhistory'),
('Doc Blog', 'https://blog.trentsonlinedocs.xyz/'),
('Favorite Podcasts', 'https://blog.trentsonlinedocs.xyz/posts/trents-favorite-podcasts/'),
('TrentReads', 'https://trentpalmer.org'),)
DEFAULT_PAGINATION = 10
DEFAULT_PAGINATION = 20
# Uncomment following line if you want document-relative URLs when developing
# RELATIVE_URLS = True
THEME = "themes/bstrapplus"
THEME = 'themes/simple'
SUMMARY_MAX_LENGTH = 30
# SUMMARY_MAX_LENGTH = 30