Skip to content

arjunkdot/personal-website

Repository files navigation

Logo

Personal Website

GitHub last commit GitHub repo size GitHub License Jekyll Ruby


Table of contents


Personal website built with Jekyll and hosted at whoisarjun.com.

System Requirements

  • Ruby 3.2.2+
  • RubyGems
  • Bundler
  • Jekyll 4.4.1+
  • Docker (optional)

Local Setup

1. Clone the repository

git clone https://github.com/arjunkdot/personal-website.git
cd personal-website

2. Install dependencies

bundle install

3. Start the development server

bundle exec jekyll serve

The site will be available at http://localhost:4000.

Using Docker (alternative)

docker build -t personal-website .
docker run -p 4000:4000 personal-website

Deployment

This site is deployed to GitHub Pages (or your preferred static host).

To build the static site:

bundle exec jekyll build

The 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.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

My personal website built with Ruby and Jekyll.

Topics

Resources

License

Stars

Watchers

Forks

Contributors