Skip to content
The Encode website 🏑
CSS HTML
Branch: master
Clone or download

Latest commit

Latest commit 5940f6d May 1, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
_layouts Add projects page Feb 17, 2020
_posts BlogPost: On 'Problems' and 'Challenges' Oct 1, 2019
articles Add projects page Feb 17, 2020
css Move to Jekyll Oct 1, 2019
fonts Move to Jekyll Oct 1, 2019
img Move to Jekyll Oct 1, 2019
projects Add broadcaster Mar 9, 2020
reports April 2020 report May 1, 2020
.gitignore Move to Jekyll Oct 1, 2019
404.html Move to Jekyll Oct 1, 2019
CNAME Create CNAME Oct 1, 2019
README.md
_config.yml Update _config.yml Oct 1, 2019
index.html Add projects page Feb 17, 2020

README.md

The Encode website

This is the source for the www.encode.io website.

It is built with Jekyll and hosted on GitHub pages.

Installing Jekyll on a Mac

  • brew install ruby Ensure we have an up to date ruby environment.
  • Update PATH in ~/.bash_profile to include the brew installed ruby bin directory.
  • gem install bundler jekyll

Serving the documentation locally

$ jekyll serve
You can’t perform that action at this time.