You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by es...@apache.org on 2021/12/07 09:02:33 UTC

[bahir-website] 01/01: Add jekyll config to .asf.yaml

This is an automated email from the ASF dual-hosted git repository.

eskabetxe pushed a commit to branch asf_testing
in repository https://gitbox.apache.org/repos/asf/bahir-website.git

commit 893ff4f31f410c2f6e262707f7aaf5a0ac231d6f
Author: Joao Boto <bo...@boto.pro>
AuthorDate: Tue Dec 7 10:02:04 2021 +0100

    Add jekyll config to .asf.yaml
---
 .asf.yaml    | 18 +-----------------
 site/Gemfile |  3 +++
 2 files changed, 4 insertions(+), 17 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 07bd9a7..7dc5e8d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,23 +1,7 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
 
 publish:
   whoami: asf-site
 
 jekyll:
-  whoami: master
+  whoami: asf_testing
   target: asf-site
diff --git a/site/Gemfile b/site/Gemfile
index c13c470..0cf308f 100644
--- a/site/Gemfile
+++ b/site/Gemfile
@@ -14,6 +14,9 @@
 # limitations under the License.
 #
 source 'https://rubygems.org'
+
+gem 'jekyll', '2.4.0'
+
 gem 'github-pages'
 gem 'rouge'
 gem 'jekyll-oembed', :require => 'jekyll_oembed'