Building a Blog with Next.js #10691
-
Hey folks! Here's what I have in mind:
Now, there's several starter kits out there that do just that, but most of them seem either pretty over-engineered, not particularly nice to use, or using an archaic version of Next. I was wondering if there's some a recent, authoritative example out there for a use case like this? The Next docs start building a blog, but unfortunately don't go far enough to get to the point where it's fully dynamic, unless I missed some part. Is that by design, and Next is completely unopinionated in that regard? Are there any "best practices"? Thanks a ton! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
GitHub action should be help you https://github.com/WeFoxTech/website/blob/master/.github/workflows/auto_release.yml |
Beta Was this translation helpful? Give feedback.
-
You can refer to my personal blog as an example: New posts are created by creating a new markdown file! |
Beta Was this translation helpful? Give feedback.
You can refer to my personal blog as an example:
https://github.com/timer/blog
New posts are created by creating a new markdown file!