You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2025. It is now read-only.
Start your blog journey with Next.js, Nextra, and MDX using section themes. You can start your blog in less than two minutes, and you need only one command and zero configuration. Section theme comes with an inbuilt dark mode, a search bar, Customize Navigation, and SEO Support.
bannerMessage:"How are your <a style='margin: 0px 10px;' target='_blank' href='https://google.com'> learn more </a>",
88
+
bannerMessage:"Start your markdown portfolio blog with nextjs, nextra, tailwind CSS, and Shadcn UI using <a style='margin: 0px 4px;text-decoration:underline;' target='_blank' href='https://www.npmjs.com/package/section-blog-theme'> the section blog theme. </a>",
Lastly, rename the file extension the .tsx or .jsxto a .mdx. for every file inside the pages folder. But does not change the `_document.jsx or _document.tsx` file extension.
167
+
Lastly, rename the file extension the `.tsx `or `.jsx`to a `.mdx`. for every file inside the pages folder. But does not change the `_document.jsx or _document.tsx` file extension.
Start your blog journey with Next.js, Nextra, and MDX using section themes. You can start your blog in less than two minutes, and you need only one command and zero configuration. Section theme comes with an inbuilt dark mode, a search bar, Customize Navigation, and SEO Support.
[](https://ko-fi.com/K3K2E87F0)
24
+
<divstyle="margin: 5pxauto;width:100%;"></div>
6
25
7
26
### Installation
8
27
9
-
The Installation of the section blog theme is a lot easier. You can install the section blog theme with the following command.
28
+
The Installation of the [section blog theme](https://www.npmjs.com/package/section-blog-theme) is a lot easier. You can install the section blog theme with the following command.
10
29
11
30
```bash
12
31
pnpm add nextra section-blog-theme
13
-
```
14
-
15
-
```bash
32
+
# or
16
33
yarn add nextra section-blog-theme
17
-
```
18
-
19
-
```bash
34
+
# or
20
35
npm install nextra section-blog-theme
21
36
```
22
37
@@ -40,6 +55,8 @@ module.exports = withNextra();
40
55
Next step to import css file from section blog theme inside your `_app.mdx' file.
bannerMessage:"How are your <a style='margin: 0px 10px;' target='_blank' href='https://google.com'> learn more </a>",
88
+
bannerMessage:"Start your markdown portfolio blog with nextjs, nextra, tailwind CSS, and Shadcn UI using <a style='margin: 0px 4px;text-decoration:underline;' target='_blank' href='https://www.npmjs.com/package/section-blog-theme'> the section blog theme. </a>",
Lastly, rename the file extension the .tsx or .jsxto a .mdx. for every file inside the pages folder. But does not change the `_document.jsx or _document.tsx` file extension.
167
+
Lastly, rename the file extension the `.tsx `or `.jsx`to a `.mdx`. for every file inside the pages folder. But does not change the `_document.jsx or _document.tsx` file extension.
0 commit comments