-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Generate a sitemap #52
Comments
hello i made this features on my fork https://github.com/dgpgdev/vuepress to enabled just add a new config property in config file dest: 'vuepress',
sitemap: {
filename: 'sitemap.txt',
domain: 'http://test.com'
},
base:'/base-doc/', domain are exact domain name to host doc and filename. When you build your files (build, not dev), you can see your sitemap file ex:
update |
Love this! Hope it's added. |
Sitemap support should be added regardless of blogging support. 🙏 |
i implement this with generated sitedata in temp dir |
@ekoeryanto You can create a plugin for this. |
I am doing this, both for v0.x and v1.0.x |
I extracted my snippet here for v0.x |
There's also a plugin now for RSS/Atom/JSON feeds: https://github.com/webmasterish/vuepress-plugin-feed |
Thanks to @ekoeryanto and @andreasvirkus. |
Since I saw blogging support is planned, I thought I'd create a request for sitemap support as well (and maybe even RSS feed while we're at it?). Could try and work on it as well.
The text was updated successfully, but these errors were encountered: