mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
10 lines
348 B
YAML
10 lines
348 B
YAML
# 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
|