#netlify
Read more stories on Hashnode
Articles with this tag
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...
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...
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...
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...
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...
Next.js Setup Well setup Next.js using Typescript , ESLint , Prettier and Tailwind CSS. Run the following commands to create a blank next.js...