Static blog in next js
In this article, I'm going to create a statically rendered blog using Markdown and NEXT.JS 14. It will be a very simple blog, just a list of nicely formatted posts and article page.
In this article, I'm going to create a statically rendered blog using Markdown and NEXT.JS 14. It will be a very simple blog, just a list of nicely formatted posts and article page.
Adding custom fonts to your Next JS project is super easy and performant. Fonts get downloaded at build time, which means great performance and no nasty fall back font flash when your page first loads.
If you're just starting out with web development and design, mastering CSS layout is essential. Here's an introduction to the basics of flexbox for beginners.