Skip to content

Commit 5c9813d

Browse files
Create symbolic link between readme file
1 parent 73241e0 commit 5c9813d

File tree

3 files changed

+6
-161
lines changed

3 files changed

+6
-161
lines changed

README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
packages/section-blog-theme/README.md

examples/demo-section-blog/README.md

Lines changed: 0 additions & 157 deletions
This file was deleted.

examples/demo-section-blog/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
packages/section-blog-theme/README.md

packages/section-blog-theme/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ The lastly create a `theme.config.jsx` or `theme.config.tsx` file in your root l
7676

7777
const themeConfig = {
7878
settings: {
79-
title: "My title",
80-
description: "my descript is here ",
79+
title: "Start your blog or portfolio using MDX, Next.Js, and Nextra.",
80+
description: "Section blog theme is build with Nextjs and tailwind css.",
8181
SiteURL: "https://officialrajdeepsingh.dev",
8282
defaultSEO: {
83-
title: "default SEO title is here",
83+
title: "Start your blog or portfolio using MDX, Next.Js, and Nextra.",
8484
titleTemplate: "%s | Section Blog Theme",
8585
twitter: {
8686
handle: "@FrontendWeb3",
@@ -124,6 +124,7 @@ const themeConfig = {
124124
</>
125125
),
126126
link: "/",
127+
target: "_blank",
127128
},
128129
PrimaryNavigation: [
129130
{

0 commit comments

Comments
 (0)