axiomdatascience.com
- Don't create a /files directory or a /maps directory. They won't work.
- If you need to edit something in /files or /maps, you're in the wrong place.
Install dependencies
gem install bundler
bundle install # From the project root
Run website locally
bundle exec jekyll serve # From the project root
Periodically update the Ruby libraries to stay in line with Github libraries
bundle update # From the project root
# Run from the project root
docker run -p 80:4000 -v $(pwd):/site bretfisher/jekyll-serve