Skip to content

Commit

Permalink
docs: update config for blog theme
Browse files Browse the repository at this point in the history
  • Loading branch information
geekplux committed Dec 29, 2021
1 parent 1c7114c commit 9e3d978
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pages/themes/blog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,19 @@ export default {
),
readMore: 'Read More →',
titleSuffix: null,
postFooter: null
postFooter: null,
cusdis: {
appId: 'your_app_id',
host: 'your_host(optional)',
lang: 'your_lang'
}
darkMode: false,
navs: [
{
url: 'https://github.com/shuding/nextra',
name: 'Nextra'
}
]
}
```

Expand Down

0 comments on commit 9e3d978

Please sign in to comment.