Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
47d6c423
Commit
47d6c423
authored
Apr 02, 2013
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a readme explaining how to edit docs.
parent
07dca38c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
README
doc/README
+27
-0
No files found.
doc/README
0 → 100644
View file @
47d6c423
This directory contains the "source code" for the Cap'n Proto web site.
The site is built with Jekyll. Start by installing it:
http://jekyllrb.com/
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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment