timothymcmackin / manipulate-front-matter-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a sample Gatsby site that I am using to illustrate the problem I'm having in https://spectrum.chat/gatsby-js/general/how-to-manipulate-markdown-front-matter~c3277875-7755-4797-b16e-faf8ba1b7a55.

To see the problem, follow these steps:

  1. Clone this repository.
  2. Run yarn install to install the dependencies.
  3. Run yarn develop and open a web browser to http://localhost:8000.
  4. Note that the page at / does not have a value specified for the myMarkdownField front matter field.
  5. Open a web browser to This graphql query, run it, and see that the node does in fact have a value specified for the myMarkdownField field.

About

License:MIT License


Languages

Language:CSS 57.4%Language:JavaScript 42.6%