Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliacontini/static-blog-nextjs-app-router-mdx
A static blog built with Next.js 14, App Router and MDX
https://github.com/eliacontini/static-blog-nextjs-app-router-mdx
app-router blog javascript mdx nextjs nodejs starter
Last synced: 9 days ago
JSON representation
A static blog built with Next.js 14, App Router and MDX
- Host: GitHub
- URL: https://github.com/eliacontini/static-blog-nextjs-app-router-mdx
- Owner: EliaContini
- License: mit
- Created: 2024-07-11T14:12:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T08:57:06.000Z (5 months ago)
- Last Synced: 2024-10-31T03:42:24.637Z (about 2 months ago)
- Topics: app-router, blog, javascript, mdx, nextjs, nodejs, starter
- Language: JavaScript
- Homepage: https://elia.contini.page/blog/static-blog-nextjs-14-app-router-mdx/
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A static blog built with Next.js 14, App Router and MDX
Tested with
- Ubuntu Linux 24.04 LTS
- Node.js v20.15.0 LTS
- Next.js v14.2.4This solution is built from scratch. In the posts below I explain the steps I did to built it.
- Part 1: [Build the base](https://elia.contini.page/blog/static-blog-nextjs-14-app-router-mdx).
Code available on the branch [part-1](https://github.com/EliaContini/static-blog-nextjs-app-router-mdx/tree/part-1).- Part 2: [Add social cards and robots.txt](https://elia.contini.page/blog/static-blog-nextjs-14-social-cards-robots).
Code available on the branch [part-2](https://github.com/EliaContini/static-blog-nextjs-app-router-mdx/tree/part-2).- Part 3: [Generate sitemap.xml](https://elia.contini.page/blog/static-blog-nextjs-14-sitemap).
Code available on the branch [part-3](https://github.com/EliaContini/static-blog-nextjs-app-router-mdx/tree/part-3).