文件名称:metalsmith-drafts:一个铁匠插件来隐藏草稿
文件大小:50KB
文件格式:ZIP
更新时间:2024-06-05 23:04:07
JavaScript
Metalsmith草稿 一个铁匠插件来隐藏草稿。 安装 $ npm install metalsmith-drafts CLI用法 通过npm安装,然后将metalsmith-drafts密钥添加到您的metalsmith.json插件中,如下所示: { " plugins " : { " metalsmith-drafts " : true } } 然后在文件YAML的前题中添加draft: true 。 如果要强制将所有文件设置为draft: true ,请使用以下插件选项: { " plugins " : { " metalsmith-drafts " : { " default " : true } } } Javascript用法 将插件传递给Metalsmith#use ,如下所示: var drafts = require
【文件预览】:
metalsmith-drafts-master
----.gitignore(576B)
----.eslintrc(421B)
----package.json(776B)
----package-lock.json(172KB)
----History.md(510B)
----.travis.yml(64B)
----.github()
--------workflows()
----.prettierignore(44B)
----Readme.md(2KB)
----.eslintignore(102B)
----lib()
--------index.js(932B)
----nodemon.json(68B)
----test()
--------index.js(2KB)
--------fixture()
----.editorconfig(188B)
----.prettierrc(26B)