Skip to content

Commit

Permalink
Migrated RSS template and the rest (apache#33)
Browse files Browse the repository at this point in the history
* Migrated RSS template

* Refactored Get Started structure

* Migrated the rest

* fixup! Migrated RSS template

* Fixed reviews
  • Loading branch information
bntnam authored and robertwb committed Apr 30, 2020
1 parent 4c4af7e commit 97e2120
Show file tree
Hide file tree
Showing 79 changed files with 1,451 additions and 4,438 deletions.
21 changes: 21 additions & 0 deletions website/www/site/archetypes/blog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: "{{ .Date }}"
categories:
- blog
authors:
- "Your Name"
---
<!--
Licensed 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.
-->
14 changes: 12 additions & 2 deletions website/www/site/archetypes/default.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---
<!--
Licensed 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.
-->
14 changes: 14 additions & 0 deletions website/www/site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,19 @@ languageName ="English"
# Weight used for sorting.
weight = 1

# RSS template configuration
[outputs]
home = ["HTML","FEED"]

[mediaTypes]
[mediaTypes."application/rss"]
suffixes = ["xml"]

[outputFormats]
[outputFormats.FEED]
mediatype = "application/rss"
baseName = "feed"

# Everything below this are Site Params

# First one is picked as the Twitter card image if not set on page.
Expand All @@ -76,6 +89,7 @@ github_repo = "https://github.com/apache/beam"
github_project_repo = "https://github.com/apache/beam"

[params]
description = "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."
release_latest = "2.19.0"
# The repository and branch where the files live in Github or Colab. This is used
# to serve and stage from your local branch, but publish to the master branch.
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/added-apex-runner.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Release 0.4.0 adds a runner for Apache Apex"
date: 2017-01-09 10:00:01 -0700
categories: blog
categories:
- blog
aliases:
- /blog/2017/01/09/added-apex-runner.html
authors:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Adding new Data Sources to Beam SQL CLI"
date: 2019-06-04 00:00:01 -0800
categories: blog
categories:
- blog
aliases:
- /blog/2019/06/04/adding-data-sources-to-sql.html
authors:
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-2.10.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Apache Beam 2.10.0"
date: 2019-02-15 00:00:01 -0800
categories: blog
categories:
- blog
aliases:
- /blog/2019/02/15/beam-2.10.0.html
authors:
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-2.11.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Apache Beam 2.11.0"
date: 2019-03-05 00:00:01 -0800
categories: blog
categories:
- blog
aliases:
- /blog/2019/03/05/beam-2.11.0.html
authors:
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-2.12.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Apache Beam 2.12.0"
date: 2019-04-25 00:00:01 -0800
categories: blog
categories:
- blog
aliases:
- /blog/2018/04/25/beam-2.12.0.html
authors:
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-2.13.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Apache Beam 2.13.0"
date: 2019-06-07 00:00:01 -0800
categories: blog
categories:
- blog
# Date above corrected but keep the old URL:
aliases:
- /blog/2019/05/22/beam-2.13.0.html
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-2.14.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Apache Beam 2.14.0"
date: 2019-07-31 00:00:01 -0800
categories: blog
categories:
- blog
aliases:
- /blog/2019/07/31/beam-2.14.0.html
authors:
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-2.15.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Apache Beam 2.15.0"
date: 2019-08-22 00:00:01 -0800
categories: blog
categories:
- blog
aliases:
- /blog/2019/08/22/beam-2.15.0.html
authors:
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-2.16.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Apache Beam 2.16.0"
date: 2019-10-07 00:00:01 -0800
categories: blog
categories:
- blog
aliases:
- /blog/2019/10/07/beam-2.16.0.html
authors:
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-2.17.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Apache Beam 2.17.0"
date: 2020-01-06 00:00:01 -0800
categories: blog
categories:
- blog
aliases:
- /blog/2020/01/06/beam-2.17.0.html
authors:
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-2.18.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Apache Beam 2.18.0"
date: 2020-01-23 00:00:01 -0800
categories: blog
categories:
- blog
# Date above corrected but keep the old URL:
aliases:
- /blog/2020/01/13/beam-2.18.0.html
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-2.19.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Apache Beam 2.19.0"
date: 2020-02-04 00:00:01 -0800
categories: blog
categories:
- blog
aliases:
- /blog/2020/02/04/beam-2.19.0.html
authors:
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-2.3.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Apache Beam 2.3.0"
date: 2018-02-19 00:00:01 -0800
categories: blog
categories:
- blog
aliases:
- /blog/2018/02/19/beam-2.3.0.html
authors:
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-2.5.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Apache Beam 2.5.0"
date: 2018-06-26 00:00:01 -0800
categories: blog
categories:
- blog
aliases:
- /blog/2018/06/26/beam-2.5.0.html
authors:
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-2.6.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Apache Beam 2.6.0"
date: 2018-08-10 00:00:01 -0800
categories: blog
categories:
- blog
aliases:
- /blog/2018/08/10/beam-2.6.0.html
authors:
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-2.7.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Apache Beam 2.7.0"
date: 2018-10-03 00:00:01 -0800
categories: blog
categories:
- blog
aliases:
- /blog/2018/10/03/beam-2.7.0.html
authors:
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-2.8.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Apache Beam 2.8.0"
date: 2018-10-29 00:00:01 -0800
categories: blog
categories:
- blog
aliases:
- /blog/2018/10/29/beam-2.8.0.html
authors:
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-2.9.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Apache Beam 2.9.0"
date: 2018-12-13 00:00:01 -0800
categories: blog
categories:
- blog
aliases:
- /blog/2018/12/13/beam-2.9.0.html
authors:
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-a-look-back.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Apache Beam: A Look Back at 2017"
date: 2018-01-09 00:00:01 -0800
categories: blog
categories:
- blog
aliases:
- /blog/2018/01/09/beam-a-look-back.html
authors:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Apache Beam publishes the first stable release"
date: 2017-05-17 00:00:01 -0800
categories: blog
categories:
- blog
aliases:
- /blog/2017/05/17/beam-first-stable-release.html
authors:
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-graduates.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Apache Beam established as a new top-level project"
date: 2017-01-10 00:00:01 -0800
categories: blog
categories:
- blog
aliases:
- /blog/2017/01/10/beam-graduates.html
authors:
Expand Down
9 changes: 6 additions & 3 deletions website/www/site/content/en/blog/beam-has-a-logo.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
---
title: "Apache Beam has a logo!"
date: 2016-02-22 10:21:48 -0800
categories: beam update website
categories:
- beam
- update
- website
aliases:
- /beam/update/website/2016/02/22/beam-has-a-logo.html
- /beam/update/website/2016/02/22/beam-has-a-logo.html
authors:
- jamesmalone
- jamesmalone
---
<!--
Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-kata-release.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Apache Beam Katas"
date: 2019-05-30 00:00:01 -0800
categories: blog
categories:
- blog
aliases:
- /blog/2019/05/30/beam-kata-release.html
authors:
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-kotlin.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Apache Beam + Kotlin = ❤️"
date: 2019-04-25 00:00:01 -0800
categories: blog
categories:
- blog
aliases:
- /blog/2019/04/25/beam-kotlin.html
authors:
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-summit-aftermath.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Inaugural edition of the Beam Summit Europe 2018 - aftermath"
date: 2018-10-31 00:00:01 -0800
categories: blog
categories:
- blog
aliases:
- /blog/2018/10/31/beam-summit-aftermath.html
authors:
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-summit-europe-2019.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Beam community update!"
date: 2019-05-11 00:00:01 -0800
categories: blog
categories:
- blog
aliases:
- /blog/2019/05/11/beam-summit-europe-2019.html
authors:
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-summit-europe.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Beam Summit Europe 2018"
date: 2018-08-21 00:00:01 -0800
categories: blog
categories:
- blog
aliases:
- /blog/2018/08/21/beam-summit-europe.html
authors:
Expand Down
3 changes: 2 additions & 1 deletion website/www/site/content/en/blog/beam-summit-site.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Announcing Beam Summit Site"
date: 2019-03-18 00:00:01 -0800
categories: blog
categories:
- blog
aliases:
- /blog/2019/03/18/beam-summit-site.html
authors:
Expand Down
4 changes: 3 additions & 1 deletion website/www/site/content/en/blog/capability-matrix.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: "Clarifying & Formalizing Runner Capabilities"
date: 2016-03-17 11:00:00 -0700
categories: beam capability
categories:
- beam
- capability
aliases:
- /beam/capability/2016/03/17/capability-matrix.html
authors:
Expand Down
4 changes: 3 additions & 1 deletion website/www/site/content/en/blog/first-release.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: "The first release of Apache Beam!"
date: 2016-06-15 00:00:01 -0700
categories: beam release
categories:
- beam
- release
aliases:
- /beam/release/2016/06/15/first-release.html
authors:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "How We Added Windowing to the Apache Flink Batch Runner"
date: 2016-06-13 09:00:00 -0700
categories: blog
categories:
- blog
aliases:
- /blog/2016/06/13/flink-batch-runner-milestone.html
authors:
Expand Down
Loading

0 comments on commit 97e2120

Please sign in to comment.