{"componentChunkName":"component---src-templates-blog-post-js","path":"/quinto-post/","result":{"data":{"markdownRemark":{"frontmatter":{"author":"jack970","date":"01 de Maio de 2020","description":"Descrição do quinto Post","title":"Quinto Post"},"html":"<h2>Add tags to your <code>markdown</code> files</h2>\n<p>You add tags by defining them in the <code>frontmatter</code> of your Markdown file. The <code>frontmatter</code> is the area at the top surrounded by dashes that includes post data like the title and date.</p>\n<pre><code class=\"language-markdown\">---\ntitle: \"A Trip To the Zoo\"\n---\nI went to the zoo today. It was terrible.\n</code></pre>\n<p>Fields can be strings, numbers, or arrays. Since a post can usually have many tags, it makes sense to define it as an array. Here you add your new tags field:</p>\n<pre><code class=\"language-markdown\">---\ntitle: \"A Trip To the Zoo\"\ntags: [\"animals\", \"Chicago\", \"zoos\"]\n---\nI went to the zoo today. It was terrible.\n</code></pre>\n<p>If <code>gatsby develop</code> is running, restart it so Gatsby can pick up the new fields.</p>"}},"pageContext":{"slug":"/quinto-post/","previous":{"fields":{"slug":"/quarto-post/"},"frontmatter":{"title":"Quarto Post"}},"next":null}}}