@botanicus/blog-generator

Generates JSON files from blog posts written in markdown. These JSON files works as an API if served via a static server, such as Nginx and are meant to be consumed from JavaScript front-end.

Usage no npm install needed!

<script type="module">
  import botanicusBlogGenerator from 'https://cdn.skypack.dev/@botanicus/blog-generator';
</script>

README

About

Build status MIT license NPM package dependencies GitHub issues

Format

tags: ["React.js", "Ruby on Rails"]
---

# Post title

*Excerpt, one paragraph.*

## h1-level title

### h2-level title

![cute kitty images](cute_kitty.png)

Images are expected to be in the same directory, without any subdirectories. The system will place them where they belong.

Installation

npm install -g @botanicus/blog-generator

Usage