mirror of https://gitlab.com/curben/blog
fix(hexo-yam): svgo plugin name
cleanupIDs plugin is renamed to cleanupIds https://github.com/svg/svgo/releases/tag/v3.0.0
This commit is contained in:
parent
161ac92964
commit
5fb20322ea
28
_config.yml
28
_config.yml
|
@ -6,7 +6,7 @@
|
||||||
title: Ming Di Leom's Blog
|
title: Ming Di Leom's Blog
|
||||||
subtitle:
|
subtitle:
|
||||||
description:
|
description:
|
||||||
author: 'Ming Di Leom'
|
author: "Ming Di Leom"
|
||||||
language: en-GB
|
language: en-GB
|
||||||
timezone:
|
timezone:
|
||||||
|
|
||||||
|
@ -28,18 +28,18 @@ tag_generator:
|
||||||
enable_index_page: true
|
enable_index_page: true
|
||||||
archive_dir: blog
|
archive_dir: blog
|
||||||
category_dir: categories
|
category_dir: categories
|
||||||
code_dir: ''
|
code_dir: ""
|
||||||
i18n_dir: :lang
|
i18n_dir: :lang
|
||||||
skip_render:
|
skip_render:
|
||||||
- 'google5149b8b3449442e3.html'
|
- "google5149b8b3449442e3.html"
|
||||||
- 'yandex_210230bd98a5c664.html'
|
- "yandex_210230bd98a5c664.html"
|
||||||
- 'yandex_e54834b81be38a26.html'
|
- "yandex_e54834b81be38a26.html"
|
||||||
- 'yandex_6cc1f27a50282e72.html'
|
- "yandex_6cc1f27a50282e72.html"
|
||||||
- 'yandex_0aa588b63243f2b9.html'
|
- "yandex_0aa588b63243f2b9.html"
|
||||||
- 'yandex_e026a03a5dd06730.html'
|
- "yandex_e026a03a5dd06730.html"
|
||||||
include:
|
include:
|
||||||
- '_headers' # Netlify header rule
|
- "_headers" # Netlify header rule
|
||||||
- '_redirects' # Netlify redirects rule
|
- "_redirects" # Netlify redirects rule
|
||||||
|
|
||||||
# Writing
|
# Writing
|
||||||
new_post_name: :title.md # File name of new posts
|
new_post_name: :title.md # File name of new posts
|
||||||
|
@ -56,7 +56,7 @@ highlight:
|
||||||
enable: true
|
enable: true
|
||||||
line_number: false
|
line_number: false
|
||||||
auto_detect: false
|
auto_detect: false
|
||||||
tab_replace: ' '
|
tab_replace: " "
|
||||||
hljs: true
|
hljs: true
|
||||||
wrap: false
|
wrap: false
|
||||||
|
|
||||||
|
@ -85,15 +85,15 @@ theme: chameleon
|
||||||
## https://github.com/curbengh/hexo-yam
|
## https://github.com/curbengh/hexo-yam
|
||||||
minify:
|
minify:
|
||||||
svg:
|
svg:
|
||||||
plugins:
|
plugins:
|
||||||
cleanupIDs: false
|
cleanupIds: false
|
||||||
|
|
||||||
marked:
|
marked:
|
||||||
# https://github.com/hexojs/hexo-renderer-marked/pull/179
|
# https://github.com/hexojs/hexo-renderer-marked/pull/179
|
||||||
descriptionLists: false
|
descriptionLists: false
|
||||||
|
|
||||||
feed:
|
feed:
|
||||||
icon: '/svg/favicon.svg'
|
icon: "/svg/favicon.svg"
|
||||||
|
|
||||||
# theme config
|
# theme config
|
||||||
theme_config:
|
theme_config:
|
||||||
|
|
Loading…
Reference in New Issue