1.0.17 • Published 8 years ago
webriq-roots-markdown-to-json v1.0.17
Webriq Roots Markdown to JSON
Note: This markdown to JSON was meant for static searchbar Tipuesearch
Installation
- make sure you're in your roots project directory
npm install webriq-roots-markdown-to-json --save- modify your
app.coffeefile to include the extension
roots_markdown_to_json = require 'webriq-roots-markdown-to-json'
module.exports =
extensions: [roots_markdown_to_json(options)]Example
roots_markdown_to_json(
jsonoutput: "data/search_content.json",
folder:['posts/**.md', 'page/**.md']
)Options
- jsonoutput - output destination folder
- folder - the directory location with
.mdfiles you would like to include, see example - sort - date, name and etc
1.0.17
8 years ago
1.0.16
8 years ago
1.0.15
9 years ago
1.0.14
9 years ago
1.0.13
9 years ago
1.0.12
9 years ago
1.0.11
9 years ago
1.0.10
9 years ago
1.0.9
9 years ago
1.0.8
9 years ago
1.0.7
9 years ago
1.0.6
10 years ago
1.0.5
10 years ago
1.0.4
10 years ago
1.0.3
10 years ago
1.0.2
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago