Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.4

This 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).