Feed
Feed plugin for Flextype supports Atom 1.0, RSS and JSON feed types and allows you to generate feeds for entries.
Installation
- Download & Install all required dependencies.
- Create new folder
project/plugins/feed
. - 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