@@ -95,8 +95,7 @@ export const integ: IntegrationUserConfig = {
9595 applyTip : [
9696 { name : 'Name' , val : theme . title } ,
9797 { name : 'Desc' , val : theme . description || 'Null' } ,
98- { name : 'Link' , val : 'https://astro-pure.js.org/' } ,
99- { name : 'Avatar' , val : 'https://astro-pure.js.org/favicon/favicon.ico' }
98+ { name : 'Link' , val : 'lexciese.github.io' } ,
10099 ]
101100 } ,
102101 // Enable page search function
@@ -128,9 +127,14 @@ export const integ: IntegrationUserConfig = {
128127 } ,
129128 // Comment system
130129 waline : {
131- enable : true ,
132- // Server service link
133- server : 'https://astro-theme-pure-waline.arthals.ink/' ,
130+ enable : false , // Disabled - not suitable for static sites on GitHub Pages
131+ // Server service link - you need to set up your own Waline server
132+ // Follow the guide at https://waline.js.org/en/guide/get-started.html
133+ // Quick deploy options:
134+ // - Vercel: https://waline.js.org/en/guide/get-started.html#vercel-deploy
135+ // - Netlify: https://waline.js.org/en/guide/get-started.html#netlify-deploy
136+ // After deployment, replace this URL with your own Waline server URL
137+ server : '' ,
134138 // Refer https://waline.js.org/en/guide/features/emoji.html
135139 emoji : [ 'bmoji' , 'weibo' ] ,
136140 // Refer https://waline.js.org/en/reference/client/props.html
@@ -144,6 +148,21 @@ export const integ: IntegrationUserConfig = {
144148 } ,
145149 imageUploader : false
146150 }
151+ } ,
152+ // Giscus comment system - uses GitHub Discussions as backend
153+ // Learn more and get your settings at https://giscus.app/
154+ giscus : {
155+ enable : true ,
156+ // Fill in the following values from https://giscus.app/
157+ repo : 'Lexciese/lexciese.github.io' ,
158+ repoId : 'R_kgDOOYZ11g' ,
159+ category : 'Q&A' ,
160+ categoryId : 'DIC_kwDOOYZ11s4CpC8b' ,
161+ mapping : 'pathname' ,
162+ reactionsEnabled : '1' ,
163+ emitMetadata : '0' ,
164+ inputPosition : 'bottom' ,
165+ lang : 'en'
147166 }
148167}
149168
0 commit comments