修改站点配置
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

@@ -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,
},
// 统计分析