Skip to content

Commit

Permalink
Update blog.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
imwx authored Apr 8, 2021
1 parent e717810 commit ac67852
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions blog.config.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
const BLOG = {
title: 'wx notion',
title: 'Notion Blog',
author: 'Wanx',
email: '[email protected]',
link: 'https://nobelium.vercel.app',
description: 'This gonna be an awesome website.',
lang: 'en-US',
link: 'https://blog.movenn.cn',
description: '也许是个博客.',
lang: 'zh-CN',
appearance: 'auto', // ['light', 'dark', 'auto'],
lightBackground: '#ffffff', // use hex value, don't forget '#' e.g #fffefc
darkBackground: '#111827', // use hex value, don't forget '#'
path: '', // leave this empty unless you want to deploy Nobelium in a folder
since: 2021, // if leave this empty, current year will be used.
postsPerPage: 7,
postsPerPage: 15,
showAbout: true, // WIP
showArchive: true, // WIP
socialLink: 'https://twitter.com/phwan',
socialLink: 'https://twitter.com/phwanx',
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 ac67852

Please sign in to comment.