chore: moved zookeeper and website to packages

This commit is contained in:
Nick 2025-11-28 00:44:38 -06:00
parent cc288ad959
commit cf8516c54f
976 changed files with 40485 additions and 0 deletions

View file

@ -0,0 +1,76 @@
{
"app": {
"elm": {
"development": { "debugger": true },
"production": { "debugger": false }
},
"env": [],
"html": {
"attributes": {
"html": { "lang": "en" },
"head": {}
},
"title": "upRootNutrition",
"meta": [
{ "charset": "UTF-8" },
{ "http-equiv": "X-UA-Compatible", "content": "IE=edge" },
{
"name": "viewport",
"content": "width=device-width, initial-scale=1.0"
},
{
"property": "og:title",
"content": "upRootNutrition"
},
{
"property": "og:image",
"content": "/assets/meta.png"
},
{
"property": "og:url",
"content": "https://upRootNutrition.com"
},
{
"name": "twitter:card",
"content": "summary_large_image"
},
{
"name": "twitter:title",
"content": "upRootNutrition"
},
{
"name": "twitter:description",
"content": "upRootNutrition is an open source project, created by Nick Hiebert, designed to elevate the quality of nutrition science communication in online discourse. By applying more rigorous systems of reasoning, such as formal logic and semantic analysis, upRootNutrition aims to cut through the misinformation and sophistry that are endemic on social media."
},
{
"name": "twitter:image",
"content": "https://upRootNutrition.com/assets/twittercard.png"
},
{
"name": "twitter:site",
"content": "@upRootNutrition"
},
{
"name": "twitter:creator",
"content": "@upRootNutrition"
},
{
"property": "og:description",
"content": "upRootNutrition is an open source project, created by Nick Hiebert, designed to elevate the quality of nutrition science communication in online discourse. By applying more rigorous systems of reasoning, such as formal logic and semantic analysis, upRootNutrition aims to cut through the misinformation and sophistry that are endemic on social media."
}
],
"link": [
{ "rel": "icon", "type": "png", "href": "/assets/favicon.png" },
{ "rel": "stylesheet", "href": "/styles.css" },
{
"rel": "stylesheet",
"href": "https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap"
}
],
"script": []
},
"router": {
"useHashRouting": false
}
}
}