From 55c8d53337fb8ad519713e63dc7ebb893f8c02e1 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Thu, 9 Jul 2020 15:53:30 +0200 Subject: [PATCH] add ogg and structured data --- README.md | 5 ++++- config.json | 4 ++++ templates/head.html | 17 ++++++++++++++++- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29306e9..d24b504 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,10 @@ The page and most of it's content is configured via json. To use the CalDav-even The main Config ``config.json`` which must be placed in the project-root must contain the following values: { - "siteTitle":"the default site title", + "siteTitle" : "the default site title", + "siteDescription" : "a description for this site", + "siteLogo" : "url to logo", + "siteURL": "the url of this site" } Additionally it may contain the following information: diff --git a/config.json b/config.json index 767c897..08bb046 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,9 @@ { "siteTitle":"Site Title", + "siteDescription" : "Site Description", + "siteLogo" : "Site Logo URL", + "siteURL" : "Site Base URL", + "teamspeak-server" : "teamspeak.com", "discord-server" : "https://discord.gg/", "facebook" : "https://www.facebook.com/", diff --git a/templates/head.html b/templates/head.html index 51b3cb8..ba8839f 100644 --- a/templates/head.html +++ b/templates/head.html @@ -11,4 +11,19 @@ - \ No newline at end of file + + + + + + + + +