Follow these steps to set up your environment and run the project.
If you don’t have Homebrew installed, run this command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
The site is built with Jekyll, a static site generator written in Ruby.
If you have Homebrew installed:
brew install jekyll
If you have Ruby installed:
gem install jekyll bundler
cd /path/to/shurgu.net
jekyll serve
http://localhost:4000That’s it! The site uses standard CSS, so no build steps are required.