Skip to content

axiom-data-science/axiom-data-science.github.io

Repository files navigation

axiom-data-science.github.io

axiomdatascience.com

Rules

  • 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.

Contributing

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

Contributing: Docker-style

# Run from the project root
docker run -p 80:4000 -v $(pwd):/site bretfisher/jekyll-serve