https://github.com/cmdcolin/nextjs-appdir-blog
A basic setup for creating a static site/blog using the nextjs "app" directory
https://github.com/cmdcolin/nextjs-appdir-blog
Last synced: 11 months ago
JSON representation
A basic setup for creating a static site/blog using the nextjs "app" directory
- Host: GitHub
- URL: https://github.com/cmdcolin/nextjs-appdir-blog
- Owner: cmdcolin
- Created: 2023-04-09T00:50:58.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-25T21:26:50.000Z (11 months ago)
- Last Synced: 2025-07-26T04:44:07.920Z (11 months ago)
- Language: TypeScript
- Homepage: https://cmdcolin.github.io/nextjs-appdir-blog
- Size: 968 KB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Next.js 'app' directory static site blog
See https://cmdcolin.github.io/posts/2023-04-08-nextjs-appdir-blog on how to
make
Updated in Feb 2024 to use updated dependencies
This repo uses a manual markdown parsing and rendering system rather than
something simpler like react-markdown for more control, but you can certainly
swap out something like react-markdown
It also does not use MDX because I find it introduces a lot of complexity, it is
just simple markdown
## Demo
https://cmdcolin.github.io/nextjs-appdir-blog/
Note that this repo specifies the basePath in next.config.js to deploy to that
particular sub-URI, remove it for your purposes