Skip to content

Instantly share code, notes, and snippets.

@mak00s
Last active August 30, 2020 11:15
Show Gist options
  • Save mak00s/d01f13053ec7a37b6de3994684d35589 to your computer and use it in GitHub Desktop.
Save mak00s/d01f13053ec7a37b6de3994684d35589 to your computer and use it in GitHub Desktop.
gatsby-starter-netlify-cmsのconfigファイルの冒頭
module.exports = {
siteMetadata: {
title: 'コンセプトダイアグラム公式サイト',
description:
'顧客体験(CX)を図解しコミュニケーション戦略を明確にする顧客視点のマーケティング手法',
},
plugins: [
// 省略
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment