This commit is contained in:
@@ -4,14 +4,14 @@ export const Config: TConfig = {
|
||||
// Image url for avatar.
|
||||
AvatarURL: "/images/avatar.webp",
|
||||
// Your favorite motto, or a brief self-introduction, for homepage display
|
||||
Sentence: "L'homme est né libre, et partout il est dans les fers.",
|
||||
Sentence: "绿叶兮素华,芳菲菲兮袭予。",
|
||||
// Your nickname, or pen name here.
|
||||
Nickname: "John Doe",
|
||||
Nickname: "妙妙",
|
||||
|
||||
// Website main title.
|
||||
SiteTitle: "LEXICAL BLOG",
|
||||
SiteTitle: "妙妙日记",
|
||||
// Your domain for website.
|
||||
SiteDomain: "nextjs-lexical-blog-demo.vercel.app",
|
||||
SiteDomain: "lixiyu.net",
|
||||
|
||||
// For the cover image displayed on the homepage, the recommended image aspect ratio is 4:1.
|
||||
PageCovers: {
|
||||
@@ -20,19 +20,7 @@ export const Config: TConfig = {
|
||||
|
||||
// Your social platform IDs, and email address.
|
||||
SocialLinks: {
|
||||
twitter: "example", // Twitter ID
|
||||
instagram: "example", // Instagram ID
|
||||
linkedin: "example", // Linkedin ID
|
||||
github: "example", // Github ID
|
||||
facebook: "example", // Facebook ID
|
||||
youtube: "example", // Channel ID
|
||||
reddit: "example", // Reddit ID
|
||||
bilibili: "123456", // Bilibili Number ID
|
||||
weibo: "123456", // Weibo UID
|
||||
telegram: "example", // Telegram ID
|
||||
quora: "example", //Quora ID
|
||||
mastodon: "https://mas.to/@example", // Mastodon link
|
||||
email: "me@example.com", // Email address, required.
|
||||
email: "lixiyua@gmail.com", // Email address, required.
|
||||
},
|
||||
|
||||
// Giscus Configure. Please refer to the https://giscus.app for entire instruction
|
||||
@@ -82,7 +70,7 @@ export const Config: TConfig = {
|
||||
},
|
||||
|
||||
// Website establishment year.
|
||||
YearStart: "2023",
|
||||
YearStart: "2025",
|
||||
// Please enter your legal name for use with the copyright mark.
|
||||
AuthorName: "JOHN DOE",
|
||||
AuthorName: "jimlee & miaomiao(lixiyu)",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user