This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop-website.git
The following commit(s) were added to refs/heads/master by this push:
new 2e05ccc Fix site rendering and highlighted row
new fd8fd8d Merge pull request #66 from hansva/master
2e05ccc is described below
commit 2e05cccf5d841a252ec0afd8cca77d23f4b5e5fc
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Tue Jul 6 10:00:50 2021 +0200
Fix site rendering and highlighted row
---
config.toml | 3 +++
content/community/events/index.adoc | 9 ++++-----
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/config.toml b/config.toml
index 4f78269..2415de9 100644
--- a/config.toml
+++ b/config.toml
@@ -7,6 +7,9 @@ staticDir = ["static", "documentation"]
disableKinds = ["taxonomyTerm"]
enableRobotsTXT = true
+[markup.goldmark.renderer]
+unsafe= true
+
[params]
socialProfiles = ["https://twitter.com/ApacheHop"]
organizationLogo = "/img/hop-logo.svg"
diff --git a/content/community/events/index.adoc
b/content/community/events/index.adoc
index 9c944dd..c9f8ddd 100644
--- a/content/community/events/index.adoc
+++ b/content/community/events/index.adoc
@@ -57,17 +57,17 @@ All known Hop events are listed below. Add your event to
the list below or annou
[%header,cols="5%,60%,10%,10%,15%"]
|===
|Event name|Description|Date|Language|Link (subscribe/attend)
-|-|First Brazilian Hop User Group
Meetup|2021-7-15|PT|https://www.meetup.com/pt-BR/apache-hop-user-group-brasil/events/279133079/[meetup]|
-//{set:cellbgcolor}
+|{set:cellbgcolor:#30328422}-|First Brazilian Hop User Group
Meetup|2021-7-15|PT|https://www.meetup.com/pt-BR/apache-hop-user-group-brasil/events/279133079/[meetup]
|===
+{set:cellbgcolor}
=== Past events
[%header,cols="5%,60%,10%,10%,15%"]
|===
|Event name|Description|Date|Language|Recording
-|{set:cellbgcolor:#30328422}3H10|Apache Hop and Neo4j|2021-07-01|EN|-
-|{set:cellbgcolor}3H9|End-to-end
workflows|2021-06-17|EN|https://youtu.be/63LxM3gU1sQ[youtube]
+|3H10|Apache Hop and Neo4j|2021-07-01|EN|-
+|3H9|End-to-end workflows|2021-06-17|EN|https://youtu.be/63LxM3gU1sQ[youtube]
|-|First Spanish Hop User Group Meetup|2021-6-16|ES|
|3H8|Apache Hop in
Docker|2021-06-03|EN|https://www.youtube.com/watch?v=ayMD6RST4Do[youtube]
|3H7|End-to-end pipelines with testing, logging, monitoring and best practices
@@ -75,5 +75,4 @@ All known Hop events are listed below. Add your event to the
list below or annou
|3H6|Big Data Orchestration on Spark, Flink and DataFlow using Apache
Beam|2021-04-29|EN|https://www.youtube.com/watch?v=s_cstCPdnKI[youtube]
|3H5|Get Started With Hop - Concepts and First
Pipelines|2021-04-15|EN|https://youtu.be/gKVb_r4v_Oc[youtube]
|3H4| The Road to Hop
1.0|2021-04-01|EN|https://www.youtube.com/watch?v=EhO_DYszu_Y&t=2s[youtube]
-//{set:cellbgcolor}
|===
\ No newline at end of file