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

jongyoul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e72550da [ZEPPELIN-6513] Remove broken Twitter section from homepage
8e72550da is described below

commit 8e72550da4ccd375dfce3af64de29cc57867dd28
Author: κΉ€μ˜ˆλ‚˜ <[email protected]>
AuthorDate: Sun Jul 12 23:30:10 2026 +0900

    [ZEPPELIN-6513] Remove broken Twitter section from homepage
    
    Remove the broken Twitter section and unused jekyll-twitter-plugin, then 
restyle the Apache Zeppelin Stories section to preserve visual separation.
---
 Gemfile                                |  1 -
 Gemfile.lock                           |  2 --
 _config.yml                            |  2 --
 _includes/themes/zeppelin/default.html |  1 -
 assets/themes/zeppelin/css/style.css   |  4 +++-
 medium.md                              |  1 -
 twitter.md                             | 33 ---------------------------------
 7 files changed, 3 insertions(+), 41 deletions(-)

diff --git a/Gemfile b/Gemfile
index 9cc8cfef1..8a000b2a6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -16,7 +16,6 @@
 source 'https://rubygems.org'
 gem 'github-pages'
 gem 'redcarpet'
-gem 'jekyll-twitter-plugin'
 gem 'nokogiri', '1.19.3'
 gem 'mini_portile2', '2.8.4'
 
diff --git a/Gemfile.lock b/Gemfile.lock
index 24f559a0f..bd89e368e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -204,7 +204,6 @@ GEM
       jekyll-seo-tag (~> 2.0)
     jekyll-titles-from-headings (0.5.3)
       jekyll (>= 3.3, < 5.0)
-    jekyll-twitter-plugin (2.1.0)
     jekyll-watch (2.2.1)
       listen (~> 3.0)
     jemoji (0.12.0)
@@ -286,7 +285,6 @@ PLATFORMS
 
 DEPENDENCIES
   github-pages
-  jekyll-twitter-plugin
   mini_portile2 (= 2.8.4)
   nokogiri (= 1.19.3)
   redcarpet
diff --git a/_config.yml b/_config.yml
index 7b44c0d17..3c1b94967 100644
--- a/_config.yml
+++ b/_config.yml
@@ -10,9 +10,7 @@ exclude:
   - Rakefile
   - Dockerfile
   - zeppelin-site.sh
-  - .tweet-cache
   - .asf.yaml
-plugins: ['jekyll-twitter-plugin']
 highlighter: true
 markdown: redcarpet
 encoding: utf-8
diff --git a/_includes/themes/zeppelin/default.html 
b/_includes/themes/zeppelin/default.html
index 1e9c93a8a..4dd35df91 100644
--- a/_includes/themes/zeppelin/default.html
+++ b/_includes/themes/zeppelin/default.html
@@ -57,7 +57,6 @@
     {% include JB/analytics %}
 
     {% if page.title == "Zeppelin" %}
-      {% include_relative twitter.md %}
       {% include_relative medium.md %}
     {% endif %}
 
diff --git a/assets/themes/zeppelin/css/style.css 
b/assets/themes/zeppelin/css/style.css
index 591941a3f..054dc9d0e 100644
--- a/assets/themes/zeppelin/css/style.css
+++ b/assets/themes/zeppelin/css/style.css
@@ -836,8 +836,10 @@ a.anchorjs-link:hover { text-decoration: none; }
 
 /* For Medium Blog post */
 .blog {
-  background: #fff;
+  background: rgba(226, 233, 239, 0.4);
+  padding-top: 30px;
   padding-bottom: 28px;
+  margin-bottom: 40px;
 }
 
 .blog .container {
diff --git a/medium.md b/medium.md
index 25977fd1c..3834e98c7 100644
--- a/medium.md
+++ b/medium.md
@@ -51,5 +51,4 @@ limitations under the License.
       </div>
     </div>
   </div>
-  <hr>
 </div>
\ No newline at end of file
diff --git a/twitter.md b/twitter.md
deleted file mode 100644
index 7ffc8183d..000000000
--- a/twitter.md
+++ /dev/null
@@ -1,33 +0,0 @@
-<!--
-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.
--->
-{% include JB/setup %}
-<div class="new">
-  <div class="container">
-    <h2>Zeppelin on Twitter</h2>
-    <br/>
-    <div class="row">
-      <div class="col-md-12 col-sm-12 col-xs-12 text-center">
-        {% twitter https://twitter.com/ApacheZeppelin maxwidth=500 limit=4 
align=center chrome=nofooter %}
-      </div>
-      <div class="col-md-12 col-sm-12 col-xs-12 text-center twitterBtn">
-        <p style="text-align:center; margin-top: 32px; font-size: 12px; color: 
gray; font-weight: 200; font-style: italic; padding-bottom: 0;">See more tweets 
or</p>
-        <a href="https://twitter.com/ApacheZeppelin"; target="_blank" 
class="btn btn-primary btn-lg round" role="button">
-          Follow Zeppelin on &nbsp;
-          <i class="fa fa-twitter fa-lg" aria-hidden="true"></i>
-        </a>
-      </div>
-    </div>
-  </div>
-  <hr>
-</div>
\ No newline at end of file

Reply via email to