RSS测试,description修改

This commit is contained in:
2025-12-14 00:13:46 +08:00
parent 1c8afc1841
commit d6c05cb2e5
2 changed files with 13 additions and 13 deletions

View File

@@ -2,23 +2,23 @@
import { getThemeConfig } from '@sugarat/theme/node' import { getThemeConfig } from '@sugarat/theme/node'
// 开启RSS支持RSS配置 // 开启RSS支持RSS配置
// import type { Theme } from '@sugarat/theme' import type { Theme } from '@sugarat/theme'
// const baseUrl = 'https://sugarat.top' const baseUrl = 'https://zhuzihan.com'
// const RSS: Theme.RSSOptions = { const RSS: Theme.RSSOptions = {
// title: '粥里有勺糖', title: 'SIMON BLOG',
// baseUrl, baseUrl,
// copyright: 'Copyright (c) 2018-present, 粥里有勺糖', copyright: 'Copyright (c) 2025-present, SIMON',
// description: '你的指尖,拥有改变世界的力量(大前端相关技术分享)', description: '同是天涯沦落人,相逢何必曾相识',
// language: 'zh-cn', language: 'zh-cn',
// image: 'https://img.cdn.sugarat.top/mdImg/MTY3NDk5NTE2NzAzMA==674995167030', // image: 'https://your-blog-domain.com/logo.jpg',
// favicon: 'https://sugarat.top/favicon.ico', // favicon: 'https://your-blog-domain.com/favicon.ico',
// } }
// 所有配置项,详见文档: https://theme.sugarat.top/ // 所有配置项,详见文档: https://theme.sugarat.top/
const blogTheme = getThemeConfig({ const blogTheme = getThemeConfig({
// 开启RSS支持 // 开启RSS支持
// RSS, RSS,
// 搜索 // 搜索
// 默认开启pagefind离线的全文搜索支持如使用其它的可以设置为false // 默认开启pagefind离线的全文搜索支持如使用其它的可以设置为false

View File

@@ -18,7 +18,7 @@ export default defineConfig({
// base, // base,
lang: 'zh-cn', lang: 'zh-cn',
title: 'SIMON BLOG', title: 'SIMON BLOG',
description: 'Simon的博客基于 vitepress 实现', description: '同是天涯沦落人,相逢何必曾相识',
lastUpdated: true, lastUpdated: true,
markdown: { markdown: {
math: true math: true