From 8989ad58533aba0f29aa44e315e32290ccd3ba16 Mon Sep 17 00:00:00 2001 From: command_block Date: Thu, 18 Jan 2024 01:35:29 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=A7=84=E8=8C=83=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- book.toml | 4 ++-- {src => theme}/indent.css | 0 {src => theme}/template.typ | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename {src => theme}/indent.css (100%) rename {src => theme}/template.typ (100%) diff --git a/book.toml b/book.toml index 3893bebc..f8646d52 100644 --- a/book.toml +++ b/book.toml @@ -8,11 +8,11 @@ language = "zh-CN" create-missing = false [output.epub] -additional-css = ["src/indent.css"] +additional-css = ["theme/indent.css"] cover-image = "illustrations/cover.jpg" no-section-label = true [output.typst-pdf] pdf = true -custom-template = "src/template.typ" +custom-template = "theme/template.typ" section-number = false diff --git a/src/indent.css b/theme/indent.css similarity index 100% rename from src/indent.css rename to theme/indent.css diff --git a/src/template.typ b/theme/template.typ similarity index 100% rename from src/template.typ rename to theme/template.typ