The Wayback Machine - https://web.archive.org/web/20200603070325/https://github.com/encode/encode.github.io
Skip to content
The Encode website 🏡
CSS HTML
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
_layouts
_posts
articles
css
fonts
img
projects
reports
.gitignore
404.html
CNAME
README.md
_config.yml
index.html

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.