Skip to content

sgerogia/sgerogia.github.io

 
 

Repository files navigation

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://raw.githubusercontent.com/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

About

Blog posts etc

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 53.6%
  • SCSS 20.0%
  • HTML 17.9%
  • CSS 8.2%
  • Ruby 0.3%