emdaer / emdaer-website

🚀 the emdaer website
https://emdaer.netlify.com
MIT License
1 stars 0 forks source link

Better emdaer integration #26

Closed infiniteluke closed 6 years ago

infiniteluke commented 6 years ago

What: use graphql to query @emdaer/meta md files.

Why: better dx, more flexibility if we want to piecemeal the website together using parts of emdaer's readme.

How: plugin-import can handle md files from a node package so @emdaer/meta simply holds .md files. Those are pulled in to gatsby via gatsby-source-filesystem and gatsby-transformer-remark and queried with graphql

Checklist: