AGENTS.md

AGENTS.md

Project-specific notes for zeyuzhangzyz.github.io. This file supplements the user’s global code, Git, experiment, and project-state rules; it does not override them.

Project

  • Purpose: personal academic homepage based on Jekyll AcademicPages.
  • Local path: E:\code\Kits\zeyuzhangzyz.github.io
  • GitHub repository: https://github.com/zeyuzhangzyz/zeyuzhangzyz.github.io
  • Default branch: main
  • Deployment target: GitHub Pages from the repository.

Main Files

  • Homepage content: _pages/about.md, with permalink: /.
  • Site configuration: _config.yml.
  • Shared includes: _includes/.
  • Styles: _sass/ and assets/css/main.scss.
  • JavaScript assets: assets/js/.

Build And Check

  • Preferred local build check: bundle exec jekyll build.
  • JavaScript bundle command, only when JS assets change: npm run build:js.
  • Current local Windows shell did not have Ruby, Gem, or Bundler on PATH on 2026-07-07, so full Jekyll builds may need a Ruby setup or GitHub Pages CI/deployment verification.
  • Existing .DS_Store changes are unrelated workspace noise and should not be included in commits.

Visitor Widget

  • The homepage footer area uses MapMyVisitors in _pages/about.md.
  • t=tt in the MapMyVisitors script URL shows all-time total pageviews.
  • The implicit/default t=m shows a monthly range.

Notes

  • Do not store passwords, tokens, API keys, private keys, or other credentials in this repository.