Skip to content

Commit

Permalink
Enables stats and GitInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmahnke committed May 20, 2024
1 parent e117730 commit 1fbac72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ disablePathToLower = true
disableKinds = ["taxonomy"]
ignoreErrors = ["error-disable-taxonomy"]
theme = ["projektemacher-base", "hugo-video"]
enableGitInfo = true

[languages]
[languages.de]
Expand Down Expand Up @@ -110,6 +111,8 @@ theme = ["projektemacher-base", "hugo-video"]
suffixes = ["geojson", "gjson"]
[mediaTypes."application/ld+json"]
suffixes = ["json"]
[mediaTypes."application/activity+json"]
suffixes = ["ajson"]

[outputFormats]
[outputFormats.geojson]
Expand Down Expand Up @@ -150,3 +153,6 @@ theme = ["projektemacher-base", "hugo-video"]
[[module.mounts]]
source = "node_modules/elevator.js/demo/music/"
target = "static/sounds"

[build]
writeStats = true

0 comments on commit 1fbac72

Please sign in to comment.