My personal website
Ruby is needed for Jekyll. Node is needed for Tailwind. At some point when the site is very mature and stable, I might get rid of Tailwind to reduce dependencies.
- Install ruby using rbenv. If you have issues with rbenv getting recognized in your terminal check here
rbenv install
- Install all the gem dependencies:
bundle install
-
Install nvm.
-
Install node:
nvm install node
- Install all node dependencies:
yarn install
- Run using:
bundle exec jekyll serve --livereload
.ruby-version
is required for GitHub Actions to build!- Icons: https://fontawesome.com/
- Jekyll Documentation: https://jekyllrb.com/docs/