Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for user-configurable feed templates. #294

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Dec 3, 2019

  1. Support for user-configurable feed templates.

    This commit adds a new configuration setting that allows the user to
    specify their own feed template, either for all feeds, or for categories
    or collections, as follows:
    
    feed:
      ...
      templates:
        -
          path: feed-foo.xml
          collection: bar
          category: baz
        -
          path: feed-xyz.xml
          collection: bar
        -
          path: feed-qwe.xml
          category: baz
        -
          path: feed.xml
    
    For a given feed, the first matching template is the one that's used.
    Brett Kosinski committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    beca42d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Support for multiple main feeds.

    This change enables multiple main feeds with different layouts.
    Brett Kosinski committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    b67ba5a View commit details
    Browse the repository at this point in the history