From commits-return-54032-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Tue Nov 6 12:55:05 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id BEABD1807A1 for ; Tue, 6 Nov 2018 12:55:03 +0100 (CET) Received: (qmail 47898 invoked by uid 500); 6 Nov 2018 11:55:02 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 47783 invoked by uid 99); 6 Nov 2018 11:55:02 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Nov 2018 11:55:02 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id A737D85432; Tue, 6 Nov 2018 11:55:01 +0000 (UTC) Date: Tue, 06 Nov 2018 11:55:08 +0000 To: "commits@activemq.apache.org" Subject: [activemq-website] 19/45: Enable running with Rack MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: martyntaylor@apache.org In-Reply-To: <154150528944.11550.9495332037996950662@gitbox.apache.org> References: <154150528944.11550.9495332037996950662@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: activemq-website X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 21deffd75d887850e3fe0a40e81bd2e79d294cd4 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20181106115501.A737D85432@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. martyntaylor pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/activemq-website.git commit 21deffd75d887850e3fe0a40e81bd2e79d294cd4 Author: Martyn Taylor AuthorDate: Mon Sep 24 11:42:38 2018 +0100 Enable running with Rack --- config.ru | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.ru b/config.ru new file mode 100644 index 0000000..b7d8dc7 --- /dev/null +++ b/config.ru @@ -0,0 +1,3 @@ +require "rack/jekyll" + +run Rack::Jekyll.new