From 8a96ca349b34da3c1363b0a334e858185804feef Mon Sep 17 00:00:00 2001 From: Ralf Stockmann Date: Fri, 19 May 2023 14:59:59 +0200 Subject: [PATCH] Config file - First iteration of a simple config file --- config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..b0d179b --- /dev/null +++ b/config.json @@ -0,0 +1,5 @@ +{ + "navbarBrandText": "Mastodon Wall", + "defaultServerUrl": "https://mastodon.social", + "navbarBackgroundColor": "#222222" +}