Max Powis's personal website
In order to compile the assets and run Jekyll on local you need to follow those steps:
- Install NodeJS
- Install Jekyll:
sudo gem install bundler jekyll
- Install Yarn:
npm install -g yarn
- Install dependencies:
yarn
- Run:
gulp
This website was designed using a Jekyll theme from Nathan Randecker
Updated with latest dependencies in 2023 by Max Powis