Erstes Commit

This commit is contained in:
2026-05-27 20:04:58 +02:00
commit e16e9e36fd
218 changed files with 2307 additions and 0 deletions

14
hugo/data/energie.json Normal file
View File

@@ -0,0 +1,14 @@
{
"slug": "energie",
"name": "Energie",
"conversion_engine": "linear",
"units": {
"joule": { "name": "Joule", "factor": "1" },
"kilojoule": { "name": "Kilojoule", "factor": "1000" },
"kalorien_naehrwert": { "name": "Kalorien (nährwert)", "factor": "4184" },
"kalorien_thermisch": { "name": "Kalorien (thermisch)", "factor": "4.184" },
"kilowattstunden": { "name": "Kilowattstunden", "factor": "3600000" },
"foot_pounds": { "name": "Foot-Pound", "factor": "1.3558179483314" },
"britische_waermeeinheiten": { "name": "Britische Wärmeeinheiten", "factor": "1055.05585262" }
}
}