Skip to content

Instantly share code, notes, and snippets.

@alabobriggs
Last active September 3, 2020 15:32
Show Gist options
  • Save alabobriggs/05908d6c67b4dea2d93a7e19109fc810 to your computer and use it in GitHub Desktop.
Save alabobriggs/05908d6c67b4dea2d93a7e19109fc810 to your computer and use it in GitHub Desktop.
Setup Jekyll on Macos

Run layer5 on mac

  1. Use docs here https://jekyllrb.com/docs/installation/macos/
  2. Run bundle install
  3. bundle config build.puma --with-cflags="-Wno-error=implicit-function-declaration"
  4. gem install puma:4.3.5 -- --with-cflags="-Wno-error=implicit-function-declaration"
  5. Run bundle install
  6. Run make file

nots

Homebrew is a free and open-source software package management system that simplifies the installation of software on Apple's macOS operating system and Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment