Update Slogan

This commit is contained in:
Nofated095 2022-05-16 10:12:59 +08:00
parent 76c83c9c7e
commit dde65e9635
6 changed files with 3938 additions and 10 deletions

19
.gitignore vendored
View File

@ -1,4 +1,17 @@
node_modules
public
# Dependencies
/node_modules
# Production
/public
# Misc
db.json
.DS_Store
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*

View File

@ -1,5 +1,5 @@
# Version of the configuration file
version: 4.5.0
version: 6.0.0
# Icarus theme variant, can be "default" or "cyberpunk"
variant: default
# Path or URL to the website's logo
@ -209,7 +209,7 @@ widgets:
# Author name
author: Nofated
# Author title
author_title: I hope to be with you everyday.
author_title: 'May we will never be together, but forever you are in my heart.'
# Author's current location
location: Beijing, China
# URL or path to the avatar image
@ -347,6 +347,6 @@ providers:
cdn: '[cdnjs]https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/${package}/${version}/${filename}'
# cdn: cdnjs
# Name or URL template of the webfont CDN provider
fontcdn: google
fontcdn: loli
# Name or URL of the fontawesome icon font CDN provider
iconcdn: 'https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/font-awesome/5.15.2/css/all.css'

View File

@ -4,7 +4,7 @@
# Site
title: Nofated's Blog
subtitle: 'I hope to be with you everyday.'
subtitle: 'May we will never be together, but forever you are in my heart.'
description: 'Nofated Blog'
keywords: Nofated, Nofated095, nof, nof095, NofatedBlog, Blog
author: Nofated

View File

@ -9,7 +9,7 @@
"server": "hexo server"
},
"hexo": {
"version": "6.0.0"
"version": "6.2.0"
},
"dependencies": {
"hexo": "^6.0.0",
@ -34,4 +34,4 @@
"inferno": "^7.4.7",
"inferno-create-element": "^7.4.7"
}
}
}

View File

@ -1,6 +1,6 @@
---
title: 媒体
cover: https://api.sunweihu.com/api/bing1/api.php
cover: https://bing.9595095.xyz
date: 2020-10-01 00:00:00
donates:
widgets:

3915
yarn.lock Normal file

File diff suppressed because it is too large Load Diff