Add recipe for eko/feedbundle

This commit is contained in:
Fran Moreno
2018-10-09 15:19:14 +02:00
parent 0f79ab2c11
commit 42366be162
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Full configuration: https://github.com/eko/FeedBundle
eko_feed:
feeds:
article:
title: 'My articles/posts'
description: 'Latest articles'
link: 'http://vincent.composieux.fr'
encoding: 'utf-8'
author: 'Vincent Composieux' # Only required for Atom feeds

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Eko\\FeedBundle\\EkoFeedBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}