| # |
| # 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. |
| # |
| |
| # Site settings |
| title: Apache Kylin |
| email: dev@kylin.apache.org |
| description: Apache Kylin Home |
| baseurl: "" # the subpath of your site, e.g. /blog/ |
| url: "http://kylin.apache.org" # the base hostname & protocol for your site |
| twitter_username: ApacheKylin |
| |
| encoding: UTF-8 |
| timezone: America/Dawson |
| |
| exclude: ["README.md", "Rakefile", "*.scss", "*.haml", "*.sh", "Dockerfile", "Makefile"] |
| include: [_docs,_docs20,_docs21,_docs23,_docs24,_docs30,_docs31,_docs40,_dev,_dev40,community,blog] |
| |
| # Build settings |
| markdown: kramdown |
| kramdown: |
| input: GFM |
| syntax_highlighter: rouge |
| |
| highlighter: rouge |
| |
| # Permalinks, default is pretty |
| # permalink: /:categories/:title.html |
| permalink: pretty |
| |
| google_analytics_id: UA-55534813-2 |
| |
| # Multiple Languages Plugin |
| gems: ['jekyll-multiple-languages', 'kramdown', 'rouge'] |
| # Supported Languages |
| languages: ['en','cn'] |
| language_default: 'en' |
| |
| # If a post of default language not set `no_fill_default_content` to true |
| # Its content will use to replace if the corresponding content of other languages is not exist. |
| # fill_default_content: true |
| |
| collections: |
| docs: |
| output: true |
| docs-cn: |
| output: true |
| docs20: |
| output: true |
| docs20-cn: |
| output: true |
| docs21: |
| output: true |
| docs21-cn: |
| output: true |
| docs23: |
| output: true |
| docs23-cn: |
| output: true |
| docs24: |
| output: true |
| docs24-cn: |
| output: true |
| docs30: |
| output: true |
| docs30-cn: |
| output: true |
| docs31: |
| output: true |
| docs31-cn: |
| output: true |
| docs40: |
| output: true |
| docs40-cn: |
| output: true |
| dev: |
| output: true |
| dev-cn: |
| output: true |
| dev40: |
| output: true |
| dev40-cn: |
| output: true |
| community: |
| output: true |
| blog: |
| output: true |
| blog-cn: |
| output: true |