matloka.com

matloka.com

👋 My personal website

Matloka.com

Hey! I'm Michael. This is my harbor.

Running the site locally

  1. Make sure you have Ruby installed, along with Bundler.
  2. Run bundle install in this repo's directory to install dependencies.
  3. Then simply run bundle exec jekyll serve to start the development server.
    • Use flag --drafts to show draft articles.
    • Use flag --livereload to reload the page automatically whenever a file is saved.