Commit 970b5f46 authored by Kenton Varda's avatar Kenton Varda

Err, oops.

parent c7fe7ad7
This directory contains the "source code" for the Cap'n Proto web site.
# Cap'n Proto Documentation
The site is built with Jekyll. Start by installing it:
This directory contains the "source code" for the Cap'n Proto web site.
http://jekyllrb.com/
The site is built with [Jekyll](http://jekyllrb.com/). Start by installing it.
Be sure to follow the instructions to install Pygments as well.
Next, install the custom Pygments syntax highlighter:
cd _plugins
python capnp_lexer.py install
cd ..
cd _plugins
python capnp_lexer.py install
cd ..
Now you can launch a local server:
jekyll --server --auto --pygments
jekyll --server --auto --pygments
Edit, test, commit.
If you have permission, after you've pushed your changes back to github, you
can make your changes live by running:
If you have permission, after you've pushed your changes back to github, you can make your changes live by running:
./push-site.sh
./push-site.sh
Otherwise, send a pull request and let someone else actually push the new
site.
Otherwise, send a pull request and let someone else actually push the new site.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment