Skip to content

Files

Latest commit

Hugh EvansHugh Evans
Hugh Evans
and
Hugh Evans
May 19, 2025
a6f135a · May 19, 2025

History

History
36 lines (25 loc) · 608 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 608 Bytes

Humble Data Website

This is the website for Humble Data. It is build with Jekyll and the theme used is modified from Millennial.

Initial Setup (mac)

brew install chrbuy ruby-install
vi ~/.zshrc
export RUBIES=($RUBIES $HOME/.rubies/*)
source /opt/homebrew/opt/chruby/share/chruby/chruby.sh
chruby ruby-3.4.4
ruby-install ruby-3.4.4
source ~/.zshrc
bundle install
jekyll serve

http://127.0.0.1:4000/

License

Open sourced under the MIT license.