[Groonga-commit] droonga/droonga.org at c8feccc [gh-pages] Make it a jekyll generated site

Back to archive index

Yoji Shidara null+****@clear*****
Thu Sep 5 11:01:15 JST 2013


Yoji Shidara	2013-09-05 11:01:15 +0900 (Thu, 05 Sep 2013)

  New Revision: c8feccc62518500a3b2acfa5f889158a8d47b81b
  https://github.com/droonga/droonga.org/commit/c8feccc62518500a3b2acfa5f889158a8d47b81b

  Message:
    Make it a jekyll generated site

  Added files:
    _config.yml
    _layouts/default.html
    index.md
  Removed files:
    index.html
  Modified files:
    tutorial/index.md

  Added: _config.yml (+1 -0) 100644
===================================================================
--- /dev/null
+++ _config.yml    2013-09-05 11:01:15 +0900 (48d97de)
@@ -0,0 +1 @@
+title: droonga.org

  Added: _layouts/default.html (+10 -0) 100644
===================================================================
--- /dev/null
+++ _layouts/default.html    2013-09-05 11:01:15 +0900 (eccc78c)
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+    <title>{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</title>
+  </head>
+  <body>
+    {{ content }}
+  </body>
+</html>

  Deleted: index.html (+0 -8) 100644
===================================================================
--- index.html    2013-09-05 10:52:20 +0900 (b4aaf8a)
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head>
-    <title>droonga.org</title>
-  </head>
-  <body>
-    <h1>droonga.org</h1>
-  </body>
-</html>

  Added: index.md (+7 -0) 100644
===================================================================
--- /dev/null
+++ index.md    2013-09-05 11:01:15 +0900 (8e8f8ff)
@@ -0,0 +1,7 @@
+---
+layout: default
+---
+
+# droonga.org
+
+* [droonga tutorial (in Japanese)](/tutorial)

  Modified: tutorial/index.md (+13 -10)
===================================================================
--- tutorial/index.md    2013-09-05 10:52:20 +0900 (f24ac27)
+++ tutorial/index.md    2013-09-05 11:01:15 +0900 (c3df3eb)
@@ -1,3 +1,8 @@
+---
+title: droonga チュートリアル
+layout: default
+---
+
 # droonga チュートリアル
 
 !! WORK IN PROGRESS !!
@@ -41,18 +46,16 @@ Node.js のライブラリとして提供されており、ユーザは作成す
 
 チュートリアルでは、以下の様な構成のプロダクトを構築します。
 
-```
-                                                Fluent protocol
-+-------------+              +------------------+  ------->  +-----------------+
-| Web Browser |  <-------->  | droonga frontend |            | droonga backend |
-+-------------+   HTTP       +------------------+  <-------  +-----------------+
-                  Socket.IO    w/express-droonga   Socket.IO   w/fluent-plugin
-                                                                       -droonga
+                                                    Fluent protocol
+    +-------------+              +------------------+  ------->  +-----------------+
+    | Web Browser |  <-------->  | droonga frontend |            | droonga backend |
+    +-------------+   HTTP       +------------------+  <-------  +-----------------+
+                      Socket.IO    w/express-droonga   Socket.IO   w/fluent-plugin
+                                                                           -droonga
 
 
-                             \-------------------------------------------------/
-                                             この部分を構築します
-```
+                                 \-------------------------------------------------/
+                                                 この部分を構築します
 
 ユーザは droonga frontend に、Web ブラウザなどを用いて接続します。droonga frontend はユーザの操作に応じて droonga backend へリクエストを送信します。実際の検索処理は droonga backend が行います。検索結果は、droonga backend から droonga frontend に渡され、最終的にユーザに返ります。
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index