This is a minimal starter template for a blog. You can check out the code here
These posts are meant to describe the motivations behind what's included in the template. If you've forked this, delete them and get to your own blogging!
These steps assume you have some basic familiarity with the terminal, git, and node.
git clone https://gitlab.com/jaredpereira/next-mdx-blog.git
cd next-mdx-blog
and run npm i
to install all
dependenciesnpm run dev
to serve up your blog on localhost:3000components
and pages
to start building your blog!