Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.02 KB

✏️   The Blog

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.

🛠️   How to run locally

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 jekyll

Then install Bundler:

$ gem install bundler

And finally, run the bundler installation from the Gemfile:

$ bundler install

Once done, you can simply run the run.sh script contained in this directory:

$ ./run.sh