This commit is contained in:
@@ -5,7 +5,7 @@ export const announcementConfig: AnnouncementConfig = {
|
|||||||
title: "公告",
|
title: "公告",
|
||||||
|
|
||||||
// 公告内容
|
// 公告内容
|
||||||
content: "欢迎来到我的博客!这是一则示例公告。",
|
content: "",
|
||||||
|
|
||||||
// 是否允许用户关闭公告
|
// 是否允许用户关闭公告
|
||||||
closable: true,
|
closable: true,
|
||||||
|
|||||||
@@ -5,10 +5,10 @@ export const profileConfig: ProfileConfig = {
|
|||||||
avatar: "/assets/images/avatar.webp",
|
avatar: "/assets/images/avatar.webp",
|
||||||
|
|
||||||
// 名字
|
// 名字
|
||||||
name: "Firefly",
|
name: "bluish",
|
||||||
|
|
||||||
// 个人签名
|
// 个人签名
|
||||||
bio: "Hello, I'm Firefly.",
|
bio: "虫子是永远不会被打败的!",
|
||||||
|
|
||||||
// 链接配置
|
// 链接配置
|
||||||
// 已经预装的图标集:fa6-brands,fa6-regular,fa6-solid,material-symbols,simple-icons
|
// 已经预装的图标集:fa6-brands,fa6-regular,fa6-solid,material-symbols,simple-icons
|
||||||
@@ -17,22 +17,16 @@ export const profileConfig: ProfileConfig = {
|
|||||||
// `pnpm add @iconify-json/<icon-set-name>`
|
// `pnpm add @iconify-json/<icon-set-name>`
|
||||||
// showName: true 时显示图标和名称,false 时只显示图标
|
// showName: true 时显示图标和名称,false 时只显示图标
|
||||||
links: [
|
links: [
|
||||||
{
|
|
||||||
name: "Bilibli",
|
|
||||||
icon: "fa6-brands:bilibili",
|
|
||||||
url: "https://space.bilibili.com/38932988",
|
|
||||||
showName: false,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "GitHub",
|
name: "GitHub",
|
||||||
icon: "fa6-brands:github",
|
icon: "fa6-brands:github",
|
||||||
url: "https://github.com/CuteLeaf",
|
url: "https://github.com/bluishhao",
|
||||||
showName: false,
|
showName: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Email",
|
name: "Email",
|
||||||
icon: "fa6-solid:envelope",
|
icon: "fa6-solid:envelope",
|
||||||
url: "mailto:xiaye@msn.com",
|
url: "mailto:bluishhao@gmail.com",
|
||||||
showName: false,
|
showName: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ export const siteConfig: SiteConfig = {
|
|||||||
title: "5426的技术分享基地",
|
title: "5426的技术分享基地",
|
||||||
|
|
||||||
// 站点副标题
|
// 站点副标题
|
||||||
subtitle: "",
|
subtitle: "5426的技术分享基地",
|
||||||
|
|
||||||
// 站点 URL
|
// 站点 URL
|
||||||
site_url: "https://blog.micar9.com",
|
site_url: "https://blog.micar9.com",
|
||||||
@@ -110,7 +110,7 @@ export const siteConfig: SiteConfig = {
|
|||||||
// 默认布局模式:"list" 列表模式(单列布局),"grid" 网格模式(多列布局)
|
// 默认布局模式:"list" 列表模式(单列布局),"grid" 网格模式(多列布局)
|
||||||
defaultMode: "list",
|
defaultMode: "list",
|
||||||
// 是否允许用户切换布局
|
// 是否允许用户切换布局
|
||||||
allowSwitch: true,
|
allowSwitch: false,
|
||||||
// 网格布局配置,仅在 defaultMode 为 "grid" 或允许切换布局时生效
|
// 网格布局配置,仅在 defaultMode 为 "grid" 或允许切换布局时生效
|
||||||
grid: {
|
grid: {
|
||||||
// 是否开启瀑布流布局,同时有封面图和无封面图的混合文章推荐开启
|
// 是否开启瀑布流布局,同时有封面图和无封面图的混合文章推荐开启
|
||||||
@@ -125,7 +125,7 @@ export const siteConfig: SiteConfig = {
|
|||||||
// 分页配置
|
// 分页配置
|
||||||
pagination: {
|
pagination: {
|
||||||
// 每页显示的文章数量
|
// 每页显示的文章数量
|
||||||
postsPerPage: 10,
|
postsPerPage: 20,
|
||||||
},
|
},
|
||||||
|
|
||||||
// 统计分析
|
// 统计分析
|
||||||
|
|||||||
Reference in New Issue
Block a user