Date

After being unhappy with the default theme for a while, I switched to pelican-bootstrap3 and played with a few settings.

In particular, I used:

DISPLAY_TAGS_ON_SIDEBAR = True
DISPLAY_RECENT_POSTS_ON_SIDEBAR = True
SUMMARY_MAX_LENGTH = 120
ARCHIVES_SAVE_AS = 'archives.html'

I also played set some of the GITHUB_ vars that the theme supports.

This required enabling this following plugins

  • tag_cloud
  • i18n_subsites

Helpful docs: