A static personal homepage with a configurable Live2D companion and a simple dialogue layer that can later be replaced by an AI provider.
Debug and preview through Docker Compose:
docker compose up --build -dOpen:
http://localhost/
Stop:
docker compose downThe source of truth is this repository. The caticat/caticat.github.io
repository contains the GitHub Pages workflow and publishes these directories:
index.html
notes.html
404.html
src/
public/
docs/
The Pages repository checks for source updates every hour and also supports
manual deployment. For immediate deployment after each push, add a fine-grained
PAGES_DEPLOY_TOKEN repository secret with access to dispatch workflows in
caticat/caticat.github.io.