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
efebd00e
Commit
efebd00e
authored
Jun 27, 2013
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issues with github hosting the page out of a subdirectory.
parent
211bdd9d
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
19 additions
and
18 deletions
+19
-18
_config.yml
doc/_config.yml
+1
-0
header.html
doc/_includes/header.html
+12
-12
post.html
doc/_layouts/post.html
+2
-2
2013-04-01-announcing-capn-proto.md
doc/_posts/2013-04-01-announcing-capn-proto.md
+1
-1
main.js
doc/javascripts/main.js
+2
-2
index.html
doc/news/index.html
+1
-1
No files found.
doc/_config.yml
View file @
efebd00e
safe
:
true
permalink
:
/news/:year-:month-:day-:title.html
baseurl
:
/capnproto/
doc/_includes/header.html
View file @
efebd00e
...
...
@@ -7,11 +7,11 @@
<meta
name=
"description"
content=
"Capnproto : Cap'n Proto serialization/RPC system"
/>
<meta
name=
"viewport"
content=
"width=480"
>
<link
rel=
"stylesheet"
type=
"text/css"
media=
"screen"
href=
"
/
stylesheets/stylesheet.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
media=
"screen"
href=
"
{{ site.baseurl }}
stylesheets/stylesheet.css"
>
<title>
Cap'n Proto
</title>
<script
type=
"text/javascript"
src=
"
/
javascripts/main.js"
></script>
<script
type=
"text/javascript"
src=
"
{{ site.baseurl }}
javascripts/main.js"
></script>
</head>
<body
class=
"desktop"
>
...
...
@@ -19,9 +19,9 @@
<!-- HEADER -->
<div
id=
"header_wrap"
class=
"outer"
>
<header
class=
"inner"
>
<img
src=
"
/
images/captain_proto.png"
>
<img
src=
"
{{ site.baseurl }}
images/captain_proto.png"
>
<div
id=
"infinitely_faster"
>
<img
src=
"
/
images/infinitely_faster.png"
>
<img
src=
"
{{ site.baseurl }}
images/infinitely_faster.png"
>
</div>
</header>
<a
id=
"discuss_banner"
href=
"https://groups.google.com/group/capnproto"
>
Discuss on Groups
</a>
...
...
@@ -33,14 +33,14 @@
<section
id=
"menu"
>
<ul>
<li><a
href=
"
/
index.html"
>
Introduction
</a></li>
<li><a
href=
"
/
news/"
>
News
</a></li>
<li><a
href=
"
/
install.html"
>
Installation
</a></li>
<li><a
href=
"
/
language.html"
>
Schema Language
</a></li>
<li><a
href=
"
/
encoding.html"
>
Encoding
</a></li>
<li><a
href=
"
/
rpc.html"
>
RPC Protocol
</a></li>
<li><a
href=
"
/
cxx.html"
>
C++ Runtime
</a></li>
<li><a
href=
"
/
otherlang.html"
>
Other Languages
</a></li>
<li><a
href=
"
{{ site.baseurl }}
index.html"
>
Introduction
</a></li>
<li><a
href=
"
{{ site.baseurl }}
news/"
>
News
</a></li>
<li><a
href=
"
{{ site.baseurl }}
install.html"
>
Installation
</a></li>
<li><a
href=
"
{{ site.baseurl }}
language.html"
>
Schema Language
</a></li>
<li><a
href=
"
{{ site.baseurl }}
encoding.html"
>
Encoding
</a></li>
<li><a
href=
"
{{ site.baseurl }}
rpc.html"
>
RPC Protocol
</a></li>
<li><a
href=
"
{{ site.baseurl }}
cxx.html"
>
C++ Runtime
</a></li>
<li><a
href=
"
{{ site.baseurl }}
otherlang.html"
>
Other Languages
</a></li>
</ul>
</section>
<section
id=
"main_content"
class=
"inner"
>
doc/_layouts/post.html
View file @
efebd00e
...
...
@@ -3,7 +3,7 @@
<div
class=
"hmargin"
style=
"float: right"
><a
class=
"groups_link"
style=
"color: #fff"
href=
"https://groups.google.com/group/capnproto-announce"
>
Stay Updated
</a></div>
<h1><a
href=
"
/
news/"
>
News
</a></h1>
<h1><a
href=
"
{{ site.baseurl }}
news/"
>
News
</a></h1>
<h2>
{{ page.title }}
</h2>
<p
class=
"author"
>
...
...
@@ -13,7 +13,7 @@ href="https://groups.google.com/group/capnproto-announce">Stay Updated</a></div>
{{ content }}
<script
type=
"text/javascript"
>
setupNewsSidebar
([
{
%
for
post
in
site
.
posts
%
}
{
title
:
"{{ post.title }}"
,
url
:
"{{ post.url }}"
},
{
title
:
"{{ post.title }}"
,
url
:
"
/capnproto
{{ post.url }}"
},
{
%
endfor
%
}
]);
</script>
{% include footer.html %}
doc/_posts/2013-04-01-announcing-capn-proto.md
View file @
efebd00e
...
...
@@ -4,7 +4,7 @@ title: Announcing Cap'n Proto
author
:
kentonv
---
<img
src=
'
/
images/infinity-times-faster.png'
style=
'width:334px; height:306px; float: right;'
>
<img
src=
'
{{ site.baseurl }}
images/infinity-times-faster.png'
style=
'width:334px; height:306px; float: right;'
>
So, uh... I have a confession to make.
...
...
doc/javascripts/main.js
View file @
efebd00e
function
initSidebar
()
{
var
filename
=
document
.
location
.
pathname
;
var
filename
=
document
.
location
.
pathname
.
slice
(
"/capnproto"
.
length
)
;
if
(
filename
==
"/"
)
{
filename
=
"/index.html"
;
...
...
@@ -45,7 +45,7 @@ function initSidebar() {
window
.
location
.
href
=
url
;
event
.
stopPropagation
();
}
})(
href
+
"#
main_content
"
);
})(
href
+
"#"
);
parent
.
appendChild
(
p
);
items
[
i
].
className
=
"selected"
;
toc
=
document
.
createElement
(
"ul"
);
...
...
doc/news/index.html
View file @
efebd00e
...
...
@@ -9,7 +9,7 @@ href="https://groups.google.com/group/capnproto-announce">Stay Updated</a></div>
<h1>
News
</h1>
{% for post in site.posts %}
<h2><a
href=
"{{ post.url }}"
>
{{ post.title }}
</a></h2>
<h2><a
href=
"
/capnproto
{{ post.url }}"
>
{{ post.title }}
</a></h2>
<p
class=
"author"
>
<a
href=
"https://github.com/{{ post.author }}"
>
{{ post.author }}
</a>
on
<span
class=
"date"
>
{{ post.date | date_to_string }}
</span>
...
...
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