You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/05/12 09:10:45 UTC

[pulsar-site] branch main updated: fix: blogs fix

This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new e8632594372 fix: blogs fix
e8632594372 is described below

commit e86325943722391dc0d2b62bcfe5f0a8b7a60f2f
Author: Li Li <ur...@apache.org>
AuthorDate: Thu May 12 17:09:56 2022 +0800

    fix: blogs fix
    
    Signed-off-by: Li Li <ur...@apache.org>
    
    # Conflicts:
    #       site2/website-next/blog/2022-05-11-apache-pulsar-community-welcomes-500th-contributor.md
---
 ...ache-pulsar-community-welcomes-500th-contributor.md |  12 ++++++------
 .../blog/2022-05-11-whats-new-in-pulsar-210.md         |   4 ++--
 site2/website-next/scripts/split-version-build.sh      |   2 +-
 .../static/img/pulsar-contributors-line.png            | Bin 0 -> 299623 bytes
 site2/website-next/static/img/pulsar-stars-line.png    | Bin 0 -> 328406 bytes
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/site2/website-next/blog/2022-05-11-apache-pulsar-community-welcomes-500th-contributor.md b/site2/website-next/blog/2022-05-11-apache-pulsar-community-welcomes-500th-contributor.md
index 303a0bb06e9..d5f6e603cc8 100644
--- a/site2/website-next/blog/2022-05-11-apache-pulsar-community-welcomes-500th-contributor.md
+++ b/site2/website-next/blog/2022-05-11-apache-pulsar-community-welcomes-500th-contributor.md
@@ -1,21 +1,21 @@
 ---
-title: ""The Apache Pulsar Community Welcomes 500th Contributor!""
+title: "The Apache Pulsar Community Welcomes 500th Contributor!"
 date: 2022-05-11
-author: "Matteo Merli", "Karin Landers", "Alice Bi"
+author: "Matteo Merli, Karin Landers, Alice Bi"
 ---
 
 
 Apache Pulsar is one of the fastest growing, most engaged open source projects, recognized by the [Apache Software Foundation](https://thestack.technology/top-apache-projects-in-2021-from-superset-to-nuttx/) as a Top 5 Project based on engagement in 2021. The vitality of any open source project relies on continued community growth and engagement, and this month, the Apache Pulsar community hit another major milestone: **welcoming its 500th contributor!** 
  
-A cloud-native messaging and event streaming platform, Apache Pulsar was committed to open source in 2016, and graduated as a Top-Level Project (TLP) in September 2018. Since its inception, the project has received 10k+ Github stars, 2.7k+ forks, and 6.1k+ Slack users.
-
 <!--truncate-->
 
-![pulsar star history](https://imgur.com/a/1gUJiZd)
+A cloud-native messaging and event streaming platform, Apache Pulsar was committed to open source in 2016, and graduated as a Top-Level Project (TLP) in September 2018. Since its inception, the project has received 10k+ Github stars, 2.7k+ forks, and 6.1k+ Slack users.
+
+![pulsar star history](/img/pulsar-stars-line.png)
 
 The number of contributors in an open-source project is meaningful because it signals project adoption, growth, advancement, and accelerated development of the technology. This milestone is even more exciting, considering the speed at which the community is growing, adding an additional 100 contributors in under seven months, representing 8X contributor growth since becoming a top-level Apache Software Foundation project. 
 
-![pulsar contributor history](https://imgur.com/a/ECFl6Pi)
+![pulsar contributor history](/img/pulsar-contributors-line.png)
 
 ## Get Involved
 
diff --git a/site2/website-next/blog/2022-05-11-whats-new-in-pulsar-210.md b/site2/website-next/blog/2022-05-11-whats-new-in-pulsar-210.md
index 3057ebc3c28..c70cd7bf99d 100644
--- a/site2/website-next/blog/2022-05-11-whats-new-in-pulsar-210.md
+++ b/site2/website-next/blog/2022-05-11-whats-new-in-pulsar-210.md
@@ -146,7 +146,7 @@ key for received messages. This is common when constructing a local cache of the
 **Resolution:** Added new ``TableView`` type and updated the PulsarClient.
 
 ***
-####Topic
+#### Topic
 ***
 ##### Support Topic metadata - PART-1 create topic with properties #12818
 
@@ -157,7 +157,7 @@ key for received messages. This is common when constructing a local cache of the
 - Added two new paths to REST API to reduce compatibility issues.
 
 ***
-Metadata Store
+#### Metadata Store
 ***
 ##### Added Etcd MetadataStore implementation #13225
 
diff --git a/site2/website-next/scripts/split-version-build.sh b/site2/website-next/scripts/split-version-build.sh
index 057b869c305..64b9bc9aca9 100755
--- a/site2/website-next/scripts/split-version-build.sh
+++ b/site2/website-next/scripts/split-version-build.sh
@@ -49,7 +49,7 @@ function _buildVersion() {
 }
 
 # force build all versions
-BUILD_ALL_VERSION="1"
+# BUILD_ALL_VERSION="1"
 
 # sometimes need build specify versions
 SUPPLEMENT_VERSIONS=$latest
diff --git a/site2/website-next/static/img/pulsar-contributors-line.png b/site2/website-next/static/img/pulsar-contributors-line.png
new file mode 100644
index 00000000000..92490a5a704
Binary files /dev/null and b/site2/website-next/static/img/pulsar-contributors-line.png differ
diff --git a/site2/website-next/static/img/pulsar-stars-line.png b/site2/website-next/static/img/pulsar-stars-line.png
new file mode 100644
index 00000000000..e210b61618b
Binary files /dev/null and b/site2/website-next/static/img/pulsar-stars-line.png differ