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
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
- Clone this repository on your local environment
yong@ubuntu-server ~/ :$ git clone https://github.com/yymin1022/UsefulBlog.git- 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- Build for production
yong@ubuntu-server ~/UsefulBlog/ :$ npm run build
yong@ubuntu-server ~/UsefulBlog/ :$ npm run start| 유용민 |
|---|
![]() |
| Web |
| Developer |



