Skip to content

Commit

Permalink
[UPDATE] set up (#1)
Browse files Browse the repository at this point in the history
* fix: change utterances value (morethanmin#271)

* config: first set up
  • Loading branch information
randallkk authored Aug 24, 2023
1 parent 47d536c commit 5554aab
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions site.config.js
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
const CONFIG = {
// profile setting (required)
profile: {
name: "morethanmin",
image: "/avatar.svg", // If you want to create your own notion avatar, check out https://notion-avatar.vercel.app
role: "frontend developer",
bio: "I develop everything using node.",
email: "morethanmin.dev@gmail.com",
linkedin: "morethanmin",
github: "morethanmin",
name: "Randall",
image: "/Randall.png", // If you want to create your own notion avatar, check out https://notion-avatar.vercel.app
role: "backend developer",
bio: "",
email: "randallkk.sw@gmail.com",
linkedin: "randallkk",
github: "randallkk",
instagram: "",
},
projects: [
{
name: `morethan-log`,
href: "https://github.com/morethanmin/morethan-log",
name: `blog.randallkk`,
href: "https://github.com/randallkk/blog.randallkk",
},
],
// blog setting (required)
blog: {
title: "morethan-log",
description: "welcome to morethan-log!",
title: "blog.randallkk",
description: "",
},

// CONFIG configration (required)
link: "https://morethan-log.vercel.app",
since: 2022, // If leave this empty, current year will be used.
lang: "en-US", // ['en-US', 'zh-CN', 'zh-HK', 'zh-TW', 'ja-JP', 'es-ES', 'ko-KR']
link: "https://blog-randallkk.vercel.app",
since: 2023, // If leave this empty, current year will be used.
lang: "ko-KR", // ['en-US', 'zh-CN', 'zh-HK', 'zh-TW', 'ja-JP', 'es-ES', 'ko-KR']
ogImageGenerateURL: "https://og-image-korean.vercel.app", // The link to generate OG image, don't end with a slash

// notion configuration (required)
Expand All @@ -47,9 +47,9 @@ const CONFIG = {
},
},
utterances: {
enable: true,
enable: false,
config: {
repo: process.env.NEXT_PUBLIC_UTTERANCES_REPO,
repo: process.env.NEXT_PUBLIC_UTTERANCES_REPO || "",
"issue-term": "og:title",
label: "💬 Utterances",
},
Expand Down

0 comments on commit 5554aab

Please sign in to comment.