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