Skip to content

Commit

Permalink
chore(blog): add tags for 100days (#20519)
Browse files Browse the repository at this point in the history
Co-authored-by: GatsbyJS Bot <mathews.kyle+gatsbybot@gmail.com>
  • Loading branch information
muescha and GatsbyJS Bot committed Jan 13, 2020
1 parent b53ec9a commit 3aa180a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/blog/100days/free-hosting/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Challenge - Host Your Gatsby Site for Free
title: Challenge 2 - Host Your Gatsby Site for Free
date: 2020-01-08
author: "Hashim Warren"
tags: ["learning-to-code", "contest", "100-Days-of-Gatsby"]
Expand Down
2 changes: 1 addition & 1 deletion docs/blog/100days/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 100 Days Of Gatsby - Our Guided Coding Challenge for 2020
date: 2019-12-20
author: "Hashim Warren"
tags: ["learning-to-code", "contest"]
tags: ["learning-to-code", "contest", "100-Days-of-Gatsby"]
---

import EmailCaptureForm100Days from "../../../www/src/components/email-capture-form-100days"
Expand Down
2 changes: 1 addition & 1 deletion docs/blog/100days/start-blog/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Challenge - Track Your Coding Progress with a Blazing Fast Blog
title: Challenge 1 - Track Your Coding Progress with a Blazing Fast Blog
date: 2019-12-31
author: "Hashim Warren"
tags: ["learning-to-code", "contest", "100-Days-of-Gatsby"]
Expand Down
7 changes: 4 additions & 3 deletions www/src/data/tags-docs.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
this is a whitelist of tags that can be displayed
on the blog, the first value being the tag name,
/*
this is a whitelist of tags that can be displayed
on the blog, the first value being the tag name,
and the second value a link to an existing doc on
the topic, adding a new entry to this Map makes it
a new possible tag for blog posts
Expand Down Expand Up @@ -93,4 +93,5 @@ export const TAGS_AND_DOCS = new Map([
`/docs/gatsby-core-philosophy/#construct-new-higher-level-web-building-blocks`,
],
[`wordpress`, `/docs/sourcing-from-wordpress/`],
[`100-Days-of-Gatsby`, `/docs/100days/`],
])

0 comments on commit 3aa180a

Please sign in to comment.