toml format on configs from now on

This commit is contained in:
shockrah 2020-01-04 16:26:01 -08:00
parent a142ea435b
commit c4b1b20187

View File

@ -5,15 +5,15 @@
# 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
[open-graph]
title="Freechat"
type="Decentralized chat"
url="freechat.io"
image="/static/media/logo.png"
general:
url: freechat.io
favicon: /static/media/images/favicon.png
quip: Freely chat with freechat!
[general]
url="freechat.io"
favicon:"/static/media/favicon.png"
quip:"Freely chat with freechat!"