interview changed.

This commit is contained in:
zeroornull
2025-03-11 22:53:29 +08:00
parent e880fde93a
commit bd4afda4ed
4 changed files with 477 additions and 11 deletions

View File

@@ -4,16 +4,16 @@ import navbar from "./navbar.js";
import sidebar from "./sidebar.js";
export default hopeTheme({
hostname: "https://vuepress-theme-hope-docs-demo.netlify.app",
hostname: "https://docs.tuotuo.de",
author: {
name: "Mr.Hope",
url: "https://mister-hope.com",
name: "pax",
url: "https://blog.tuotuo.de",
},
logo: "https://theme-hope-assets.vuejs.press/logo.svg",
repo: "vuepress-theme-hope/vuepress-theme-hope",
repo: "zeroornull/my-docs",
docsDir: "src",
@@ -120,13 +120,13 @@ export default hopeTheme({
// 在这里配置主题提供的插件
plugins: {
// 注意: 仅用于测试! 你必须自行生成并在生产环境中使用自己的评论服务
comment: {
provider: "Giscus",
repo: "vuepress-theme-hope/giscus-discussions",
repoId: "R_kgDOG_Pt2A",
category: "Announcements",
categoryId: "DIC_kwDOG_Pt2M4COD69",
},
// comment: {
// provider: "Giscus",
// repo: "vuepress-theme-hope/giscus-discussions",
// repoId: "R_kgDOG_Pt2A",
// category: "Announcements",
// categoryId: "DIC_kwDOG_Pt2M4COD69",
// },
components: {
components: ["Badge", "VPCard"],