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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 484ad1b  remove external images
484ad1b is described below

commit 484ad1b7a76a38f2b3038b7a27d3f2b2b5afdcc1
Author: Paul King <[email protected]>
AuthorDate: Tue Feb 25 14:33:03 2025 +1000

    remove external images
---
 site/src/site/assets/css/style.css           | 2 +-
 site/src/site/blog/australian-timezones.adoc | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/site/src/site/assets/css/style.css 
b/site/src/site/assets/css/style.css
index 4d39ead..cc96431 100644
--- a/site/src/site/assets/css/style.css
+++ b/site/src/site/assets/css/style.css
@@ -345,7 +345,7 @@ code, kbd, pre, samp {
 }
 
 body, html {
-    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
+    font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, 
sans-serif;
     padding: 0;
     margin: 0;
     color: #343437;
diff --git a/site/src/site/blog/australian-timezones.adoc 
b/site/src/site/blog/australian-timezones.adoc
index bdf1b87..8b888be 100644
--- a/site/src/site/blog/australian-timezones.adoc
+++ b/site/src/site/blog/australian-timezones.adoc
@@ -8,7 +8,7 @@ https://kenkousen.substack.com/[Ken Kousen] posted another
 https://t.co/VM4f4lpM7a[Tales from the jar side] episode
 covering among other things, time zones in Antarctica.
 
-image:img/stations_antarctica.png[Research stations and timezones in 
Antarctica,width=800]
+image:img/stations_antarctica.png[Research stations and timezones in 
Antarctica,width=600,link=https://external-preview.redd.it/16_JjhwH0lSETAc7LMNvulifXMrs-43lWIs_nr2OPIs.jpg?width=960&crop=smart&auto=webp&v=enabled&s=7fe189e9ed24d481d3445fad245bd6ae18ee5740]
 
 Let's replicate his example in Groovy before looking at time zones
 more broadly in Australia. Why Australia? Well, that's where I'm from but also
@@ -17,7 +17,7 @@ is the equivalent of Ken's exploration at the South Pole:
 
 [subs="quotes"]
 ----
-[lime]*Groovy Shell* (4.0.9, JVM: 17.0.2)
+[lime]*Groovy Shell* (4.0.26, JVM: 21.0.6)
 Type ':help' or ':h' for help.
 -------------------------------------------------------------------------------
 groovy:000> import java.time.*

Reply via email to