diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5286546 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +public +resources diff --git a/config.json b/config.json index 368b8ee..7667a70 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,6 @@ { "baseURL":"/", "languageCode":"cs-cz", - "title": "Pátek" + "title": "Pátek", + "theme":"patek" }