You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2020/08/02 18:30:49 UTC

[arrow-site] branch follow-buttons created (now c1d3538)

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

wesm pushed a change to branch follow-buttons
in repository https://gitbox.apache.org/repos/asf/arrow-site.git.


      at c1d3538  Add GitHub star and Twitter follow buttons

This branch includes the following new commits:

     new c1d3538  Add GitHub star and Twitter follow buttons

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[arrow-site] 01/01: Add GitHub star and Twitter follow buttons

Posted by we...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch follow-buttons
in repository https://gitbox.apache.org/repos/asf/arrow-site.git

commit c1d35383d0272f4015c03e3011cbf7a82f81e8aa
Author: Wes McKinney <we...@apache.org>
AuthorDate: Sun Aug 2 13:30:21 2020 -0500

    Add GitHub star and Twitter follow buttons
---
 _layouts/home.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/_layouts/home.html b/_layouts/home.html
index c58651f..f6f49ea 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -8,6 +8,8 @@
     <div class="container px-4 py-5 centered">
       <img src="{{ site.baseurl }}/img/arrow-inverse.png" style="max-width: 70%;"/>
       <p class="lead">A cross-language development platform for in-memory analytics</p>
+      <!-- Place this tag where you want the button to render. -->
+      <a class="github-button" href="https://github.com/apache/arrow" data-size="large" data-show-count="true" aria-label="Star apache/arrow on GitHub">Star</a> <a href="https://twitter.com/ApacheArrow?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="true">Follow @ApacheArrow</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
     </div>
   </div>
   <div class="container p-4 pt-5">
@@ -17,5 +19,7 @@
 
     {% include footer.html %}
   </div>
+<!-- Place this tag in your head or just before your close body tag. -->
+<script async defer src="https://buttons.github.io/buttons.js"></script>
 </body>
 </html>