mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-09 21:07:49 +00:00
Added sitemap support, improved tags and description, preload 3rd party sites
This commit is contained in:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user