From ecb5c000efc8b3d259e0191d28e093c28c8fa480 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 18 Feb 2026 13:48:16 -0800 Subject: [PATCH 1/2] mention Scala on landing page --- src/templates/home.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/home.template.html b/src/templates/home.template.html index 583924d8..a73604f4 100644 --- a/src/templates/home.template.html +++ b/src/templates/home.template.html @@ -8,7 +8,7 @@

We develop industry-proven,
state-of-the-art libraries for
- functional programming. + functional programming in Scala.

Start building scalable, performant applications
From 4fd73304ab7a7fc7f7cf8f1f3efbd7d6c5459f3c Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 18 Feb 2026 13:50:22 -0800 Subject: [PATCH 2/2] also mention Scala on colophon page --- src/colophon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/colophon.md b/src/colophon.md index 6f54b124..a0478c7a 100644 --- a/src/colophon.md +++ b/src/colophon.md @@ -1,6 +1,6 @@ # Colophon -We build this website with our own tooling! It is statically generated with [Laika], a Typelevel project for transforming Markdown into HTML sites and e-books. The search bar is powered by [Protosearch], an in-memory search library with advanced querying features. Both projects use [Cats] and other Typelevel libraries. +We build this website with our own Scala-based tooling! It is statically generated with [Laika], a Typelevel project for transforming Markdown into HTML sites and e-books. The search bar is powered by [Protosearch], an in-memory search library with advanced querying features. Both projects use [Cats] and other Typelevel libraries. UI components are provided by the [Bulma] CSS framework and icons by [Font Awesome]. Mathematical expressions are rendered during the build with [KaTeX] running on [GraalJS].