Return-Path: X-Original-To: apmail-parquet-commits-archive@minotaur.apache.org Delivered-To: apmail-parquet-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8EF8C117E2 for ; Tue, 15 Jul 2014 19:45:46 +0000 (UTC) Received: (qmail 74916 invoked by uid 500); 15 Jul 2014 19:45:45 -0000 Delivered-To: apmail-parquet-commits-archive@parquet.apache.org Received: (qmail 74894 invoked by uid 500); 15 Jul 2014 19:45:45 -0000 Mailing-List: contact commits-help@parquet.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@parquet.incubator.apache.org Delivered-To: mailing list commits@parquet.incubator.apache.org Received: (qmail 74885 invoked by uid 99); 15 Jul 2014 19:45:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2014 19:45:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2014 19:45:47 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 08D722388A5B; Tue, 15 Jul 2014 19:45:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1610828 - in /incubator/parquet/site: publish/contribute/index.html source/contribute.html.md Date: Tue, 15 Jul 2014 19:45:21 -0000 To: commits@parquet.incubator.apache.org From: caniszczyk@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140715194522.08D722388A5B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: caniszczyk Date: Tue Jul 15 19:45:21 2014 New Revision: 1610828 URL: http://svn.apache.org/r1610828 Log: add changes to the site Modified: incubator/parquet/site/publish/contribute/index.html incubator/parquet/site/source/contribute.html.md Modified: incubator/parquet/site/publish/contribute/index.html URL: http://svn.apache.org/viewvc/incubator/parquet/site/publish/contribute/index.html?rev=1610828&r1=1610827&r2=1610828&view=diff ============================================================================== --- incubator/parquet/site/publish/contribute/index.html (original) +++ incubator/parquet/site/publish/contribute/index.html Tue Jul 15 19:45:21 2014 @@ -201,10 +201,23 @@ ruby environment setup

gem install bundler
 bundle install
 
+

Checking out the website

+ +

Checkout the website from SVN:

+
svn co https://svn.apache.org/repos/asf/incubator/parquet
+
+

Make changes in source/

+ +

Make any changes in the source directory:

+
cd site/source/
+vim contribute.html.md
+

Generating the website

-

To generate the static wesbite for Apache Parquet run the following commands

+

To generate the static wesbite for Apache Parquet run the following commands at the root site directory:

bundle exec middleman build
+svn add *
+svn commit -m 'made changes to the site'
 

Live Development

Modified: incubator/parquet/site/source/contribute.html.md URL: http://svn.apache.org/viewvc/incubator/parquet/site/source/contribute.html.md?rev=1610828&r1=1610827&r2=1610828&view=diff ============================================================================== --- incubator/parquet/site/source/contribute.html.md (original) +++ incubator/parquet/site/source/contribute.html.md Tue Jul 15 19:45:21 2014 @@ -88,10 +88,23 @@ ruby environment setup gem install bundler bundle install +### Checking out the website +Checkout the website from SVN: + + svn co https://svn.apache.org/repos/asf/incubator/parquet + +### Make changes in source/ +Make any changes in the source directory: + + cd site/source/ + vim contribute.html.md + ### Generating the website -To generate the static wesbite for Apache Parquet run the following commands +To generate the static wesbite for Apache Parquet run the following commands at the root site directory: bundle exec middleman build + svn add * + svn commit -m 'made changes to the site' ### Live Development Live development of the site enables automatic reload when changes are saved.