配置 Waline 评论
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { defineUserConfig } from 'vuepress'
|
||||
import { plumeTheme } from 'vuepress-theme-plume'
|
||||
import { viteBundler } from '@vuepress/bundler-vite'
|
||||
import { commentPlugin } from '@vuepress/plugin-comment'
|
||||
|
||||
export default defineUserConfig({
|
||||
base: '/',
|
||||
@@ -62,4 +63,13 @@ export default defineUserConfig({
|
||||
git: true
|
||||
}
|
||||
}),
|
||||
|
||||
plugins: [
|
||||
commentPlugin({
|
||||
provider: 'Waline',
|
||||
serverURL: 'https://vercel.simengweb.com',
|
||||
meta: ['nick'],
|
||||
requiredMeta: ['nick']
|
||||
}),
|
||||
],
|
||||
})
|
||||
|
||||
9
docs/blog/technology/Deploying_WSL2_on_Windows_10.md
Normal file
9
docs/blog/technology/Deploying_WSL2_on_Windows_10.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: 在 Windows10 上部署 WSL2
|
||||
createTime: 2025/09/29 07:13:17
|
||||
cover: https://image.simengweb.com/elysia_cover_image/1pK7sI441p7x25YV.jpg
|
||||
coverStyle:
|
||||
layout: right
|
||||
permalink: /article/deploying-wsl2-on-windows-10/
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user