文件名称:gatsby-plugin-humans-txt:GatsbyJS插件生成一个humans.txt文件
文件大小:14KB
文件格式:ZIP
更新时间:2024-05-23 19:19:33
JavaScript
gatsby-plugin-humans-txt 为您的Gatsby网站创建humans.txt 。 概述 Gatsby插件,可在gatsby build上生成humans.txt文件。 humans.txt是了解网站背后人员的一项举措。 这是一个TXT文件,其中包含有关创建网站的不同人员的信息。 安装 npm i gatsby-plugin-humans-txt 或者 yarn add gatsby-plugin-humans-txt 用法 将插件添加到您的gatsby-config.js ,并向options属性传递您想要的humans.txt文件外观的对象表示形式。 以下示例可用于遵循: plugins: [ { resolve : `gatsby-plugin-humans-txt` , options : { team : [