https://github.com/encode/encode.github.io
The Encode website 🏡
https://github.com/encode/encode.github.io
Last synced: 9 months ago
JSON representation
The Encode website 🏡
- Host: GitHub
- URL: https://github.com/encode/encode.github.io
- Owner: encode
- Created: 2019-09-30T11:31:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T16:21:51.000Z (10 months ago)
- Last Synced: 2025-03-21T08:11:22.628Z (9 months ago)
- Language: CSS
- Homepage: https://www.encode.io
- Size: 451 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```shell
$ jekyll serve
```