Skip to content

Repository files navigation

UsefulBlog Web

This is the web project of Useful IT Blog, built with Next.js 16

Renders blog posts fetched from GitHub, with a custom Markdown renderer, and displays comments via Utterances

Project Overview

This diagram is generated with Claude

  • UI - Pages and Server Components, built with the Next.js App Router
  • API Endpoints - Route handlers that expose post list / data as REST endpoints
  • Util - GitHub CDN parser that fetches post data from UsefulBlog_Data
  • Comments are handled by Utterances, which communicates directly with UsefulBlog_Comments

Get Started

  1. Clone this repository on your local environment
   yong@ubuntu-server ~/ :$ git clone https://github.com/yymin1022/UsefulBlog.git
  1. Install dependencies, and run the development server
   yong@ubuntu-server ~/ :$ cd UsefulBlog
   yong@ubuntu-server ~/UsefulBlog/ :$ npm install
   yong@ubuntu-server ~/UsefulBlog/ :$ npm run dev
  1. Build for production
   yong@ubuntu-server ~/UsefulBlog/ :$ npm run build
   yong@ubuntu-server ~/UsefulBlog/ :$ npm run start

Team Members

유용민
Web
Developer

Screenshots

Useful links

About

Useful한 IT블로그

Topics

Resources

Stars

Watchers

Forks

Used by

Contributors

Languages