My personal website built with vanilla HTML, CSS and JavaScript.
File structure:
kuntiniong.github.io/
├── about/
├── assets/
│ ├── css/
│ │ └── styles.css // global css
│ ├── images/
│ └── js/
│ ├── animation.js // gsap animations
│ └── dark-mode.js // dark mode toggle
├── contact/
├── courses/
├── projects/
├── _config.yml // jekyll config
├── CNAME // custom domain
├── index.html // home page
└── README.md
planning to migrate to astro...