mirror of
https://github.com/TrentSPalmer/attentionspanhistory.git
synced 2026-04-18 20:11:52 -07:00
create theme and fix headings in blog post
This commit is contained in:
@@ -29,10 +29,17 @@ LINKS = (('Doc Blog', 'https://blog.trentsonlinedocs.xyz/'),
|
||||
SOCIAL = (('twitter', 'https://twitter.com/boringtrent'),
|
||||
('github', 'https://github.com/TrentSPalmer'),)
|
||||
|
||||
MENUITEMS = (('Twitter', 'https://twitter.com/boringtrent'),
|
||||
('Github', 'https://github.com/TrentSPalmer'),
|
||||
('Doc Blog', 'https://blog.trentsonlinedocs.xyz/'),
|
||||
('Favorite Podcasts', 'https://blog.trentsonlinedocs.xyz/posts/trents-favorite-podcasts/'),
|
||||
('TrentReads', 'https://trentpalmer.org'),)
|
||||
|
||||
DEFAULT_PAGINATION = 10
|
||||
|
||||
# Uncomment following line if you want document-relative URLs when developing
|
||||
RELATIVE_URLS = True
|
||||
|
||||
THEME = "notmyidea"
|
||||
CSS_FILE = "custom.css"
|
||||
THEME = "themes/bstrapplus"
|
||||
|
||||
SUMMARY_MAX_LENGTH = 30
|
||||
|
||||
Reference in New Issue
Block a user