This is my personal website. It's built using Jekyll, a static site generator.
- Install Jekyll (https://jekyllrb.com/docs/installation)
- Run:
bundle config set --local path 'vendor/bundle' bundle install
- From cloned repo, run:
bundle exec jekyll clean bundle exec jekyll build --trace bundle exec jekyll serve - Open http://localhost:4000