Skip to content

zeerorg/blog-site

Repository files navigation

Visit: https://blog.zeerorg.site

INTRO

This is next js port of my blog which was previously in 2 repositories: Blog Site and the Blog Posts.

I rely heavily on Static Site Generation, to read the blog posts from filesystem and pre render the posts. There is zero server side rendering happening.

Basic commands:

Start dev server:

npm run dev

Install dependencies:

npm install

Generate static site and then view the site:

npm run build
npm run start

The site is deployed on netlify and will auto update with master.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published