-
Notifications
You must be signed in to change notification settings - Fork 848
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
read_more_link malformed images URLs in summary and broken read more links #147
Comments
"Read more" link does not link to the correct URL. EDIT: I fixed the problem in this comment by changing In my publishconf.py I have
and it makes links to |
Hi @ahmetalpbalkan: would changing the
If so, then perhaps I should either use -V. |
I solved that problem just by removing What about the image links issue? |
Hello again, @ahmetalpbalkan. I've created a pull request to address the relative/absolute url generation issue. I'm going to think some more about the Personally, I use zc.buildout to create and control my environments. In this way, I am able to switch settings according to which environment (local vs prod) and thus can have different SITEURL respectively. I understand this doesn't directly address your issue. As far as the image links, remember that EDIT: Oh, I just realized something. If you were to use the codes from #148, when you're working in local environment, you could set Hope that helps. |
I am not using any other summary plugins. I am just using Pelican's When you disable read_more_link and run: You may be using zc.buildout but please do not break people's workflows. |
@VuongN's new plugin renders summary in a way that while serving the content on localhost with
make serve
, images in the summaries are linked to the blog URL.Disabling
read_more
fixes this. This issue is impacting creating posts which are not uploaded to the web yet since in the summary, images linked to a URL which does not exist, yet.The text was updated successfully, but these errors were encountered: