From bcd8c5c78aefb033fa91935e08b409f77fb96552 Mon Sep 17 00:00:00 2001 From: Curtis Date: Thu, 14 May 2020 15:28:04 +0000 Subject: [PATCH] Update customization.md * Define customization of elements of the registration page, including Instance Name, Instance Description, and use of Captcha * Define site logo customization and how site logo is rendered --- docs/customization.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/customization.md b/docs/customization.md index 41154ce66..d80bab067 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -11,10 +11,18 @@ Soapbox supports customization of the user interface, to allow per instance bran * Terms of Service page ## Instance Name -Instance name is edited during the Pleroma installation step +Instance name is edited during the Pleroma installation step or via admin configuration + +## Instance Description +Instance description is edited during the Pleroma installation step or via admin configuration + +## Captcha on Registration Page +Use of Captcha on registration page is edited during the Pleroma installation step or via admin configuration ## Site Logo and Promo Panel List Items -The site logo and promo panel list items are customized by copying `soapbox.example.json` in `static/instance` folder to `soapbox.json` +The site logo and promo panel list items are customized by copying `soapbox.example.json` in the `static/instance` folder to `soapbox.json`. +The site logo, in SVG format, is rendered to be able to allow the site theme colors to appear in the less than 100% opaque sections of the logo. +The logo colors are rendered in a color that provides contrast for the site theme. Re-create the webpack and restart the soapbox-fe service to effect the changes. An example of the contents of `soapbox.example.json`: