Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/colophon.md
Original file line number Diff line number Diff line change
@@ -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].

Expand Down
2 changes: 1 addition & 1 deletion src/templates/home.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h1 class="bulma-title bulma-is-1 bulma-is-size-3-mobile">
We develop industry-proven, <br class="bulma-is-hidden-mobile">
state-of-the-art libraries for <br class="bulma-is-hidden-mobile">
functional programming.
functional programming in <a href="https://scala-lang.org/">Scala</a>.
</h1>
<h2 class="bulma-subtitle bulma-is-3 bulma-is-size-4-mobile">
Start building scalable, performant applications <br class="bulma-is-hidden-mobile">
Expand Down