文件名称:mary:静态HTML输出
文件大小:16KB
文件格式:ZIP
更新时间:2024-05-21 14:46:47
JavaScript
玛丽 玛丽是什么? Mary是Markdown文件输出的静态HTML文件 这是如何工作的? 在articles目录中,您将在markdown文件中创建您的文章。 在此之前,只需运行node mary.js ,您HTML就会在output目录中生成 只是写一个markdown文件吗? 是的,但是您将需要编写一个标头。 WTF ?,保持冷静并保持编码... 标头是JSON文本,在您的文本之后...看这个例子... { "title" : "The title of post", "author" : "Author of post" } ------HEADER----- //The end of the header #Hello World //the begin of your text ###为什么我需要写这个标题? 标头是本文的信息,对于玛丽识别时必不可少,
【文件预览】:
mary-master
----articles()
--------example.md(452B)
----core()
--------index.js(2KB)
--------getFiles.js(880B)
--------scarffold.js(3KB)
--------arguments.json(156B)
--------articles.js(2KB)
--------arguments.js(2KB)
--------HTMLInjector.js(537B)
--------assets.js(665B)
--------theme.js(779B)
----package.json(681B)
----output()
--------articles()
--------assets()
--------index.html(2KB)
----LICENSE(1KB)
----mary.js(2KB)
----.gitignore(541B)
----theme()
--------assets()
--------article.html(1KB)
--------index.html(1KB)
--------infos.json(26B)
----README.md(3KB)