修改站点配置
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 1m26s

This commit is contained in:
2026-01-08 02:19:13 +00:00
parent 8f4c665e31
commit c66df20fdf
3 changed files with 8 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ export const announcementConfig: AnnouncementConfig = {
title: "公告",
// 公告内容
content: "欢迎来到我的博客!这是一则示例公告。",
content: "",
// 是否允许用户关闭公告
closable: true,

View File

@@ -5,10 +5,10 @@ export const profileConfig: ProfileConfig = {
avatar: "/assets/images/avatar.webp",
// 名字
name: "Firefly",
name: "bluish",
// 个人签名
bio: "Hello, I'm Firefly.",
bio: "虫子是永远不会被打败的!",
// 链接配置
// 已经预装的图标集fa6-brandsfa6-regularfa6-solidmaterial-symbolssimple-icons
@@ -17,22 +17,16 @@ export const profileConfig: ProfileConfig = {
// `pnpm add @iconify-json/<icon-set-name>`
// showName: true 时显示图标和名称false 时只显示图标
links: [
{
name: "Bilibli",
icon: "fa6-brands:bilibili",
url: "https://space.bilibili.com/38932988",
showName: false,
},
{
name: "GitHub",
icon: "fa6-brands:github",
url: "https://github.com/CuteLeaf",
url: "https://github.com/bluishhao",
showName: false,
},
{
name: "Email",
icon: "fa6-solid:envelope",
url: "mailto:xiaye@msn.com",
url: "mailto:bluishhao@gmail.com",
showName: false,
},
{

View File

@@ -10,7 +10,7 @@ export const siteConfig: SiteConfig = {
title: "5426的技术分享基地",
// 站点副标题
subtitle: "",
subtitle: "5426的技术分享基地",
// 站点 URL
site_url: "https://blog.micar9.com",
@@ -110,7 +110,7 @@ export const siteConfig: SiteConfig = {
// 默认布局模式:"list" 列表模式(单列布局),"grid" 网格模式(多列布局)
defaultMode: "list",
// 是否允许用户切换布局
allowSwitch: true,
allowSwitch: false,
// 网格布局配置,仅在 defaultMode 为 "grid" 或允许切换布局时生效
grid: {
// 是否开启瀑布流布局,同时有封面图和无封面图的混合文章推荐开启
@@ -125,7 +125,7 @@ export const siteConfig: SiteConfig = {
// 分页配置
pagination: {
// 每页显示的文章数量
postsPerPage: 10,
postsPerPage: 20,
},
// 统计分析