From ff6f9ab7d7719f6d782fa33b01231f4a5ed99151 Mon Sep 17 00:00:00 2001 From: Xiaoke Huang Date: Sat, 10 Feb 2024 15:36:36 +0800 Subject: [PATCH] Support epub and format yaml (#6) --- _quarto.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index e420f1e..69e6baf 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -6,9 +6,9 @@ book: title: 给研究生的学术建议 subtitle: The Unwritten Rules of Ph.D. Research author: - - (英)戈登·鲁格 玛丽安·彼得【著】 - - 彭万华【译】 彭凯平【校】 - - 张亮【编】 + - (英)戈登·鲁格 玛丽安·彼得【著】 + - 彭万华【译】 彭凯平【校】 + - 张亮【编】 date: now site-url: https://psychelzh.github.io/phdrule/ repo-url: https://github.com/psychelzh/phdrule @@ -48,3 +48,5 @@ format: code-link: true comments: hypothesis: true + epub: + toc: true