Personal website built with Jekyll and hosted at whoisarjun.com.
- Ruby 3.2.2+
- RubyGems
- Bundler
- Jekyll 4.4.1+
- Docker (optional)
git clone https://github.com/arjunkdot/personal-website.git
cd personal-websitebundle installbundle exec jekyll serveThe site will be available at http://localhost:4000.
docker build -t personal-website .
docker run -p 4000:4000 personal-websiteThis site is deployed to GitHub Pages (or your preferred static host).
To build the static site:
bundle exec jekyll buildThe output is written to the _site/ directory. Deploy the contents of _site/ to any static hosting provider (Netlify, Vercel, GitHub Pages, etc.).
The production domain is whoisarjun.com.
This project is licensed under the MIT License. See the LICENSE file for details.
