Skip to content

Commit

Permalink
修改插件配置
Browse files Browse the repository at this point in the history
  • Loading branch information
Potat0000 committed Feb 22, 2024
1 parent e60458c commit 909b629
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
24 changes: 6 additions & 18 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ markdown:
- markdown-it-table-of-contents
- markdown-it-task-lists

nofollow:
enable: true
field: site

html_minifier:
enable: true
ignore_error: false
Expand All @@ -50,31 +54,15 @@ js_minifier:
exclude:
- "*.min.js"
image_minifier:
enable: true
interlaced: true
multipass: true
optimizationLevel: 2
pngquant: true
progressive: true
silent: false
enable: false

sitemap:
path: sitemap.xml
rel: true
tags: true
categories: false

nofollow:
enable: true
field: site

feed:
enable: true
type: atom
autodiscovery: true
content: true
hub: https://pubsubhubbub.appspot.com
icon: /favicon.ico
limit: 20
order_by: -date
icon: /favicon.png
template: ./atom_template.xml
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"hexo": {
"version": "7.1.1"
},
"license": "EPL-1.0",
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "git+https://github.com/Potat0000/Blog.git"
Expand Down

0 comments on commit 909b629

Please sign in to comment.