• 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