site/_config.yml (26 lines of code) (raw):

# 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. # title: Apache Bahir email: dev@bahir.apache.org description: > # this means to ignore newlines until "baseurl:" Apache Bahir provides extensions to distributed analytic platforms such as Apache Spark and Apache Flink. baseurl: "" # the subpath of your site, e.g. /blog url: "http://bahir.apache.org" # the base hostname & protocol for your site #twitter_username: ApacheBahir github_username: apache # Build settings markdown: kramdown kramdown: parse_block_html: true permalink: pretty excerpt_separator: "" repository: https://github.com/apache/bahir-website destination: _site exclude: [README.md,Gemfile*,docs/*/templates] keep_files: [".git", ".svn", "apidocs"] # if 'analytics_on' is true, analytics section will be rendered on the HTML pages JB: ASSET_PATH: "/assets/themes/apache-clean" analytics: provider: google_universal google_universal: domain: bahir.apache.org tracking_id: UA-79140859-1 # These allow the documentation to be updated with newer releases SPARK_VERSION: 2.4.0-SNAPSHOT SCALA_BINARY_VERSION: "2.11" SCALA_VERSION: "2.11.11"