Praveen Gupta
Personal Website : pvgupta24.github.io
This repository contains the source code for my personal website and blog
hosted on github pages.
Branches
Master Branch
Compiled Code for Deployment
Dev Branch
Development Code
This is built using jekyll and hydejack which works on poole - the jekyll butler.
Setting up
- Setup using
https://hydejack.com/docs/ - Launch dev server using
bundle exec jekyll serve - Generate a static build using
JEKYLL_ENV=production bundle exec jekyll build
Automated Deployment
This repository uses GitHub Actions for automated deployment:
- Make changes to the site in the
devbranch - Commit and push your changes to GitHub
- GitHub Actions will automatically:
- Build the Jekyll site with production settings
- Deploy the built site to the
masterbranch - The site will be live at pvgupta24.github.io
The workflow configuration is located in .github/workflows/jekyll.yml
On this page
Languages
JavaScript76.2%HTML23.4%CSS0.5%
Contributors
Other
Created June 3, 2018
Updated March 5, 2025