From 09ff651de80a8ee39efd88ba67c7ce4e837752b2 Mon Sep 17 00:00:00 2001 From: idawnlight Date: Thu, 7 Sep 2023 12:46:58 +0800 Subject: [PATCH] fix(hexo): deprecated configuration --- _config.yml | 3 ++- themes/anodyne/_config.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 92c5787..260dc1b 100644 --- a/_config.yml +++ b/_config.yml @@ -31,7 +31,8 @@ skip_render: new_post_name: :title.md # File name of new posts default_layout: post titlecase: false # Transform title into titlecase -external_link: true # Open external links in new tab +external_link: + enable: true # Open external links in new tab filename_case: 0 render_drafts: false post_asset_folder: true diff --git a/themes/anodyne/_config.yml b/themes/anodyne/_config.yml index 6611bab..67a7501 100644 --- a/themes/anodyne/_config.yml +++ b/themes/anodyne/_config.yml @@ -58,4 +58,4 @@ social_platforms: # fa_icon: fa-rss # Footer about -footer_about: "@Microsoft Student Club @ SEU. All right reserved Contact us" +footer_about: "Microsoft Student Club @ SEU / Contact us"