一个简单快速的文档生成器
Feature
-
Agility. just one script(13k, gizp: ~5k), no framework.
-
Easy. just one command.
-
Lazy load.
-
Auto compatible mobile phone.
-
More themes. simpler-paper-themes
Getting Started
- install and init:
# install
npm i -g simpler-paper
# init (create "paper.config.json" in project document directory)
paper init
- usage:
Don't forget to add some markdown files.
# build to html
paper build
# preview
paper server
- deploy:
paper deploy
Documentation
you can create a json file in the document directory.
run
paper init
can quickly createpaper.config.json
// paper.config.json
{
// document the alias, the value will be displayed after compilation, default: null
"alias": {
"quickstart": "Getting Started",
...
},
// document title, default: "simpler paper"
"title": "",
// generate mini maps on the right side of each document, default: true
"minimap": true,
// back to top button, default: true
"backToTop": true,
// document page path, default: "/"
"docPath": "/",
// loading indicator, default: true
"indicator": true
}
Quickstart video
LICENSE
MIT
转载自:https://juejin.cn/post/6844903512837472270