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 dbfe0fee5e37db26e62bc24a3c871adb26ee9401 Author: Joao Boto <[email protected]> AuthorDate: Tue Dec 7 10:02:04 2021 +0100 Add jekyll config to .asf.yaml --- .asf.yaml | 18 +----------------- site/Gemfile | 1 + 2 files changed, 2 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 f49e038..af2137f 100644 --- a/site/Gemfile +++ b/site/Gemfile @@ -16,6 +16,7 @@ source 'https://rubygems.org' ruby "2.7.0" gem 'jekyll', '= 3.9.0' +#gem 'jekyll', '2.4.0' gem 'github-pages' gem 'rouge'
