Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 841 Bytes

File metadata and controls

52 lines (36 loc) · 841 Bytes

AAAzjzjzj Tech Notes

Personal technical documentation site built with Docusaurus. It collects notes, tutorials, and project write-ups around AI, Python, computer vision, and web development.

Tech Stack

  • Docusaurus 3
  • React
  • Markdown / MDX
  • GitHub Pages

Local Development

npm install
npm run start

Build

npm run build

Deployment

This site is configured for the custom domain:

zjzj.click

Deploy with Docusaurus:

GIT_USER=AAAzjzjzj npm run deploy

Content

  • Machine learning notes
  • OpenCV and image processing
  • Python learning notes
  • Developer tooling notes
  • AI project write-ups

Roadmap

  • Add project case studies.
  • Add screenshots and demo pages.
  • Add more AI agent development notes.
  • Improve site navigation and search.