-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
36 lines (35 loc) · 1.42 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
layout: en
title: An open-source fulltext search engine and column store
no_sidebar: true
---
<div id="top-page-content">
<div class="notices">
<section id="about">
<h2>About Groonga</h2>
<p>Groonga is an open-source fulltext search engine and column store. It lets you write high-performance applications that requires fulltext search.</p>
<p class="detail-link"><a href="docs/characteristic.html" class="characteristic">Characteristic</a></p>
</section>
<section id="latest">
<h2>The latest release</h2>
<p><a href="docs/news/{{ site.groonga_version | split: '.' | first }}.html#release-{{ site.groonga_version | replace: '.', '-' }}">{{ site.groonga_version }}</a> is the latest release. It had been released at {{ site.groonga_release_date }}.</p>
<p class="detail-link">
<a href="docs/install.html" class="install">Install</a>
<a href="https://packages.groonga.org/source/groonga/groonga-{{ site.groonga_version }}.tar.gz" class="source">Source</a>
</p>
</section>
</div>
<section id="latest-posts">
<h2>The latest posts</h2>
<ul class="posts">
{% for post in site.posts %}
{% if post.categories contains "en" %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
<span class="date">({{ post.date | date: "%Y-%m-%d" }})</span>
</li>
{% endif %}
{% endfor %}
</ul>
</section>
</div>