From 3976c4eba65cb571c58cf55a2e3e88609db6ecfe Mon Sep 17 00:00:00 2001 From: Nofated095 Date: Sun, 26 Nov 2023 10:50:57 +0800 Subject: [PATCH] update site's name --- README.md | 4 ++-- _config.amane.yml | 4 ++-- _config.yml | 7 ++----- package.json | 3 +-- 4 files changed, 7 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index db14360..06c2ddb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# Nofated's Blog -The original Hexo files of Nofated's Blog +# Amane's Blog +The original Hexo files of Amane's Blog diff --git a/_config.amane.yml b/_config.amane.yml index 9457a74..546b6f0 100644 --- a/_config.amane.yml +++ b/_config.amane.yml @@ -4,7 +4,7 @@ version: 6.2.0 variant: default # Path or URL to the website's logo logo: - text: Nofated's Blog + text: Amane's Blog # Page metadata configurations head: # URL or path to the website's icon @@ -191,7 +191,7 @@ widgets: position: left type: profile # Author name - author: Nofated + author: Amane # Author title # author_title: 'Forever you will be in my heart.' # Author's current location diff --git a/_config.yml b/_config.yml index 328eb3f..24ace54 100644 --- a/_config.yml +++ b/_config.yml @@ -3,9 +3,9 @@ ## Source: https://github.com/hexojs/hexo/ # Site -title: Nofated's Blog +title: Amane's Blog subtitle: 'Forever you will be in my heart.' -description: 'Nofated Blog' +description: 'A Place where Amane is alive.' keywords: Nofated, Nofated095, nof, nof095, NofatedBlog, Blog author: Nofated095 language: zh-CN @@ -133,6 +133,3 @@ html_minifier: minifyCSS: true theme: amane - -#aplayer: -# meting: true diff --git a/package.json b/package.json index 2a2de16..d0d9088 100644 --- a/package.json +++ b/package.json @@ -28,11 +28,10 @@ "hexo-renderer-marked": "^6.0.0", "hexo-renderer-stylus": "^2.0.0", "hexo-server": "^3.0.0", - "hexo-tag-aplayer": "^3.0.4", "hexo-clean-css": "2.0.0", "hexo-uglify": "^2.0.0", "hexo-html-minifier": "^1.0.0", - "hexo-theme-amane": "0.0.32", + "hexo-theme-amane": "0.0.34", "hexo-theme-icarus": "5.2.1", "inferno": "^8.0.1", "inferno-create-element": "^8.0.1",