Skip to content

Commit bde0ebc

Browse files
dimaMachinasaihajrenovate[bot]87xie
authored
Nextra 4 Blogpost (#1803)
* a * a * more * more * prettier * prettier * more * more * more * more * more * more * more * more * more * more * more * more * more * more * more * more * more * more * more * more * more * more * more * more * fix css * add bundle size * aa * aa * aa * aa * aa * aa * aa * aa * aa * aa * aa * aa * aa * aa * remove non relevant text * prettier * aa * aa * aa * aa * aa * aa * aa * aa * aa * more than * Update website/pages/blog/nextra-4/index.mdx [skip ci] Co-authored-by: Saihajpreet Singh <saihajpreet.singh@gmail.com> * Update website/pages/blog/nextra-4/index.mdx [skip ci] Co-authored-by: Saihajpreet Singh <saihajpreet.singh@gmail.com> * Update website/pages/blog/nextra-4/index.mdx [skip ci] Co-authored-by: Saihajpreet Singh <saihajpreet.singh@gmail.com> * Update website/pages/blog/nextra-4/index.mdx [skip ci] Co-authored-by: Saihajpreet Singh <saihajpreet.singh@gmail.com> * Update website/pages/blog/nextra-4/index.mdx [skip ci] Co-authored-by: Saihajpreet Singh <saihajpreet.singh@gmail.com> * Update website/pages/blog/nextra-4/index.mdx [skip ci] Co-authored-by: Saihajpreet Singh <saihajpreet.singh@gmail.com> * Update website/pages/blog/nextra-4/index.mdx [skip ci] Co-authored-by: Saihajpreet Singh <saihajpreet.singh@gmail.com> * polish * chore(deps): update pnpm to v9.15.3 (#1735) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @types/react to v18.3.18 (#1738) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @vue/compiler-sfc to v3.5.13 (#1797) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @types/react to v18.3.18 (#1805) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix Nextra 3 image preview image (#1806) * chore(deps): update dependency eslint to v8.57.1 (#1755) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @types/node to v20.17.12 (#1804) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency tsx to v4.19.2 (#1733) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): lock file maintenance (#1780) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @cloudflare/workers-types to v4.20241230.0 (#1798) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Fix preview for Nextra 2 blogpost [skip ci] (#1814) * polish * add why nextra * add list of subpages * add remote docs * fix footnotes links * Update website/pages/blog/nextra-4/index.mdx Co-authored-by: Saihajpreet Singh <saihajpreet.singh@gmail.com> * prettier * Update website/pages/blog/nextra-4/index.mdx [skip ci] Co-authored-by: Saihajpreet Singh <saihajpreet.singh@gmail.com> * Update website/pages/blog/nextra-4/index.mdx [skip ci] Co-authored-by: Saihajpreet Singh <saihajpreet.singh@gmail.com> * Update website/pages/blog/nextra-4/index.mdx [skip ci] Co-authored-by: Saihajpreet Singh <saihajpreet.singh@gmail.com> * bump date, fix `content` directory convention structure` link and add screenshot for list subpages section * Update website/pages/blog/nextra-4/index.mdx Co-authored-by: 87xie <oscar87xie@gmail.com> * Update website/pages/blog/nextra-4/index.mdx Co-authored-by: 87xie <oscar87xie@gmail.com> * bold colon `:` * prettier * mention `useRouter` removed * docs: adjustments for the app router support section # Conflicts: # website/pages/blog/nextra-4/index.mdx * add trade-offs * add dynamic head tags section * add dynamic head tags section --------- Co-authored-by: Saihajpreet Singh <saihajpreet.singh@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 87xie <oscar87xie@gmail.com>
1 parent 13f3cc2 commit bde0ebc

20 files changed

+1948
-5
lines changed

.remarkrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const IGNORE_CASING_WORDS = [
5959
'LaTeX',
6060
'MikroORM',
6161
'GraphQL.js',
62+
'RSC',
6263
];
6364

6465
module.exports = {

website/pages/_app.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { IBM_Plex_Sans } from 'next/font/google';
44
import { Toaster } from 'react-hot-toast';
55
import '@theguild/components/style.css';
66
import './globals.css';
7+
import './nextra-4.css';
78

89
const ibmPlexSans = IBM_Plex_Sans({
910
weight: ['400', '500', '600', '700'],

website/pages/blog/nextra-2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tags: [nextra, nextjs, react]
44
authors: [dimitri, shuding]
55
date: 2023-01-24
66
description: Here are what the new version of Nextra 2 Framework includes.
7-
image: https://nextra.site/opengraph-image.jpeg
7+
image: https://nextra.site/og?title=Nextra%202
88
---
99

1010
import NextImage from 'next/image'

website/pages/blog/nextra-3/index.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ updateDate: 2024-09-28
77
description:
88
MDX 3, new i18n, new _meta files with JSX support, more powerful TOC, remote MDX, better bundle
99
size, MathJax, new code block styles, shikiji, ESM-only and more
10-
image: https://nextra.site/opengraph-image.jpeg
10+
image: https://nextra.site/og?title=Nextra%203
1111
---
1212

1313
import { Fragment } from 'react'
@@ -1026,6 +1026,5 @@ You need to pass `cusdis` options as props in `Cusdis` component.
10261026
I'm very proud and happy to lead Nextra into the future. So many things have improved and so many
10271027
more improvements are coming in the future!
10281028

1029-
If you want to help Nextra – spread the word about Nextra in [X](https://x.com) with `#nextra`
1030-
hashtag and subscribe on me in [X](https://x.com/dimaMachina_) and
1031-
[GitHub](https://github.com/dimaMachina).
1029+
If you want to help Nextra – spread the word about Nextra in 𝕏 with `#nextra` hashtag and subscribe
1030+
on me in [𝕏](https://x.com/dimaMachina_) and [GitHub](https://github.com/dimaMachina).

0 commit comments

Comments
 (0)