Added sitemap support, improved tags and description, preload 3rd party sites

This commit is contained in:
Corbin Crutchley
2019-06-30 10:56:04 -07:00
parent 30ba3e3a5f
commit 3091b4f893
7 changed files with 934 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
module.exports = {
siteMetadata: {
title: `Unicorn Utterances`,
description: `Learning programming from magically majestic words`,
description: `Learning programming from magically majestic words. A place to learn about all sorts of programming topics from entry-level concepts to advanced abstractions`,
siteUrl: `https://unicorn-utterances.com/`,
disqusShortname: "unicorn-utterances",
repoPath: "crutchcorn/unicorn-utterances",
@@ -224,6 +224,7 @@ module.exports = {
},
},
},
`gatsby-plugin-sitemap`
],
mapping: {
"MarkdownRemark.frontmatter.author": `AuthorsJson`,