update page layout

This commit is contained in:
Trance-0
2024-11-18 07:13:11 -06:00
parent 1a0afdc06c
commit 0a700837ee
13 changed files with 462 additions and 294 deletions

View File

@@ -1,11 +1,19 @@
import nextra from 'nextra'
const withNextra = nextra({
theme: 'nextra-theme-blog',
themeConfig: './theme.config.jsx'
theme: 'nextra-theme-docs',
themeConfig: './theme.config.jsx',
latex: {
renderer: 'katex',
// options: {
// macros: {
// '\\RR': '\\mathbb{R}'
// }
// }
}
})
export default withNextra()
// If you have other Next.js configurations, you can pass them as the parameter:
// export default withNextra({ /* other next.js config */ })