文件名称:hexo-generator-sitemap:Hexo的站点地图生成器
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-01 14:47:33
JavaScript
hexo-generator-sitemap 生成站点地图。 安装 $ npm install hexo-generator-sitemap --save Hexo 4:2.x 十六进制3:1.x 十六进制2:0.x 选项 您可以在_config.yml配置此插件。 sitemap : path : sitemap.xml template : ./sitemap_template.xml rel : false tags : true categories : true path-站点地图路径。 (默认:sitemap.xml) template-自定义模板路径。 此文件将用于生成sitemap.xml(请参阅) rel-将添加到网站的标题。 (默认: false ) 标签-添加网站的标签 类别-添加网站的类别 排除帖子/页面 添加sitemap:
【文件预览】:
hexo-generator-sitemap-master
----.eslintrc(39B)
----.github()
--------dependabot.yml(197B)
--------workflows()
----sitemap.xml(999B)
----lib()
--------generator.js(1KB)
--------rel.js(470B)
--------template.js(744B)
----LICENSE(1KB)
----test()
--------.eslintrc(28B)
--------.mocharc.yml(15B)
--------index.js(8KB)
----README.md(1KB)
----.gitignore(64B)
----index.js(474B)
----.eslintignore(28B)
----package.json(1KB)