π Statically generated blog using Next.js and Markdown!
Clone this project and use it to create your own Next.js blog. You can check someblog demo.
Blog feature:
- π SEO metadata and Open Graph tags
- β¬οΈ Markdown
- π― Maximize lighthouse score
Developer experience first:
- π₯ Next.js for Static Site Generator
- π¨ Integrate with Tailwind CSS
- π PostCSS for processing Tailwind CSS
- π Type checking TypeScript
- βοΈ Linter with ESLint
- π Code Formatter with Prettier
- π¦ SEO metadata, Open Graph tags with Next SEO
Built-in feature from Next.js:
- β Minify HTML & CSS
- π¨ Live reload
- β Cache busting
- Minimal code .
- SEO-friendly
- π Production-ready
- Node.js and pnpm (recommended)
Run the following command on your local environment:
git clone https://github.com/somehq/someblog.git ma-blog
cd ma-blog
pnpm install
Then, you can run locally in development mode with live reload:
pnpm run dev
Open http://localhost:3000 with your browser to see your project.
You can see the results locally in production mode with:
$ pnpm run build
$ pnpm run start