staticgen:NodeJS中的简单静态页面生成器

时间:2024-05-26 13:55:17
【文件属性】:

文件名称:staticgen:NodeJS中的简单静态页面生成器

文件大小:60KB

文件格式:ZIP

更新时间:2024-05-26 13:55:17

nodejs static-page-generator HTML

静态元 NodeJS中的简单静态页面生成器。 安装 $ git clone https://github.com/sambhav2612/staticgen.git nodejs-static-webpage-generator $ cd nodejs-static-webpage-generator $ npm install $ npm run start 创建页面 您可以通过在/pages创建markdown文件并从/pages_meta JSON文件提供页面规范来生成html页面。 唯一的问题是,两个目录中的文件名都相同,以便成功生成html页面,其名称与先前为markdown和json文件提供的名称相同。 在页面目录中标记文件的示例: # Home page Hello world! [ Link to another page ](./other.html) 和pages


【文件预览】:
staticgen-master
----build_scripts()
--------page_template.js(2KB)
--------builder.js(2KB)
----pages()
--------index.md(63B)
--------ico.md(2KB)
--------xd.md(3B)
--------rip.md(4KB)
--------2018.md(3KB)
--------other.md(102B)
----images()
--------favicon.png(3KB)
--------next.svg(804B)
----js()
--------main.js(108B)
----LICENSE(1KB)
----build()
--------index.html(688B)
--------images()
--------other.html(716B)
--------xd.html(605B)
--------js()
--------ico.html(3KB)
--------rip.html(5KB)
--------css()
--------2018.html(4KB)
----README.md(2KB)
----pages_meta()
--------xd.json(351B)
--------2018.json(400B)
--------rip.json(457B)
--------index.json(351B)
--------ico.json(429B)
----css()
--------style.css(2KB)
----.gitignore(991B)
----index.js(47B)
----package-lock.json(146KB)
----package.json(688B)

网友评论