V2 Migration
Name changed from @mr-hope/vuepress-feed
to vuepress-plugin-feed2
. ⚠
Output Option changes
Move all output options from
output
option to plugin option root and rename them.output.atom.enable
renamed toatom
output.json.enable
renamed tojson
output.rss.enable
renamed torss
output.atom.path
renamed toatomOutputFilename
output.json.path
renamed tojsonOutputFilename
output.rss.path
renamed torssOutputFilename
Now the plugin no longer generates the three formats by default, you need to manually enable it to output format you need.
atom
,json
andrss
isfalse
by default
New Features
Supports removing custom components and elements through
preservedElements
optionsVisualized atom and rss feeds, configurable with
atomXslFilename
atomXslTemplate
rssXslFilename
andrssXslTemplate
Customize feed generation via
getter
optionMulti-category support
Prettier log output