Skip to content

Commit

Permalink
Update blog.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Pems002 authored Jul 7, 2023
1 parent deef0da commit fd4f3e8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions blog.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
const BLOG = {
title: 'CRAIGARY',
author: 'Craig Hart',
email: '[email protected]',
link: 'https://nobelium.vercel.app',
description: 'This gonna be an awesome website.',
lang: 'en-US', // ['en-US', 'zh-CN', 'zh-HK', 'zh-TW', 'ja-JP', 'es-ES']
title: 'Sean.Log',
author: '神奇的Sean',
email: '[email protected]',
link: 'https://b.imsean.cn',
description: '乘风破浪!',
lang: 'zh-CN', // ['en-US', 'zh-CN', 'zh-HK', 'zh-TW', 'ja-JP', 'es-ES']
timezone: 'Asia/Shanghai', // Your Notion posts' date will be interpreted as this timezone. See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for all options.
appearance: 'auto', // ['light', 'dark', 'auto'],
font: 'sans-serif', // ['sans-serif', 'serif']
Expand All @@ -16,11 +16,11 @@ const BLOG = {
sortByDate: false,
showAbout: true,
showArchive: true,
autoCollapsedNavBar: false, // The automatically collapsed navigation bar
autoCollapsedNavBar: true, // 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',
seo: {
keywords: ['Blog', 'Website', 'Notion'],
keywords: ['Blog', 'Website', 'Notion', 'Pems002', '神奇的Sean'],
googleSiteVerification: '' // Remove the value or replace it with your own google site verification code
},
notionPageId: process.env.NOTION_PAGE_ID, // DO NOT CHANGE THIS!!!
Expand Down

1 comment on commit fd4f3e8

@vercel
Copy link

@vercel vercel bot commented on fd4f3e8 Jul 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

log – ./

b.pems002.vercel.app
log-git-main-pems002.vercel.app
b.imsean.cn
log-pems002.vercel.app

Please sign in to comment.