aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2018-01-09 23:10:03 +0800
committerclarkzjw <[email protected]>2018-01-09 23:10:03 +0800
commitf26f6cd71cb436216ce6993ae640e89bbb26226a (patch)
tree9083491247a50c76b583db2afc95c19e1a91faf3 /conf.py
parentb2e8640cc05a179048eaaa39205bd4fc43146745 (diff)
downloadblog.jinwei.me-f26f6cd71cb436216ce6993ae640e89bbb26226a.tar.gz
+ init
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 55e0e96..1a7a0c6 100644
--- a/conf.py
+++ b/conf.py
@@ -56,7 +56,7 @@ html_theme_path = [alagitpull.get_path()]
56html_theme = 'alagitpull' 56html_theme = 'alagitpull'
57html_favicon = '_static/favicon.ico' 57html_favicon = '_static/favicon.ico'
58html_theme_options = { 58html_theme_options = {
59 'logo': 'img/bagua.png', 59 'logo': 'img/terminal-icon.png',
60 'projects': alagitpull.projects, 60 'projects': alagitpull.projects,
61} 61}
62html_sidebars = { 62html_sidebars = {
Powered by cgit v1.2.3 (git 2.41.0)