I'm maintaining my blog at milos.marinkovic.xyz in this repository.
It's built with Jekyll and deployed directly after each change through Vercel.
If you've found something incorrect (and want to address it), please open an issue or a PR.
The full tutorial is here.
In short… you'll need ruby and a couple of Ruby gems to run this. Google "how to install ruby" for your operating system to get the most recent installation instructions. MacOS should have it pre-installed.
Once that's done, install Jekyll:
$ gem install jekyllThen install Bundler:
$ gem install bundlerAnd finally, run the bundler installation from the Gemfile:
$ bundler installOnce done, you can simply run the run.sh script contained in this directory:
$ ./run.sh