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'
|
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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user