Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork16
elegant document generation tool.
License
NotificationsYou must be signed in to change notification settings
unix/simpler-paper
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
elegant document generation tool.preview.
quickly build and deploy markdown files with a few commands.
- Agility. just one script(only ~3kb gzipped), no framework.
- Easy. just one command.
- Lazy load.
- Auto compatible mobile phone.
- More themes.
- Install:
npm i -g simpler-paper - Init:
paper init. To create the document folder or generate the config file in existing folder. - Add markdown files in document folder.
- Create a folder named "assets" to store the images if needed.🤔🤔
- Add a munber prefix connected by '_' to sort the document or folder. (e.g. 1_firstDoc.md)
- Hierarchical directory generated by the documents folder.
- Build:
paper build. If you want to preview, runpaper server. - Deploy:
paper deploy. Deploy a Git repository to GitHub.Remember toset to GitHub pages.
You can create apaper.config.json file in the document directory.
Run
paper initcan 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":"",// back to top button, default: true"backToTop":true,// document page path, default: "/""docPath":"/",// loading indicator, default: true"indicator":true}
About
elegant document generation tool.
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
