You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2020/02/13 03:55:55 UTC

[groovy-website] branch asf-site updated (da565db -> 1d8f49b)

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

paulk pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git.


    from da565db  Fix browse all link (closes #21)
     new a49e40f  update css url to https (closes #19)
     new 1d8f49b  add Infrastructor to Groovy ecosystem (closes #17)

The 2 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.


Summary of changes:
 site/src/site/assets/css/style.css                   |   2 +-
 site/src/site/assets/img/ecosystem/infrastructor.png | Bin 0 -> 9879 bytes
 site/src/site/sitemap-user.groovy                    |   7 +++++++
 3 files changed, 8 insertions(+), 1 deletion(-)
 create mode 100644 site/src/site/assets/img/ecosystem/infrastructor.png


[groovy-website] 02/02: add Infrastructor to Groovy ecosystem (closes #17)

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

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git

commit 1d8f49b4a8633ef941d24cc7ae7089bff85dc6c6
Author: tiurikov <st...@gmail.com>
AuthorDate: Wed Oct 30 13:19:20 2019 +0100

    add Infrastructor to Groovy ecosystem (closes #17)
---
 site/src/site/assets/img/ecosystem/infrastructor.png | Bin 0 -> 9879 bytes
 site/src/site/sitemap-user.groovy                    |   7 +++++++
 2 files changed, 7 insertions(+)

diff --git a/site/src/site/assets/img/ecosystem/infrastructor.png b/site/src/site/assets/img/ecosystem/infrastructor.png
new file mode 100644
index 0000000..6a8ec46
Binary files /dev/null and b/site/src/site/assets/img/ecosystem/infrastructor.png differ
diff --git a/site/src/site/sitemap-user.groovy b/site/src/site/sitemap-user.groovy
index 697e679..192be1a 100644
--- a/site/src/site/sitemap-user.groovy
+++ b/site/src/site/sitemap-user.groovy
@@ -243,11 +243,18 @@ ecosystem {
         url 'http://beakerx.com/'
         logo 'img/ecosystem/beakerx.png'
     }
+    
     project('Micronaut') {
         description 'Micronaut is a modern, JVM-based, full-stack framework for building modular, easily testable microservice applications. '
         url 'http://micronaut.io/'
         logo 'img/ecosystem/micronaut.png'
     }
+    
+    project('Infrastructor') {
+        description 'Infrastructor is an agentless server provisioning tool written in Groovy. It provides a DSL to configure eigher VMs and bare metal machines.'
+        url 'http://infrastructor.io/'
+        logo 'img/ecosystem/infrastructor.png'
+    }
 }
 
 allEvents {


[groovy-website] 01/02: update css url to https (closes #19)

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

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git

commit a49e40f219cd413271d1981e71cfbcfbcd92c2ca
Author: Mike DeSimone <mi...@t-mobile.com>
AuthorDate: Mon Dec 16 11:47:11 2019 -0600

    update css url to https (closes #19)
---
 site/src/site/assets/css/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/src/site/assets/css/style.css b/site/src/site/assets/css/style.css
index d756b97..3211a28 100644
--- a/site/src/site/assets/css/style.css
+++ b/site/src/site/assets/css/style.css
@@ -1,4 +1,4 @@
-@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:500,700|Open+Sans:400,600);
+@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:500,700|Open+Sans:400,600);
 
 html, code, kbd, pre, samp {
     -ms-text-size-adjust: 100%;