From 2453e5c891a8a39adb8bc05c6c776cc4ba31117f Mon Sep 17 00:00:00 2001 From: "kujiu (@rincevent)" Date: Fri, 31 Jul 2020 17:53:26 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20th=C3=A8me=20ePub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.rst | 5 ++++- source/conf.py | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 89d3259..29fddaf 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,6 @@ -# Kujiu's labs +Kujiu's labs +============ Source of http://www.kujiu.org blog. + +Color for icons: #92b8e0 diff --git a/source/conf.py b/source/conf.py index a70e6d3..b267a1c 100644 --- a/source/conf.py +++ b/source/conf.py @@ -263,7 +263,8 @@ epub_exclude_files = [ 'blog/2024.xhtml', 'google82f190054a773ed9.xhtml', ] -epub_theme = 'epub' +epub_theme = 'nervproject' +epub_theme_options = html_theme_options epub_show_urls = 'footnote' diag_antialias = True