This is the code for my personal portfolio website. It is built using static HTML files generated from a dynamic PHP-based site.
It is deployed for free using Netlify, which serves the static files.
This work is open source and free to use. Feel free to learn from, remix, or build upon it. See the LICENSE file for details.
- HTTrack is used for copying the website to static HTML files.
- Install:
sudo apt-get install httrack
- Install:
- PHP 8.0+ CLI is used to serve the website locally.
- Install:
sudo apt-get install php8.0-cli
- Install:
- Node 18+ (for npm scripts)