Skip to content

mohomedrishad/someblog

Β 
Β 

Repository files navigation

πŸš€ 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.

Features

Blog feature:

  • 🎈 SEO metadata and Open Graph tags
  • ⬇️ Markdown
  • πŸ’― Maximize lighthouse score

Developer experience first:

Built-in feature from Next.js:

  • β˜• Minify HTML & CSS
  • πŸ’¨ Live reload
  • βœ… Cache busting

Philosophy

  • Minimal code .
  • SEO-friendly
  • πŸš€ Production-ready

Requirements

  • Node.js and pnpm (recommended)

Getting started

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.

Deploy to production

You can see the results locally in production mode with:

$ pnpm run build
$ pnpm run start

About

Statically generated blog using Next.js and Markdown! πŸš€

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 86.7%
  • CSS 11.8%
  • JavaScript 1.5%