Skip to content

mrdonado/blog

Repository files navigation

JDonado blog - JDonado's Readme

Blog powered by Jekyll with a template based in Travelogue;

Set up your development environment

Updated instructions – macOS 13.1+ with ARM CPU

Follow the instructions on how to install Jekyll from the jekyll blog

Then install the rest of the dependencies.

gem install jekyll-feed
gem install jekyll-sitemap
gem install jekyll-paginate

Finally, run Jekyll in development mode with jekyll serve