文件名称:metalsmith-preview:Metalsmith插件,用于生成自定义文本预览
文件大小:54KB
文件格式:ZIP
更新时间:2024-05-28 01:22:20
javascript plugin blog content text
金属匠预览 一个Metalsmith插件,用于生成自定义文本预览。 该插件为每个源文件生成可自定义的文本预览。 可以根据源文本中的字数,字符数或自定义标记生成预览。 每个预览都分配给一个文件元数据密钥,可以使用所需的模板引擎对其进行引用。 目录 安装 $ npm install metalsmith-preview 例子 在metalsmith.json配置: 文字预览 { " plugins " : { " metalsmith-preview " : { " words " : 10 } } } 源文件src/index.md : Lorem ipsum dolor sit amet consectetur adipiscing elit, fermentum bibendum metus justo congue tortor eget,
【文件预览】:
metalsmith-preview-master
----.eslintrc.json(3KB)
----.gitignore(413B)
----package.json(1KB)
----package-lock.json(131KB)
----.travis.yml(59B)
----LICENSE(1KB)
----README.md(9KB)
----lib()
--------preview.js(7KB)
--------index.js(5KB)
----test()
--------preview.spec.js(19KB)
--------index.spec.js(5KB)
--------integration.test.js(3KB)
--------fixtures()