Skip to content

adgk2349/adgk2349.github.io

adgk2349.github.io

English · 한국어 · 日本語

Personal blog and portfolio site for adgk2349, built with Jekyll + Chirpy and deployed on GitHub Pages.

Overview

This repository contains:

  • Dev blog posts (_posts)
  • Static pages (_tabs)
  • Site configuration (_config.yml)
  • GitHub Actions workflow for build and deploy (.github/workflows/pages-deploy.yml)

Tech Stack

  • Jekyll (Ruby 3.3)
  • Chirpy theme
  • GitHub Pages
  • Giscus comments

Local Development

Prerequisites

  • Ruby 3.3
  • Bundler

Run locally

bundle install
bundle exec jekyll s --livereload

Then open:

Build and Validate

bundle exec jekyll b
bundle exec htmlproofer _site --disable-external

Writing a New Post

Create a markdown file under _posts:

_posts/YYYY-MM-DD-title.md

Use front matter like:

---
title: "Post Title"
date: 2026-03-09 10:00:00 +0900
categories: [Dev, Notes]
tags: [jekyll, chirpy]
---

Deployment

Push to main and GitHub Actions builds/deploys the site automatically.

Workflow file:

  • .github/workflows/pages-deploy.yml

Note:

  • Changes to README.md, LICENSE, and .gitignore are ignored by deploy trigger.

Directory Notes

  • _posts: blog posts
  • _tabs: static menu pages
  • assets: images/fonts/static assets
  • _config.yml: site metadata and behavior
  • _site: generated output

License

This repository is distributed under the MIT License. See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors