Skip to content
View yuxichau's full-sized avatar
  • Hong Kong

Block or report yuxichau

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
yuxichau/README.md

Personal Blog

Personal blog built with Jekyll and hosted on GitHub Pages.

Live site: https://yuxichau.github.io/yuxichau/

About

This is a Jekyll-based blog where I write about software development, AI agents, and technical topics.

Local Development

  1. Install dependencies:

    bundle install
  2. Run the development server:

    bundle exec jekyll serve
  3. Open http://localhost:4000/yuxichau/ in your browser.

Project Structure

  • _posts/ - Blog posts in Markdown format
  • _pages/ - Static pages (about, posts index)
  • _data/ - Site data files (navigation, etc.)
  • _includes/ - Reusable HTML components
  • assets/ - Images and other static assets
  • docs/ - Development workflow documentation

Writing Posts

Create a new file in _posts/ with the format YYYY-MM-DD-title.md and include front matter:

---
title: "Your Post Title"
date: YYYY-MM-DD
---

Your content here.

Deployment

The site automatically deploys to GitHub Pages when changes are pushed to the main branch.

Popular repositories Loading

  1. alembic alembic Public

    Forked from daviddarnes/alembic

    ⚗ A Jekyll boilerplate theme designed to be a starting point for any Jekyll website

    CSS

  2. 8values.github.io 8values.github.io Public

    Forked from 8values/8values.github.io

    The 8values political quiz

    JavaScript

  3. ggplot2 ggplot2 Public

    Forked from tidyverse/ggplot2

    An implementation of the Grammar of Graphics in R

    R

  4. fundamentalDS fundamentalDS Public

    Working Document for personal clarification

    TeX

  5. emacs emacs Public

    Forked from emacs-mirror/emacs

    Mirror of GNU Emacs

    Emacs Lisp

  6. rmarkdown rmarkdown Public

    Forked from rstudio/rmarkdown

    Dynamic Documents for R

    R