feat: added author info in article page

This commit is contained in:
grassblock 2025-05-28 17:33:09 +08:00
parent b842d124a9
commit 1e7f0f9e4a
3 changed files with 33 additions and 0 deletions

View file

@ -26,6 +26,8 @@ export const siteConfig = {
// search
// This only works when noClientJavaScript is enabled
searchEngine: 'bing', // 'google', 'duckduckgo', 'bing'(broken until M1cr0$0ft get support for it), defaults to 'google'
// content
displayAvatar: true, // display author avatar in the article list and info line of article page
// footer
// yes you can write html safely here
customFooter: '<i>I have no mouth, and I must SCREAM</i>',