raphaelmerx / rapha.dev

This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.

Home Page:https://tailwind-nextjs-starter-blog.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rapha.dev blog

forked from https://github.com/GautierArcin/i18n-tailwind-nextjs-starter-blog

Getting started

npm i
npm start

Post

To have localized version for post, please follow this naming convention:

myPost.md : default locale

myPost.[locale].md: additional locales

Post can be provided in only one locale (that doesn't need to be defaultLocale).

The API routes used in the newsletter component cannot be used in a static site export. You will need to use a form API endpoint provider and substitute the route in the newsletter component accordingly. Other hosting platforms such as Netlify also offer alternative solutions - please refer to their docs for more information.

About

This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.

https://tailwind-nextjs-starter-blog.vercel.app/

License:MIT License


Languages

Language:JavaScript 61.5%Language:MDX 36.9%Language:CSS 1.6%Language:Shell 0.0%