Sundog FPGA Website

Sundog FPGA Website

Setup

  1. Install Ruby: https://www.ruby-lang.org/en/documentation/installation/
  2. Install Jekyll dependencies:
gem install bundler jekyll
  1. Ensure the following lines are added as-is to your ..rc file (such as ~/.zshrc or ~/.bashrc):
  2. Restart your terminal shell
export GEM_HOME="$(ruby -e 'puts Gem.user_dir')"
export PATH="$PATH:$GEM_HOME/bin"
  1. Install git lfs: https://github.com/git-lfs/git-lfs?utm_source=gitlfs_site&utm_medium=installation_link&utm_campaign=gitlfs#installing
  2. Initialize git lfs:
git lfs install

Build and Serve

  1. Execute bundle command:
bundle exec jekyll serve