From df57e14b0dba723174815d59095e3c5dc5760fea Mon Sep 17 00:00:00 2001 From: Ed Silkworth Date: Wed, 9 Aug 2023 23:20:05 -0700 Subject: [PATCH] added adverb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 225e69c..bf6ab93 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ 02. Verify if a public and templates directory exist within the custom directory 03. If the public and templates directory exist, make sure the public directory contains two directories: css and img, and make sure the templates directory contains one directory: base 04. If the css, img and base directories do not exist, then create them -05. To add just the themes (not the red Gitea logos or Comic fonts), copy [theme-auto-red.css](./public/css/theme-auto-red.css), [theme-red.css](./public/css/theme-red.css), and [theme-arc-red.css](./public/css/theme-arc-red.css) into the css directory +05. To add just the themes (not the red Gitea logos or kid-friendly Comic fonts), copy [theme-auto-red.css](./public/css/theme-auto-red.css), [theme-red.css](./public/css/theme-red.css), and [theme-arc-red.css](./public/css/theme-arc-red.css) into the css directory 06. To add the red Gitea logos, backup any existing img directory, and copy all the [logos](./public/img/) into your img directory 07. To add kid-friendly Comic fonts, copy [head_style.tmpl](./templates/base/head_style.tmpl) into the base directory 08. Locate your configuration file: Site Administration > Configuration > Configuration File Path (e.g., /etc/gitea/app.ini)