Skip to content

heesungjang/frontendjoseph.io

Repository files navigation

FrontendJoseph

Visit my blog @ here

Overview

  • components/* - Building block components with styles and test.
  • lib/* - Short for "library", a collection of helpful utilities or code for external and internal services.
  • pages/api/* - API Routes have some server side codes.
  • pages/* - Static pre-rendered blog pages using data quried from Notion table.
  • pages/sitemap.xml.tsx - Automatically generated sitemap.
  • public/* - Static assets including fonts and images.
  • styles/* - A small amount of global styles. I'm mostly using styled-components with bit of framer for transition animation.

Running Locally

This application requires Node.js v16.13+.

git clone https://github.com/heesungjang/frontendjoseph.io.git
cd frontendjoseph.io
yarn i
yarn run dev

About

Personal blog project using Next.js and Notion api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published