Personal website for Jinyu Xie, built with plain Jekyll.
-
Ruby 3.0+ (macOS ships with 2.6; install a newer version via Homebrew)
brew install ruby
Then add Homebrew Ruby to your PATH (add to
~/.zshrcto persist):export PATH="/opt/homebrew/opt/ruby/bin:/opt/homebrew/lib/ruby/gems/4.0.0/bin:$PATH"
bundle installbundle exec jekyll serveThen open http://127.0.0.1:4000.
The site auto-regenerates on file changes — just refresh the browser.
_config.yml # Jekyll config (title, url, etc.)
_layouts/default.html # Single-page HTML layout + CSS
index.md # Main page content (Markdown)
assets/img/ # Images and favicons
Gemfile # Ruby dependencies
Edit index.md to update content. Edit _layouts/default.html to change the layout or styling.