aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 2708ee5..c0977c1 100644
--- a/conf.py
+++ b/conf.py
@@ -19,7 +19,7 @@ source_suffix = '.rst'
19 19
20master_doc = 'index' 20master_doc = 'index'
21 21
22project = u'blog.jinwei.me' 22project = u''
23copyright = u'2013 - 2019, clarkzjw' # NOQA 23copyright = u'2013 - 2019, clarkzjw' # NOQA
24 24
25version = '0.0' 25version = '0.0'
@@ -35,6 +35,10 @@ html_favicon = '_static/favicon.ico'
35html_theme_options = { 35html_theme_options = {
36} 36}
37html_sidebars = { 37html_sidebars = {
38 '**': [
39 'about.html',
40 'relations.html',
41 ]
38} 42}
39 43
40html_static_path = ['_static'] 44html_static_path = ['_static']
Powered by cgit v1.2.3 (git 2.41.0)