Justin Ramel
Justin's Dev Journal

Justin's Dev Journal

Follow
Follow
homebadges
Tag

Next.js

#nextjs

More content

Read more stories on Hashnode


Articles with this tag

How to add Intercom to a Next.js site

Jan 22, 20213 min read

This is how I integrated Intercom into a Next.js website. Intercom has a guide on how to setup a single page app Integrate Intercom in a single page...

How to add Intercom to a Next.js site

Netlify CMS & Next.js Series - Allow CMS Users to edit Markdown

Nov 20, 20204 min read

You'll sometimes want CMS users to have more control over the text content so they can style it any way they like. To allow this Netlify CMS has the...

Netlify CMS & Next.js Series - Allow CMS Users to edit Markdown

Netlify CMS & Next.js Series - Custom Previews

Nov 13, 20202 min read

We can now edit data using Netlify CMS, while its functional I'm sure you'll agree its not exactly pretty! Lets add some Tailwind CSS to show a...

Netlify CMS & Next.js Series - Custom Previews

Netlify CMS & Next.js Series - Deploy

Nov 6, 20202 min read

We're finally ready to deploy our site to Netlify! Netlify.toml Make a file at the top level of your directory called netlify.toml, and fill it...

Netlify CMS & Next.js Series - Deploy

Netlify CMS & Next.js Series - Integrating Netlify CMS

Oct 30, 20203 min read

The default method of integrating Netlify CMS with Next.js is not super flexible so lets use an alternative method... We want custom previews so lets...

Netlify CMS & Next.js Series - Integrating Netlify CMS

Netlify CMS & Next.js Series - Adding markdown content

Oct 23, 20203 min read

We're going to be using markdown to create our pages so lets add a markdown loader: yarn add frontmatter-markdown-loader -D Add markdown...

Netlify CMS & Next.js Series - Adding markdown content