mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
fix: del personal config
This commit is contained in:
parent
d1df76e2c2
commit
491cf212e8
1 changed files with 1 additions and 11 deletions
|
@ -72,7 +72,7 @@ export const themeConfig: ThemeConfig = {
|
||||||
comment: {
|
comment: {
|
||||||
// enable comment system
|
// enable comment system
|
||||||
enabled: true, // true, false
|
enabled: true, // true, false
|
||||||
provider: 'giscus', // giscus, waline
|
provider: 'waline', // giscus, waline
|
||||||
// waline comment system
|
// waline comment system
|
||||||
// https://waline.js.org/en/
|
// https://waline.js.org/en/
|
||||||
waline: {
|
waline: {
|
||||||
|
@ -89,16 +89,6 @@ export const themeConfig: ThemeConfig = {
|
||||||
// image uploader
|
// image uploader
|
||||||
// bug: unable to hide image uploader icon
|
// bug: unable to hide image uploader icon
|
||||||
imageUploader: false, // true, false
|
imageUploader: false, // true, false
|
||||||
},
|
|
||||||
giscus: {
|
|
||||||
repo: "senshinya/blog",
|
|
||||||
repoID: "R_kgDOLAV3QQ",
|
|
||||||
category: "Announcements",
|
|
||||||
categoryID: "DIC_kwDOLAV3Qc4CcKlC",
|
|
||||||
mapping: "pathname",
|
|
||||||
inputPosition: "top",
|
|
||||||
lang: "zh-CN",
|
|
||||||
loading: "lazy",
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// COMMENT SETTINGS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> END
|
// COMMENT SETTINGS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> END
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue