Open nsteinmetz opened 8 years ago
@nsteinmetz may I ask, how did you set the URL parameter? Did you provide the base URL (e.g. my own, http://www.ericmjl.com/
)? If so, how can we test using localhost?
Hi @ericmjl,
I no longer use lektor so I can't really help.
Maybe URL variable just need to be defined so that template is correctly rendered. Then you can call your feed from any url (localhost or your public site)?
@nsteinmetz Thanks for getting back! I think you are right, as long as it's an arbitrary URL, the template will be correctly rendered, though I didn't think to try that out yesterday.
@nsteinmetz just out of curiosity why you are no longer using lektor? are you using a different tool at the moment, or simply no longer needing a tool at all?
From that time, I kept Dotclear (PHP based) for some time and moved more recently to Hugo.io
As OP stated, you must set the URL for this plugin to work.
Is this required by the atom feed? Or is this possible to make this optional?
Hello,
Just noticed that to make this plugin work, you must set the
url
parameter in your project fileOtherwise, feed url will raise an error page in lektor.
It should be defined in the doc.
kind regards, Nicolas