0.0.13 • Published 2 years ago

markdown-publish v0.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Markdown Publish

Markdown Publish enables you to publish your local Markdown files as a website.

Publish your local files

1. Install

npm install markdown-publish

2. Rename files you want to publish

If you want to publish test.md, rename it to test@.md. Put "@" just before the extension.

3. Copy local files to your project

npm run mp-sync

4. Read files from your project

// Get all files as Post.
const posts = getPosts();

// Get a file as FullPost.
const post = getPost("postId");

License

MIT

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago