feedreader / pluto

pluto gems - planet feed reader and (static) website generator - auto-build web pages from published web feeds
Creative Commons Zero v1.0 Universal
192 stars 14 forks source link

pluto build creates a html page without actual feeds #8

Closed liquidat closed 7 years ago

liquidat commented 7 years ago

I try to build a news web page, but somehow the generated html page does not contain actual feeds - though pluto fetches them.

What I did:

Planet Untitled

Updated


I'm sure I am missing something simple here - but what?
geraldb commented 7 years ago

@liquidat Will look into it shortly. Tip: To get started, I can recommand trying the pluto.starter -> https://github.com/feedreader/pluto.starter it includes simple custom (local) template and frequent answers and questions etc. Tried it yesterday (after the activerecord fix) works (like advertised) with the latest version.

geraldb commented 7 years ago

@liquidat I see the error.

*** warn: no site with key 'ruby-news' found; using untitled site record

Sorry for the confusion. To simplify the planet.ini must now always be planet.ini if you use the command line tools.

e.g. change

pluto b ruby-news.ini -t news -o planet

to

pluto b planet.ini -t news -o planet
liquidat commented 7 years ago

That fixed it, perfect!