Metalsmith-choo
Wiki
You can find a tutorial here
Install
npm install metalsmith-choo
Usage
// In yout metalsmith file const metalsmith = const markdown = const choo = source'src'
In your choo app require the wrapper.
const wrapper =
and then replace the app.start() by :
moduleexports =
Informations
The metalsmith metadata will be automaticly added to your app state under the key 'metadata'. The content of the file from metalsmith will be added to your app state under the key you specified in your frontmatter.
markdown example file:
---
namespace: home
// eventually more key, they will be add to your state
title: Homepage
---
# Hello content
Roadmap
- handle dynamic routing with metalsmith-collection ?
- get route from choo app (avoid the user to explicitly tell the routes to render)
Tests
npm run test
Contribute
Make an issue or a PR :)
To commit just use npm run commit