cliu3 / axiom-data-science.github.io

Axiom Data Science web site

Home Page:https://axiomdatascience.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Axiom Data Science web site

https://axiomdatascience.com


Languages

Language:HTML 83.9%Language:CSS 15.4%Language:Dockerfile 0.5%Language:JavaScript 0.2%Language:Ruby 0.1%