forked from apache/beam-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
57 lines (43 loc) · 1.83 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: Apache Beam
description: > # this means to ignore newlines until "baseurl:"
Apache Beam is an open source, unified model and set of language-specific
SDKs for defining and executing data processing workflows, and also data
ingestion and integration flows, supporting Enterprise Integration Patterns
(EIPs) and Domain Specific Languages (DSLs). Dataflow pipelines simplify the
mechanics of large-scale batch and streaming data processing and can run on a
number of runtimes like Apache Flink, Apache Spark, and Google Cloud Dataflow
(a cloud service). Beam also brings DSL in different languages, allowing
users to easily implement their data integration processes.
# the subpath of your site, e.g. /blog
baseurl: ""
# input and output directory
source: src
destination: content
# the base hostname & protocol for your site
url: "https://beam.apache.org"
twitter_username: apachebeam
# Build settings
markdown: kramdown
collections:
- beam_team
# Things to include that are subdirectories created by sphinx
include: ['_static', '_modules', '_sources', '.htaccess']
# Things to ignore in the build
exclude: ['README.md', 'Gemfile.lock', 'Gemfile', 'Rakefile', 'vendor/']
# Downloads directory
downloads: downloads
# Don't use the page title in the table of contents
kramdown:
toc_levels: 2..6
# The most recent release of Beam.
release_latest: 0.6.0
# Plugins are configured in the Gemfile.
# Set the time zone for site generation, fixed to US Pacific Time
timezone: America/Los_Angeles