文件名称:markdown-to-html:利用gulp,本地markdown文档生成网站
文件大小:1.65MB
文件格式:ZIP
更新时间:2024-06-18 14:45:46
gulp typescript markdown-it markdown-html HTML
markdown-to-html 使用gulp、markdown-it、Typescript等,读取本地markdown文档生成静态网站,支持tags和搜索功能。 如何使用这个系统 # 下载项目文件或者直接下载zip包解压(https://github.com/myestorm/markdown-to-html/archive/master.zip) git clone https://github.com/myestorm/markdown-to-html.git # 完成后进入项目目录 cd markdown-to-html # 安装项目依赖包 npm install -d # 生成静态网站 npm run build # 启用本地http服务 npm run serve # 浏览器访问 http://localhost:8080,即可查看生成后的站点 文档yaml配置说明 { m