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