• v0.5.0 5b6edac236

    cf7 released this 2026-03-22 19:45:20 +00:00 | 0 commits to main since this release

    Fixes needed for the renaming of the renaming:

    config:

    # Before
      EXCLUDE_FEEDS_FROM_MAIN = ['draft', 'private']
    
      # After
      EXCLUDE_SECTIONS_FROM_MAIN = ['draft', 'private']
    
    # NAVBAR
      # Before
      {'text': 'Feeds', 'url': '/feed/'}
    
      # After
      {'text': 'Sections', 'url': '/section/'}
    

    and in case if you custom template!


    Additionally, the config file needs to more options to choose the root path (should have made optional and not sure what breaks):

      BLOGROLL_PATH = ""                                
      ROOT_PAGE = ""
    
    Downloads
  • v0.4.0 98ab0ab419

    cf7 released this 2025-10-27 21:10:04 +00:00 | 3 commits to main since this release

    Downloads
  • v0.3.0 375eb6fb05

    cf7 released this 2025-10-23 21:54:59 +00:00 | 7 commits to main since this release

    New

    • this version allows you to display or hide a logo for the header
    • by default, every post will display 5 random posts at the bottom
    Downloads