mirror of
https://github.com/handsomezhuzhu/handsomezhuzhu.github.io.git
synced 2026-02-20 11:50:14 +00:00
RSS测试,description修改
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -18,7 +18,7 @@ export default defineConfig({
|
||||
// base,
|
||||
lang: 'zh-cn',
|
||||
title: 'SIMON BLOG',
|
||||
description: 'Simon的博客,基于 vitepress 实现',
|
||||
description: '同是天涯沦落人,相逢何必曾相识',
|
||||
lastUpdated: true,
|
||||
markdown: {
|
||||
math: true
|
||||
|
||||
Reference in New Issue
Block a user