hexo-generator-sitemap icon indicating copy to clipboard operation
hexo-generator-sitemap copied to clipboard

Sitemap generator for Hexo.

Results 16 hexo-generator-sitemap issues
Sort by recently updated
recently updated
newest added

Issues #129 Fixed rel is not valid question Site's header format ``` ... ```

Site's header format is ``` ... ``` rel is not valid if format is ``` ... ``` rel is valid --- relSitemapInject() ``` data.replace(/(?!).+?/, str => str.replace('', `${relSitemap}`)); ``` modify...

检查了一下,生成的xml里面缺少了: ` ...` 希望早日更新!

Thanks for create this plugin. It's nice. Is there any plan for sitemap pagination? for example: ``` - sitemap.xml - sitemap-1.xml - sitemap-2.xml ``` If I have a plenty of...

The default path in the documentation/configuration file should be `path: /sitemap.xml` Without using any `/`, the URL that generates in the header is `http://example.comsitemap.xml`.

## Error 「google」Submit the sitemap as follows: ![error](https://user-images.githubusercontent.com/46548984/78634657-01b28580-78d7-11ea-8b7b-b5dd2f4dfc7f.png) ## Solution ``` http://www.example.com/page 2018-06-04T18:00:15+00:00 ``` Remove the time after the date to submit successfully。 After modification, it changes to the following:...

also update minor and patch versions to be consistent with package-lock, although the update are covered by `^` in package.

generating blog author pages ``` hexo.extend.generator.register( 'authors', function (locals) { authorsData = ['array of data']; return authorsData.reduce((result, author) => { const data = pagination( '/blog/authors/' + author.slug, author.posts, { layout:...