-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.pp
14 lines (13 loc) · 1.03 KB
/
mod.pp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod "formula1" {
title = "Formula 1"
description = "Zoom into the high-speed world of Formula 1 with the Formula 1 Dashboard, offering a detailed overview of races, drivers, constructors, and seasons, alongside in-depth performance analysis, driver statistics, race highlights, and insights into the global distribution of drivers and circuits, using SQLite with Powerpipe."
color = "#FF1801"
documentation = file("./docs/index.md")
icon = "/images/mods/turbot/formula1-insights.svg"
categories = ["dashboard", "sqlite"]
opengraph {
title = "Powerpipe Mod for Formula 1"
description = "Zoom into the high-speed world of Formula 1 with the Formula 1 Dashboard, offering a detailed overview of races, drivers, constructors, and seasons, alongside in-depth performance analysis, driver statistics, race highlights, and insights into the global distribution of drivers and circuits, using SQLite with Powerpipe."
image = "/images/mods/turbot/formula1-insights-social-graphic.png"
}
}