Skip to content

Commit

Permalink
config: why changed to upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
hu00yan committed Jan 26, 2022
1 parent 52445a4 commit dc01fb9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions blog.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const BLOG = {
title: 'CRAIGARY',
author: 'Craig Hart',
email: '[email protected]',
link: 'https://nobelium.vercel.app',
title: 'huyan00',
author: 'huyan00',
email: '[email protected]',
link: 'https://huyan00.vercel.app',
description: 'This gonna be an awesome website.',
lang: 'en-US', // ['en-US', 'zh-CN', 'zh-HK', 'zh-TW', 'ja-JP', 'es-ES']
appearance: 'auto', // ['light', 'dark', 'auto'],
Expand All @@ -16,8 +16,7 @@ const BLOG = {
showAbout: true,
showArchive: true,
autoCollapsedNavBar: false, // The automatically collapsed navigation bar
ogImageGenerateURL: 'https://og-image-craigary.vercel.app', // The link to generate OG image, don't end with a slash
socialLink: 'https://twitter.com/craigaryhart',
socialLink: 'https://twitter.com/huyan00',
seo: {
keywords: ['Blog', 'Website', 'Notion'],
googleSiteVerification: '' // Remove the value or replace it with your own google site verification code
Expand Down

0 comments on commit dc01fb9

Please sign in to comment.