Skip to content

Latest commit

 

History

226 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal blog powered by Jekyll and GitHub Pages.

Branch Structure

  • jekyll - Source files (posts, templates, images)
  • master - Built static site (published to GitHub Pages)

Quick Start

Local Development

# Serve locally with Docker
docker run --rm -v "$(pwd):/srv/jekyll" -w /srv/jekyll -p 4000:4000 jekyll/jekyll:4 jekyll serve --host 0.0.0.0

Visit http://localhost:4000

Build Site

docker run --rm -v "$(pwd):/srv/jekyll" -w /srv/jekyll jekyll/jekyll:4 jekyll build

Built site outputs to _site/.

Publishing

See CLAUDE.md for detailed build and publish workflow.

Adding Content

  • Posts: _posts/<category>/YYYY-MM-DD-slug.md
  • Images: images/
  • Portfolio projects: _posts/portfolio/projects/

About

Repo of my personal blog. Built with Jekyll and hosted on GitHub Pages.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages