From 6b5e17a677ce2af3a58ad996113194b8bb481f25 Mon Sep 17 00:00:00 2001 From: Chish Date: Mon, 25 Sep 2023 06:15:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1ebea99..da31e23 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ gitea-github-theme - 主题 - 创建 `public/css`, 将 `theme-github.css` 文件移入 - 修改 Gitea 配置文件 `gitea/conf/app.ini`, 在文中找到或文档末尾添加: - ```ini - [ui] - THEMES = gitea,arc-green,github - DEFAULT_THEME = github - ``` +```ini +[ui] +THEMES = gitea,arc-green,github +DEFAULT_THEME = github +``` - 主页 - 创建 `templates`, 将 `home.tmpl` 文件移入 - 重启 Gitea