-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin requires url to be defined in project file. #4
Comments
@nsteinmetz may I ask, how did you set the URL parameter? Did you provide the base URL (e.g. my own, |
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
The text was updated successfully, but these errors were encountered: