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

Feed generator for Hexo.

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

Bumps [camaro](https://github.com/tuananh/camaro) from 5.0.3 to 6.2.0. Release notes Sourced from camaro's releases. 6.2.0 rebuild with latest emsdk image to fix issue with node 18 and fetch 6.1.0 use worker_threads only...

dependencies
javascript

The condition will always be true since js arrays are actually objects.

autodiscovery - Add feed autodiscovery. (Default: true) will auto add ` { autodiscoveryTag += `\n`; }); } ``` it use Relative path define in `path:` parameter,but the file only generate...

It might be a good idea to support ignore specified tags or categories because not all the posts need to be included in the feed. For example, I also write...

https://github.com/hexojs/hexo-generator-feed/blob/60fe0b54b25e9764ec4b1924095eb9ababbfc577/rss2.xml#L57-L59 If post.comment is true, it will set disqus comment uri, but it is not all people use disqus. I think it's better to disable comments or make it customizable

网站装了rss不能正常订阅。网站加了subtitle就正常订阅。可能是我用的主题问题吧 https://github.com/niemingzhao/niemingzhao.github.io/tree/theme

I have a post content written in markdown like this ``` This is a first line of text then I start a new line of text. ``` When rss2 file...

With the content limit (default: 140) it can happen, that words are cut in the middle. This option allows to specify a list of delimiters which are used when shortening...

atom.xml show some error message `error on line 30 at column 415: PCDATA invalid Char value 28`, but no special chars here. Check it here: http://maples7.com/atom.xml ![image](https://user-images.githubusercontent.com/9960982/57980456-9eb9c500-7a5e-11e9-8dc1-7538129e4ebe.png) Help please!

Using nunjucks `striptags` to remove formatting that was messing with rss/atom description/summary tag. Before: > `<h2 id="I-am-exactly-as-cool-as-I-was-before-I-started-writing-clojure"><a href="#I-am-exactly-as-cool-as-I-was-before-I-started-writing-clo` After: > I am exactly as cool as I was before I...