feat: v1.0.0 祀梦笔记:从 0 到 1 的数字化花园建设
This commit is contained in:
25
docs/.vuepress/plume.config.ts
Normal file
25
docs/.vuepress/plume.config.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
import { defineThemeConfig } from 'vuepress-theme-plume'
|
||||
import navbar from './navbar'
|
||||
import notes from './notes'
|
||||
|
||||
export default defineThemeConfig({
|
||||
logo: '/plume.svg',
|
||||
|
||||
appearance: true, // 深色模式
|
||||
|
||||
social: [
|
||||
{ icon: 'github', link: '/' },
|
||||
],
|
||||
|
||||
/**
|
||||
* @see https://theme-plume.vuejs.press/config/basic/#profile
|
||||
*/
|
||||
profile: {
|
||||
avatar: 'https://image.simengweb.com/elysia/header.jpg',
|
||||
name: 'SiMengWebSite Notes',
|
||||
description: '祀梦的笔记网站',
|
||||
},
|
||||
|
||||
navbar,
|
||||
notes,
|
||||
})
|
||||
Reference in New Issue
Block a user