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 3.2 installed and linked, along with Bundler. (On macOS: brew install [email protected] && brew link [email protected] && bundle update --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.