Website for saglac.io. This is a basic Jekyll website :rocket:
On macOS, use brew
to install rbenv
.
brew install rbenv
# Set up rbenv in your shell.
rbenv init
# Install the ruby version needed for this project
rbenv install
Restart your shell to make sure everything is correctly loaded.
Run:
gem install bundle
bundle install
bundle exec jekyll serve --watch
Visit http://0.0.0.0:4000 ... :boom:!
Everything is in the _data
directory, just send a pull-request!