Author: lidong
Date: Sun Sep  3 14:01:26 2017
New Revision: 1807151

URL: http://svn.apache.org/viewvc?rev=1807151&view=rev
Log:
Refine howto_docs.md

Modified:
    kylin/site/development/howto_docs.html
    kylin/site/feed.xml

Modified: kylin/site/development/howto_docs.html
URL: 
http://svn.apache.org/viewvc/kylin/site/development/howto_docs.html?rev=1807151&r1=1807150&r2=1807151&view=diff
==============================================================================
--- kylin/site/development/howto_docs.html (original)
+++ kylin/site/development/howto_docs.html Sun Sep  3 14:01:26 2017
@@ -590,6 +590,26 @@
   <li>And optionally any markdown editor you prefer</li>
 </ol>
 
+<p>Below is a gem list that works. Stick to these versions if jekyll 
installation becomes a problem.</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>$ gem list
+
+...
+jekyll (2.5.3)
+jekyll-coffeescript (1.0.1)
+jekyll-gist (1.4.0)
+jekyll-multiple-languages (1.0.8)
+jekyll-paginate (1.1.0)
+jekyll-sass-converter (1.4.0)
+jekyll-watch (1.3.1)
+json (1.8.1)
+kramdown (1.9.0)
+...
+rouge (1.10.1)
+...
+</code></pre>
+</div>
+
 <h2 id="about-jekyll">About Jekyll</h2>
 <p>Jekyll is a Ruby script to generate a static HTML website from source text 
and themes, the HTML is generated before being deployed to the web server. 
Jekyll also happens to be the engine behind GitHub Pages.</p>
 

Modified: kylin/site/feed.xml
URL: 
http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1807151&r1=1807150&r2=1807151&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Sun Sep  3 14:01:26 2017
@@ -19,8 +19,8 @@
     <description>Apache Kylin Home</description>
     <link>http://kylin.apache.org/</link>
     <atom:link href="http://kylin.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Thu, 31 Aug 2017 06:59:20 -0700</pubDate>
-    <lastBuildDate>Thu, 31 Aug 2017 06:59:20 -0700</lastBuildDate>
+    <pubDate>Sun, 03 Sep 2017 06:59:33 -0700</pubDate>
+    <lastBuildDate>Sun, 03 Sep 2017 06:59:33 -0700</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>


Reply via email to