Skip to content

Commit

Permalink
Additional website metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Aug 20, 2023
1 parent 5297c87 commit d97ec1c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion website/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ laikaTheme :=
Helium.defaults.all
.metadata(
title = Some("Indigo"),
language = Some("en")
description = Some("A 2D Pixel Art FP game engine for Scala."),
identifier = Some(""),
authors = Seq(),
language = Some("en"),
datePublished = Some(OffsetDateTime.now),
version = Some("1.0.0")
)
.all
.themeColors(
Expand Down

0 comments on commit d97ec1c

Please sign in to comment.