Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions _config.melody.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ highlight_theme: default
social:
telegram fa: https://t.me/akinazuki
twitter fa: https://twitter.com/akinazuki
envelope fa: mailto:i@natsuki.dev
envelope fa: mailto:i@moe.ci
github fa: https://github.com/akinazuki
rss fa: https://nazuki.moe/atom.xml

Expand Down Expand Up @@ -96,10 +96,10 @@ fireworks: false
baidu_analytics:
# Format: UA-xxxxxxxxx-x
# Example: UA-123456789-0
google_analytics:
google_analytics: UA-107762838-1
# Format: G-xxxxxxxxx
# Example: G-0A12345678
google_analytics_MeasurementID:
google_analytics_MeasurementID: G-7EC5FT39PK

# Tencent_analytics ID
tencent_analytics:
Expand Down Expand Up @@ -127,9 +127,9 @@ cdn:
fontawesome: https://cdn.jsdelivr.net/npm/font-awesome@latest/css/font-awesome.min.css
# fontawesomeV5: https://use.fontawesome.com/releases/v5.3.1/css/all.css
js:
anime: https://cdn.jsdelivr.net/npm/animejs@latest/lib/anime.min.js
jquery: https://cdn.jsdelivr.net/npm/jquery@latest/dist/jquery.min.js
fancybox: https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@latest/dist/jquery.fancybox.min.js
anime: https://cdnjs.loli.net/ajax/libs/animejs/3.2.1/anime.min.js
jquery: https://cdnjs.loli.net/ajax/libs/jquery/3.6.0/jquery.min.js
fancybox: https://cdnjs.loli.net/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js
velocity: https://cdn.jsdelivr.net/npm/velocity-animate@latest/velocity.min.js
velocity-ui: https://cdn.jsdelivr.net/npm/velocity-ui-pack@latest/velocity.ui.min.js

Expand Down Expand Up @@ -211,9 +211,9 @@ addThis:
# Comments System
# ---------------
disqus:
enable: false
#shortname:
#count:
enable: true
shortname: nazukis-blog
count: true

# laibili:
# enable: false
Expand Down Expand Up @@ -269,7 +269,7 @@ disqus:

# Footer Settings
# ---------------
since: 2017
since: 2015

footer_custom_text: <a href="https://icp.gov.moe/?keyword=20229233" target="_blank">萌ICP备20229233号</a>

Expand Down
19 changes: 17 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ timezone: ''

# URL
## Set your site url heare. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
url: http://example.com
permalink: :year/:month/:day/:title/
url: https://nazuki.moe
permalink: :title/
permalink_defaults:
pretty_urls:
trailing_index: true # Set to false to remove trailing 'index.html' from permalinks
Expand Down Expand Up @@ -103,3 +103,18 @@ theme: melody
## Docs: https://hexo.io/docs/one-command-deployment
deploy:
type: ''


feed:
enable: true
type: atom
path: atom.xml
limit: 20
hub:
content:
content_limit: 140
content_limit_delim: ' '
order_by: -date
icon: icon.png
autodiscovery: true
template:
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,21 @@
"server": "hexo server"
},
"hexo": {
"version": "6.2.0"
"version": "6.3.0"
},
"dependencies": {
"hexo": "^6.2.0",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-tag": "^1.0.0",
"hexo": "^6.3.0",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^3.0.0",
"hexo-generator-tag": "^2.0.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^5.0.0",
"hexo-renderer-marked": "^6.1.1",
"hexo-renderer-pug": "^3.0.0",
"hexo-renderer-stylus": "^2.1.0",
"hexo-renderer-stylus": "^3.0.0",
"hexo-server": "^3.0.0",
"hexo-theme-landscape": "^0.0.3",
"hexo-theme-landscape": "^1.0.0",
"hexo-theme-melody": "^1.9.1"
}
}
Loading