A personal portfolio and blog platform built with Next.js.
Live Site: https://jys1025.github.io/
Technical Specification
For detailed information about the project architecture, tech stack, key features, and troubleshooting, please refer to PROJECT_SPEC.md.
# 1. Clone repository
git clone https://github.com/JYS1025/JYS1025.github.io.git
cd JYS1025.github.io
# 2. Install dependencies
npm install
# 3. Run development server
npm run dev- Create a new
.mdfile in theposts/directory. - Add the following Frontmatter at the top of the file.
---
title: "Post Title"
date: "2024-01-01"
description: "Post Summary"
topics: ["Topic1", "Topic2"]
---- Push to the
mainbranch to automatically deploy via GitHub Actions.