mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-10 12:57:46 +00:00
Migrated author info to use GraphQL, added pronouns support to GraphQL
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
const authors = require('./authors');
|
||||
|
||||
module.exports = {
|
||||
siteMetadata: {
|
||||
title: `Unicorn Utterances`,
|
||||
description: `Learning programming from magically magestic words`,
|
||||
siteUrl: `https://unicorn-utterances.com/`,
|
||||
authors
|
||||
siteUrl: `https://unicorn-utterances.com/`
|
||||
},
|
||||
plugins: [
|
||||
{
|
||||
@@ -83,5 +80,6 @@ module.exports = {
|
||||
],
|
||||
mapping: {
|
||||
"MarkdownRemark.frontmatter.author": `AuthorYaml`,
|
||||
"AuthorYaml.pronouns": `PronounsYaml`
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user