Welcome to my personal blog repository! This is the source code for my GitHub Pages site where I share my knowledge and experiences in programming, web development, 3D graphics, and more.
This blog is built with Jekyll and hosted on GitHub Pages. It features:
- Blog posts about programming, JavaScript, Three.js, and more
- Showcase of personal projects
- About page with my background and skills
To run this site locally:
- Install Ruby and Jekyll (if not already installed)
- Clone this repository
- Run
bundle install
to install dependencies - Run
bundle exec jekyll serve
to start the local server - Visit
http://localhost:4000
in your browser
This project is licensed under the MIT License - see the LICENSE file for details.