文件名称:machinist:Metalsmith的自以为是的样板
文件大小:105KB
文件格式:ZIP
更新时间:2024-05-26 14:03:43
static-site metalsmith google-docs HTML
机械师 静态站点的自以为是的样板。 特征 在./src/globaldata/以JSON或YAML全局添加结构化数据 通过添加frontmatter model: file_name.json将结构化数据添加到特定的Markdown文件model: file_name.json ,而file_name.json位于./src/models/ 要求 如何设定 1.克隆 git clone https://github.com/ianrose/machinist.git 2.安装依赖项 $ npm install 3.配置项目 根据需要编辑./config.json 。 { " name " : " Person or Org " , " title " : " Global Title " , " titleSeperator " : " | " , " domain
【文件预览】:
machinist-main
----partials()
--------layout.hbs(288B)
--------head.hbs(2KB)
--------scripts.hbs(659B)
----.eslintrc(82B)
----.stylelintrc(149B)
----webpack.config.js(928B)
----layouts()
--------default.hbs(57B)
--------collection.hbs(136B)
----.htmlhintrc(276B)
----src()
--------index.md(620B)
--------robots.txt(78B)
--------styles()
--------favicon.ico(1KB)
--------404.md(170B)
--------atom.xml(705B)
--------scripts()
--------collection2()
--------posts()
--------data()
--------humans.txt(203B)
----lib()
--------helpers()
--------googledocjson.js(651B)
----config.yml(488B)
----LICENSE(1KB)
----assets()
--------images()
----README.md(2KB)
----graphics()
--------example.html(8KB)
----.editorconfig(206B)
----.gitignore(622B)
----index.js(5KB)
----.eslintignore(38B)
----package-lock.json(392KB)
----package.json(3KB)
----.nvmrc(2B)