Skip to content

Commit c1d9d1a

Browse files
authored
Merge pull request #579 from SethTisue/mention-scala
2 parents 6ec1730 + 57ff51e commit c1d9d1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/colophon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Colophon
22

3-
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.
3+
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.
44

55
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].
66

src/templates/home.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2 class="bulma-subtitle bulma-is-3 bulma-is-size-4-mobile">
2020
<section class="bulma-hero bulma-is-primary bulma-has-text-light">
2121
<div class="bulma-hero-body">
2222
<p class="bulma-is-size-4 bulma-has-text-weight-medium">
23-
Typelevel is an ecosystem of projects and a community of people united to foster an inclusive, welcoming, and safe
23+
Typelevel is an ecosystem of Scala-based projects and a community of people united to foster an inclusive, welcoming, and safe
2424
environment around functional programming.
2525
</p>
2626
</div>

0 commit comments

Comments
 (0)