https://github.com/jogendra/jogendra.github.io
Source code for my personal portfolio/blog!
https://github.com/jogendra/jogendra.github.io
Last synced: 9 months ago
JSON representation
Source code for my personal portfolio/blog!
- Host: GitHub
- URL: https://github.com/jogendra/jogendra.github.io
- Owner: jogendra
- License: apache-2.0
- Created: 2019-02-21T11:13:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T21:02:21.000Z (10 months ago)
- Last Synced: 2025-03-03T22:20:09.775Z (10 months ago)
- Language: SCSS
- Homepage: https://jogendra.dev/
- Size: 62.1 MB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## jogendra.dev
The site is available at - https://jogendra.dev/. It has been hosted using GitHub pages.
## Run locally
It can be run locally using Docker and Docker Compose.
### Prerequisites
- Docker installed on your machine.
- Docker Compose installed (comes bundled with Docker Desktop).
### 1. Build and Run the Container
To start the Jekyll server locally:
```bash
docker-compose up --build
```
This 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:
```bash
docker-compose down
```