This commit is contained in:
nxxy335top
2026-05-19 19:10:41 +08:00
parent 5194d14fb0
commit 746784e6d9
9 changed files with 685 additions and 12 deletions
+4 -3
View File
@@ -1,12 +1,13 @@
import { defineConfig } from 'vitepress'
export default defineConfig({
base: '/WarmIsland/',
title: "WarmIsland 暖屿",
description: "具有独特气质的生活博客主题",
lang: 'zh-CN',
head: [['link', { rel: 'icon', href: '/favicon.ico' }]],
head: [['link', { rel: 'icon', href: '/WarmIsland/favicon.ico' }]],
themeConfig: {
logo: '/favicon.ico',
logo: '/WarmIsland/favicon.ico',
nav: [
{ text: '示例站点', link: 'https://nxxy335.top/' }
@@ -100,7 +101,7 @@ export default defineConfig({
footer: {
message: '基于 GPL-3.0 许可发布',
copyright: '© 2024-present 暖心向阳335'
copyright: '© 2026 暖心向阳335'
},
docFooter: {
+1 -1
View File
@@ -1,6 +1,6 @@
# 更新日志
## v1.0.0
## v0.1.0
首次发布 🎉
+1 -1
View File
@@ -102,7 +102,7 @@ footer_socials:
### 显示主题版本(footer_show_theme
开启后,页脚会显示当前 WarmIsland 主题的名称和版本号,如「Theme WarmIsland v1.0.0」。
开启后,页脚会显示当前 WarmIsland 主题的名称和版本号,如「Theme WarmIsland v0.1.0」。
::: tip
保持开启主题版本显示有助于访客了解你使用的主题,也可能帮助你在遇到问题时快速确认当前版本号。