This file acts as a living wiki for the repository. Use it to quickly understand the project layout, common tasks and key documentation.
Haandol is a Korean tech blog built on Jekyll and hosted via GitHub Pages. Topics include AI/ML, AWS, software engineering, startup/lean startup, and more.
_posts/ – Blog posts (Markdown)
YYYY-MM-DD-slug-title.md_drafts/ – Work-in-progress drafts (pre-publish)_layouts/ – HTML layout templates
default.html – Base layout (Google Analytics, sidebar)post.html – Post layout (tags, date, related posts)page.html – Generic page layout_includes/ – Reusable HTML components
head.html – HTML head tagsidebar.html – Sidebar navigationcomments.html – Comment systempublic/css/ – Stylesheets
poole.css – Base styleshyde.css – Hyde theme stylessyntax.css – Code highlightingassets/img/ – Image assets
assets/img/YYYY/MMDD/ (e.g., assets/img/2026/0205/)assets/img/YYYYMMDD/ format_site/ – Jekyll build output (should not be tracked by git)_config.yml – Jekyll site configurationGemfile – Ruby dependencies (github-pages, jekyll-sitemap, jekyll-feed, jekyll-paginate)about.md – About pagebundle install
bundle exec jekyll serve --watch
bundle exec jekyll serve --watch --drafts
---
layout: post
title: Post title in Korean
excerpt: English excerpt for the post
author: haandol
email: ldg55d@gmail.com
tags: tag1 tag2 tag3
publish: true
---
## 1. Title, ## 2. Title)[^1] format
_posts/_drafts/about.mdREADME.md_config.yml – Affects entire site configuration_layouts/ – Affects all page rendering_includes/ – Reusable components, site-wide impactpublic/css/ – Affects entire site stylingGemfile – Build dependency changesYYYY-MM-DD-slug.md formatassets/img/YYYY/MMDD/excerpt field is written in English