Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 422b0e9

Browse files
update the readme
1 parent ba68361 commit 422b0e9

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<div style="display: block; margin-left: auto; margin-right: auto;width: 40%;">
2-
<svg width="477" height="509" viewBox="0 0 477 509" fill="none" xmlns="http://www.w3.org/2000/svg">
3-
<path fill-rule="evenodd" clip-rule="evenodd" d="M247.177 104.672C242.99 97.1095 232.118 97.1095 227.93 104.672L68.3924 392.805C64.333 400.137 69.6354 409.133 78.0158 409.133H397.092C405.472 409.133 410.775 400.137 406.715 392.805L247.177 104.672ZM238.312 323.4C258.367 323.4 274.625 307.864 274.625 288.7C274.625 269.536 258.367 254 238.312 254C218.258 254 202 269.536 202 288.7C202 307.864 218.258 323.4 238.312 323.4Z" fill="white"></path>
4-
</svg>
2+
3+
![logo](./logo.svg)
4+
55
</div>
66

7-
<div style="margin: 8px auto;width:100%;"></div>
7+
<div style="margin-top: 10px auto;width:100%;"></div>
88

99
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.
1010

11-
### Tech Stack
11+
## Tech Stack
1212

1313
<div className="flex flex-row flex-wrap item-center md:justify-between">
1414
<img style="margin: 5px auto;" title="pnpm" alt="pnpm" src="https://img.shields.io/badge/pnpm-%234a4a4a.svg?style=for-the-badge&logo=pnpm&logoColor=f69220" />
@@ -23,7 +23,7 @@ Start your blog journey with Next.js, Nextra, and MDX using section themes. You
2323

2424
<div style="margin: 5px auto;width:100%;"></div>
2525

26-
### Installation
26+
## Installation
2727

2828
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.
2929

@@ -35,7 +35,7 @@ yarn add nextra section-blog-theme
3535
npm install nextra section-blog-theme
3636
```
3737

38-
### Configure the section blog with nextra
38+
## Configure the section blog with nextra
3939

4040
Create the following `next.config.js` file in your project’s root directory:
4141

@@ -50,7 +50,7 @@ const withNextra = require("nextra")({
5050
module.exports = withNextra();
5151
```
5252

53-
### import css
53+
## import css
5454

5555
Next step to import css file from section blog theme inside your `_app.mdx' file.
5656

@@ -63,7 +63,7 @@ export default function App({ Component, pageProps }) {
6363
}
6464
```
6565

66-
### Create Theme Config file
66+
## Create Theme Config file
6767

6868
The lastly create a `theme.config.jsx` or `theme.config.tsx` file in your root level.
6969

packages/section-blog-theme/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<div style="display: block; margin-left: auto; margin-right: auto;width: 40%;">
2-
<svg width="477" height="509" viewBox="0 0 477 509" fill="none" xmlns="http://www.w3.org/2000/svg">
3-
<path fill-rule="evenodd" clip-rule="evenodd" d="M247.177 104.672C242.99 97.1095 232.118 97.1095 227.93 104.672L68.3924 392.805C64.333 400.137 69.6354 409.133 78.0158 409.133H397.092C405.472 409.133 410.775 400.137 406.715 392.805L247.177 104.672ZM238.312 323.4C258.367 323.4 274.625 307.864 274.625 288.7C274.625 269.536 258.367 254 238.312 254C218.258 254 202 269.536 202 288.7C202 307.864 218.258 323.4 238.312 323.4Z" fill="white"></path>
4-
</svg>
2+
3+
![logo](../../logo.svg)
4+
55
</div>
66

7-
<div style="margin: 8px auto;width:100%;"></div>
7+
<div style="margin-top: 10px auto;width:100%;"></div>
88

99
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.
1010

11-
### Tech Stack
11+
## Tech Stack
1212

1313
<div className="flex flex-row flex-wrap item-center md:justify-between">
1414
<img style="margin: 5px auto;" title="pnpm" alt="pnpm" src="https://img.shields.io/badge/pnpm-%234a4a4a.svg?style=for-the-badge&logo=pnpm&logoColor=f69220" />
@@ -23,7 +23,7 @@ Start your blog journey with Next.js, Nextra, and MDX using section themes. You
2323

2424
<div style="margin: 5px auto;width:100%;"></div>
2525

26-
### Installation
26+
## Installation
2727

2828
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.
2929

@@ -35,7 +35,7 @@ yarn add nextra section-blog-theme
3535
npm install nextra section-blog-theme
3636
```
3737

38-
### Configure the section blog with nextra
38+
## Configure the section blog with nextra
3939

4040
Create the following `next.config.js` file in your project’s root directory:
4141

@@ -50,7 +50,7 @@ const withNextra = require("nextra")({
5050
module.exports = withNextra();
5151
```
5252

53-
### import css
53+
## import css
5454

5555
Next step to import css file from section blog theme inside your `_app.mdx' file.
5656

@@ -63,7 +63,7 @@ export default function App({ Component, pageProps }) {
6363
}
6464
```
6565

66-
### Create Theme Config file
66+
## Create Theme Config file
6767

6868
The lastly create a `theme.config.jsx` or `theme.config.tsx` file in your root level.
6969

0 commit comments

Comments
 (0)