From 52f66c00b066f6c36ef5c97200e7016f03ae196f Mon Sep 17 00:00:00 2001 From: shockrah Date: Fri, 3 Jan 2020 21:50:03 -0800 Subject: [PATCH] example config for the website --- server/configs/website.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 server/configs/website.yaml diff --git a/server/configs/website.yaml b/server/configs/website.yaml new file mode 100644 index 0000000..15e1a11 --- /dev/null +++ b/server/configs/website.yaml @@ -0,0 +1,19 @@ +# NOTE: discord/slack/linked(especially) love caching things so make sure you +# write something that yo're proud of the first time lest u doom yourself to have the +# wrong things cahced for a few months + + +# Used to help sites embed some information about your site +# Especially when the server's site is linked in another freechat/slack/discord server +open-graph: + title: Freechat + type: Decentralized chat + url: freechat.io + image: /static/media/images/logo.png + + +general: + url: freechat.io + favicon: /static/media/images/favicon.png + quip: Freely chat with freechat! +