Closed jgaehring closed 2 years ago
I added this to the beta milestone, but frankly, if a specific need for it doesn't arise in the course of adding other repos (#17) and migrating content from the old site (#12), then this shouldn't be a blocker.
Closing this, since it should be resolved once #49 is merged.
I've talked a little on the forum, in issue #13 and elsewhere about this need. Basically, Front Matter is supported out of the box with
gatsby-transformer-remark
, which I have already installed and am using to transform all our markdown into pages. It's really a matter of deciding on some consistent variables (as I've said elsewhere, I thinktitle
,date
andslug
are good variables to start with), add those variables to the GraphQL queries in the template and thecreatePages
hook, and finally use those variables them for generating paths, rendering layouts, adding SEO metadata, etc.