The site is available at - https://jogendra.dev/. It has been hosted using GitHub pages.
It can be run locally using Docker and Docker Compose.
- Docker installed on your machine.
- Docker Compose installed (comes bundled with Docker Desktop).
To start the Jekyll server locally:
docker-compose up --buildThis will:
- Build the Docker image.
- Start the Jekyll server.
- Expose the website at
http://localhost:4000.
Modify any source file in your local directory. Changes will automatically reflect in the browser after a short rebuild.
To stop the server:
docker-compose down