Masafumi Yokoyama
null+****@clear*****
Mon Feb 9 15:58:45 JST 2015
Masafumi Yokoyama 2015-02-09 15:58:45 +0900 (Mon, 09 Feb 2015) New Revision: 51cbc6bafc4f10779617cd4ddf6a1cb381eff324 https://github.com/pgroonga/pgroonga.github.io/commit/51cbc6bafc4f10779617cd4ddf6a1cb381eff324 Message: Use Markdown Added files: Gemfile Gemfile.lock Modified files: _config.yml Renamed files: index.md (from index.html) Added: Gemfile (+8 -0) 100644 =================================================================== --- /dev/null +++ Gemfile 2015-02-09 15:58:45 +0900 (021528e) @@ -0,0 +1,8 @@ +source "https://rubygems.org" + +gem "jekyll-task-i18n" +gem "rake" +gem "yard" +gem "coderay" +gem "jekyll" +gem "kramdown" Added: Gemfile.lock (+86 -0) 100644 =================================================================== --- /dev/null +++ Gemfile.lock 2015-02-09 15:58:45 +0900 (f8c22f3) @@ -0,0 +1,86 @@ +GEM + remote: https://rubygems.org/ + specs: + blankslate (2.1.2.4) + celluloid (0.16.0) + timers (~> 4.0.0) + classifier-reborn (2.0.3) + fast-stemmer (~> 1.0) + coderay (1.1.0) + coffee-script (2.3.0) + coffee-script-source + execjs + coffee-script-source (1.9.0) + colorator (0.1) + execjs (2.3.0) + fast-stemmer (1.0.2) + ffi (1.9.6) + gettext (3.1.6) + locale (>= 2.0.5) + text (>= 1.3.0) + hitimes (1.2.2) + jekyll (2.5.3) + classifier-reborn (~> 2.0) + colorator (~> 0.1) + jekyll-coffeescript (~> 1.0) + jekyll-gist (~> 1.0) + jekyll-paginate (~> 1.0) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 1.1) + kramdown (~> 1.3) + liquid (~> 2.6.1) + mercenary (~> 0.3.3) + pygments.rb (~> 0.6.0) + redcarpet (~> 3.1) + safe_yaml (~> 1.0) + toml (~> 0.1.0) + jekyll-coffeescript (1.0.1) + coffee-script (~> 2.2) + jekyll-gist (1.1.0) + jekyll-paginate (1.1.0) + jekyll-sass-converter (1.3.0) + sass (~> 3.2) + jekyll-task-i18n (1.0.1) + gettext (>= 3.1.1) + yard + jekyll-watch (1.2.1) + listen (~> 2.7) + kramdown (1.5.0) + liquid (2.6.2) + listen (2.8.5) + celluloid (>= 0.15.2) + rb-fsevent (>= 0.9.3) + rb-inotify (>= 0.9) + locale (2.1.0) + mercenary (0.3.5) + parslet (1.5.0) + blankslate (~> 2.0) + posix-spawn (0.3.9) + pygments.rb (0.6.2) + posix-spawn (~> 0.3.6) + yajl-ruby (~> 1.2.0) + rake (10.4.2) + rb-fsevent (0.9.4) + rb-inotify (0.9.5) + ffi (>= 0.5.0) + redcarpet (3.2.2) + safe_yaml (1.0.4) + sass (3.4.11) + text (1.3.0) + timers (4.0.1) + hitimes + toml (0.1.2) + parslet (~> 1.5.0) + yajl-ruby (1.2.1) + yard (0.8.7.6) + +PLATFORMS + ruby + +DEPENDENCIES + coderay + jekyll + jekyll-task-i18n + kramdown + rake + yard Modified: _config.yml (+1 -0) =================================================================== --- _config.yml 2015-02-09 15:41:59 +0900 (eacfae3) +++ _config.yml 2015-02-09 15:58:45 +0900 (6a7d68c) @@ -1,2 +1,3 @@ title: PGroonga +markdown: kramdown description: A PostgreSQL plugin to use Groonga as index Renamed: index.md (+3 -7) 66% =================================================================== --- index.html 2015-02-09 15:41:59 +0900 (5126e08) +++ index.md 2015-02-09 15:58:45 +0900 (148bc7b) @@ -9,10 +9,6 @@ layout: en </p> </div> -<h2>Links</h2> -<dl> - <dt>Groonga</dt> - <dd> - <a href="http://groonga.org/">http://groonga.org/</a> - </dd> -</dl> +## Links + +* [Groonga](http://groonga.org/) introduces related projects. -------------- next part -------------- HTML����������������������������...Download