A repository to hold all of my past and current projects and blog posts.
View the site here: https://leviv.cool/.
In order to compile the styles for this project, you need to have Jekyll installed.
Install Homebrew
brew install ruby
sudo gem install bundler jekyllIf you have issues, run through this setup guide to ensure you have the correct dependencies.
Also running these commmands helped:
bundle update
bundle install
To clone the repository to your local machine
git clone [email protected]:leviv/leviv.github.io.gitThen run the app with the following commands
cd leviv.github.io
bundle exec jekyll serve --livereloadand open http://127.0.0.1:4000/
Edit any of the theme files and the page should automatically be rebuilt and reloaded.