-
Notifications
You must be signed in to change notification settings - Fork 25
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
update: use sitemap plugin from experimental-plugins #5
Conversation
@wangbinyq Thanks for this. |
Mmm, Ok. This seems a bug related with remote files, I'll work on that. I think this is OK as a temporary workaround put at some point the experimental plugin sitemap could be moved to Lume repo. Could you filter out the 404.html page? |
Ok, I like the sitemap plugin. |
Could you modify the PR to use the sitemap plugin from the experimental repo?: import siteMap from "https://raw.githubusercontent.com/lumeland/experimental-plugins/main/sitemap/sitemap.ts";
site.use(siteMap()); |
Ok, I will try. |
This sitemap still has the same problems for this blog theme, also I find a bug with author page that |
Ok, there are some bugs:
So the only thing to do is to use plugin to generate the sitemap. This includes:
Let me know if you are going to do these changes. Or I can do them for you, if you want. |
Thank you!! |
Pages that have not date attribute should ignore lastmod.