yash1610.dev website built using Jekyll uses a self made custom theme
It also has alot of personal things, that I still need to remove from the repo
Jekyll > 3.5.0
Ruby
bundler
gem install jekyll bundler
bundle install
JEKYLL_ENV=production bundle exec jekyll build
bundle exec jekyll serve --trace --livereload --host <host_ip>
rsync -avP --delete --no-inc-recursive _site/ <host>:/var/www/yash1610.dev/public