Skip to content

Waffel v0.1.9

Latest
Compare
Choose a tag to compare
@moonwave99 moonwave99 released this 30 Nov 15:11
· 24 commits to master since this release

JSON files inside data folder get parsed now, e.g.:

/
|- data
   |- posts.json
   |- authors.json

Get parsed into the data object:

data: {
  posts: [ ... ],
  authors: [ ... ]
}

Note: data is parsed as is. Intended use case is to have structured data outside of the Markdown docs case.