1.0.10 • Published 4 years ago

@ionic-internal/markdown-blog v1.0.10

Weekly downloads
5
License
ISC
Repository
-
Last release
4 years ago

Markdown Blog

A simple markdown-driven blog used on the Capacitor and Appflow blogs.

Usage

npm install @ionic-internal/markdown-blog

Add to scripts in package.json:

    "blog": "blog"

Then run npm run blog.

This will load all the blog posts in blog/ and generate src/assets/blog.json containing a JSON blob of the generated blog posts

If you wish to customize the input and output, the command would look like:

    "blog": "blog src/assets/md src/assets/blog.json"

The first argument is the input folder path and the second argument is the output path including the file name.

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago