Feed

Feed plugin for Flextype supports Atom 1.0, RSS and JSON feed types and allows you to generate feeds for entries.

by Sergey Romanenko


Installation

  1. Download & Install all required dependencies.
  2. Create new folder project/plugins/feed.
  3. Download Feed Plugin and unzip plugin content to the folder project.

Default settings

# enabled: true or false to disable the plugin
enabled: true

# Feed plugin priority
priority: 100

# Feeds
feeds: []

# Settings for static feeds generation
static:

  # Feeds path (without trailing and without starting slash)
  path: '_site'

  # Site url (without trailing slash)
  site_url: ''

You may override the default settings in the plugin project configuration file project/config/plugins/feed/settings.yaml

Generate static feeds

You may geneate a static feed with help of the following console command:

./bin/flextype feed:generate

Version

2.1.0

Lincense

MIT

Dependencies

flextype: ^1.0.0-alpha.2
twig: ^3.1.0

Categories

seo