Add sample xml rss feed from Blog's RodrigoRamirez.com

This commit is contained in:
Rodrigo Ramírez Norambuena
2017-03-10 20:38:18 -03:00
parent db87f9e15b
commit ccf612f536
3 changed files with 412 additions and 536 deletions

View File

@@ -25,8 +25,8 @@ var config = {
config: {
feeds: [
{
title: "New York Times",
url: "http://localhost:8080/tests/configs/data/feed_test_newtimes.xml"
title: "Rodrigo Ramirez Blog",
url: "http://localhost:8080/tests/configs/data/feed_test_rodrigoramirez.xml"
},
]
}