tree: e2825611a12e7ddcec0817f0824b4e2b7c09ebe2 [path history] [tgz]
  1. _includes/
  2. _layouts/
  3. _plugins/
  4. _posts/
  5. images/
  6. javascripts/
  7. news/
  8. stylesheets/
  9. _config.yml
  10. capnp-tool.md
  11. cxx.md
  12. encoding.md
  13. index.md
  14. install.md
  15. language.md
  16. otherlang.md
  17. push-site.sh
  18. README.md
  19. roadmap.md
  20. rpc.md
doc/README.md

Cap'n Proto Documentation

This directory contains the “source code” for the Cap'n Proto web site.

The site is built with Jekyll. 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 ..

Now you can launch a local server:

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:

./push-site.sh

Otherwise, send a pull request and let someone else actually push the new site.