Initial commit

This commit is contained in:
Simon Martens
2022-12-30 16:29:30 +01:00
committed by GitHub
commit 7bef8581b0
14 changed files with 3847 additions and 0 deletions

10
src/data/config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"title": "SITE DEFAULT TITLE",
"url": "URL",
"description": "Description used for SSO if template provides none.",
"keywords": "Keywords. Used for SSO.",
"image": "Default Image. Used for sharing on social media if no image is provided.",
"twitter": "@Twitter_Handle",
"card": "summary"
}