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
+
+
+
+
+
+
+
+
+