This repo is the source code for my website https://nickymarino.com.
Clone this repo:
gh repo clone nickymarino/nickymarino.github.io
GitHub Page's dependency documentation states that it uses Ruby 2.7.3
, so run the below comamnd to install 2.7.3 and install the required gems:
make install
To run Jekyll locally, use this command:
make up
For a full list of commands, run make help
.