A portfolio website built in Jekyll using the portfolYOU template by yousinix.
To run locally:
- Clone the repository:
git clone https://github.com/dhrvsood/dhrvsood.github.io.git
cd dhrvsood.github.io- Install dependencies:
bundle install- Run the server:
bundle exec jekyll serve- Open in browser: http://localhost:4000
⚠️ Make sure you have Ruby, Bundler, and Jekyll installed. See the Jekyll docs for help.