From b7c3908bb486113198d6964e256b511ca36c4707 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Mon, 12 Aug 2019 23:43:30 -0400 Subject: [PATCH] chore(theme): update theme and config --- _config.theme.yml | 16 ++++++++++------ themes/icarus | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/_config.theme.yml b/_config.theme.yml index 2253b91..968dec6 100644 --- a/_config.theme.yml +++ b/_config.theme.yml @@ -1,5 +1,5 @@ # Version of the Icarus theme that is currently used -version: 2.3.0 +version: 2.6.0 # Path or URL to the website's icon favicon: /images/favicon.svg # Path or URL to RSS atom.xml @@ -48,9 +48,15 @@ footer: url: 'http://github.com/ppoffice/hexo-theme-icarus' # Article display settings article: - # Code highlight theme - # https://github.com/highlightjs/highlight.js/tree/master/src/styles - highlight: atom-one-light + # Code highlight settings + highlight: + # Code highlight themes + # https://github.com/highlightjs/highlight.js/tree/master/src/styles + theme: atom-one-light + # Show code copying button + clipboard: true + # Default folding status of the code blocks. Can be "", "folded", "unfolded" + fold: unfolded # Whether to show article thumbnail images thumbnail: true # Whether to show estimate article reading time @@ -220,8 +226,6 @@ plugins: site_id: 1067642 # Show a loading progress bar at top of the page progressbar: true - # Show the copy button in the highlighted code area - clipboard: true # BuSuanZi site/page view counter # https://busuanzi.ibruce.info busuanzi: false diff --git a/themes/icarus b/themes/icarus index d150e55..ede5d0b 160000 --- a/themes/icarus +++ b/themes/icarus @@ -1 +1 @@ -Subproject commit d150e555ce3630058fa6fa39d295396706b39a93 +Subproject commit ede5d0bc5db2cb27f5658ed14c78206dceb949cf