Skip to content

Commit 672ebb2

Browse files
author
yuanjing
committed
1.4
1 parent dc91113 commit 672ebb2

File tree

167 files changed

+51
-307519
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+51
-307519
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
node_modules
2-
.vitepress/cache
3-
.vitepress/temp
4-
.vitepress/blog-theme.ts
2+
.DS_Store
3+
docs/.vitepress/cache

docs/.DS_Store

-6 KB
Binary file not shown.

docs/.vitepress/blog-theme.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Theme } from '@ort/vitepress-theme'
22
import { getThemeConfig } from '@ort/vitepress-theme/node'
33
import { themeEN } from './locales/en'
44

5-
const baseUrl = 'http://somecore.cn'
5+
const baseUrl = 'https://yuanjingteam.github.io'
66
const RSS: Theme.RSSOptions = {
77
title: '源境博客',
88
baseUrl,
@@ -98,6 +98,7 @@ export const blogTheme = getThemeConfig({
9898
categoryId: 'DIC_kwDONUfp6s4CklcG',
9999
inputPosition: 'top',
100100
loading: 'lazy',
101+
mapping: 'title',
101102
lang: 'zh-CN',
102103
},
103104
},

0 commit comments

Comments
 (0)