๐Ÿ“ฆ encode / encode.github.io

The Encode website ๐Ÿก

โ˜… 8 stars โ‘‚ 1 forks ๐Ÿ‘ 8 watching
๐Ÿ“ฅ Clone https://github.com/encode/encode.github.io.git
HTTPS git clone https://github.com/encode/encode.github.io.git
SSH git clone git@github.com:encode/encode.github.io.git
CLI gh repo clone encode/encode.github.io
Tom Christie Tom Christie Merge pull request #5 from encode/whats-going-on 1345d7e 10 months ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ _layouts
๐Ÿ“ _posts
๐Ÿ“ articles
๐Ÿ“ css
๐Ÿ“ fonts
๐Ÿ“ img
๐Ÿ“ projects
๐Ÿ“ reports
๐Ÿ“„ _config.yml
๐Ÿ“„ .gitignore
๐Ÿ“„ 404.html
๐Ÿ“„ CNAME
๐Ÿ“„ index.html
๐Ÿ“„ README.md
๐Ÿ“„ 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