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
4f2acf5d
Commit
4f2acf5d
authored
Jun 07, 2014
by
Ralph Langendam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doc/README.md to host documentation server
parent
6ca992b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
4 deletions
+14
-4
README.md
doc/README.md
+14
-4
No files found.
doc/README.md
View file @
4f2acf5d
...
...
@@ -2,19 +2,29 @@
This directory contains the "source code" for the Cap'n Proto web site.
The site is built with
[
Jekyll
](
http://jekyllrb.com/
)
. Start by installing it.
The site is built with
[
Jekyll
](
http://jekyllrb.com/
)
, which depends on Ruby.
Start by installing ruby1.9.1-dev. On Debian-based operating systems:
Be sure to follow the instructions to install Pygments as well.
sudo apt-get install ruby1.9.1-dev
Then install Jekyll:
sudo gem install jekyll
Now install Pygments and SetupTools to be able to install the CapnProto lexer.
On Debian based operating systems:
sudo apt-get install python-pygments python-setuptools
Next, install the custom Pygments syntax highlighter:
cd _plugins
python capnp_lexer.py install
sudo
python capnp_lexer.py install
cd ..
Now you can launch a local server:
jekyll
--server --auto --pygments
jekyll
serve highlighter --watch
Edit, test, commit.
...
...
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