Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

elegant document generation tool.

License

NotificationsYou must be signed in to change notification settings

unix/simpler-paper

Repository files navigation

elegant document generation tool.preview.

quickly build and deploy markdown files with a few commands.

Guide

Feature

  • Agility. just one script(only ~3kb gzipped), no framework.
  • Easy. just one command.
  • Lazy load.
  • Auto compatible mobile phone.
  • More themes.

Getting Started

  1. Install:npm i -g simpler-paper
  2. Init:paper init . To create the document folder or generate the config file in existing folder.
  3. 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.
  4. Build:paper build . If you want to preview, runpaper server .
  5. Deploy:paper deploy . Deploy a Git repository to GitHub.Remember toset to GitHub pages.

Configuration Details

You can create apaper.config.json file in the document directory.

Runpaper 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":"",// back to top button, default: true"backToTop":true,// document page path, default: "/""docPath":"/",// loading indicator, default: true"indicator":true}

LICENSE

MIT

About

elegant document generation tool.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

    Packages

    No packages published

    [8]ページ先頭

    ©2009-2025 Movatter.jp