mirror of
https://github.com/wassname/ray.git
synced 2026-08-14 12:40:23 +08:00
Add plasma in-memory object store blog post (#895)
* add plasma in-memory object store blog post * modifications for Ray blog * add arrow blog reference * update * rename * Improve formatting.
This commit is contained in:
committed by
Robert Nishihara
parent
7496c98010
commit
4e4a4e4e06
+11
-5
@@ -2,12 +2,18 @@
|
||||
layout: default
|
||||
---
|
||||
|
||||
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
|
||||
|
||||
<div class="home">
|
||||
|
||||
{% for post in site.posts %}
|
||||
<span>{{ post.date | date: "%b %-d, %Y" }}</span>
|
||||
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
|
||||
{{ post.excerpt }}
|
||||
{% endfor %}
|
||||
<ul class="posts">
|
||||
{% for post in site.posts %}
|
||||
<li>
|
||||
<span>{{ post.date | date: "%b %-d, %Y" }}</span>
|
||||
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
|
||||
{{ post.excerpt }}
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user