From f0aa7f03e213909c5df5093b394da035f9c70930 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Wed, 2 Mar 2022 16:03:59 -0500 Subject: [PATCH] document local.js --- docs/honk.8 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/honk.8 b/docs/honk.8 index 9f0f5c7..c8364ea 100644 --- a/docs/honk.8 +++ b/docs/honk.8 @@ -107,6 +107,8 @@ PNG files are supported. Site CSS may be overridden by creating a .Pa views/local.css file in the data directory. +Site JS may similarly be included by creating +.Pa views/local.js . A restart is required after changes. A site icon.png and favicon.ico will be served from the views directory in the data directory, if present. @@ -221,6 +223,8 @@ Media and attachment storage. Custom emoji. .It Pa memes Stickers and such. +.It Pa views/local.js +Locally customized JS. .It Pa views/local.css Locally customized CSS. .El