Skip to content

Commit

Permalink
Breaking: Bump hexo to v7 and node to v16
Browse files Browse the repository at this point in the history
Breaking: Bump hexo to v7 and node to v16
----
Close webhintio#1221
  • Loading branch information
vidorteg authored Aug 29, 2024
2 parents 634914a + 470e278 commit aa7c5de
Show file tree
Hide file tree
Showing 8 changed files with 539 additions and 815 deletions.
4 changes: 3 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ render_drafts: false
post_asset_folder: false
relative_link: false
future: true

syntax_highlighter:
highlight:
enable: false
# emtpy to disable hightlight

# Category & Tag
default_category: uncategorized
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- task: NodeTool@0
inputs:
versionSpec: "10.x"
versionSpec: "16.x"
displayName: "Install Node.js"
- script: npm install
displayName: "Install dependencies"
Expand Down
Binary file modified docs/docs/user-guide/connectors/images/json-output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/docs/user-guide/connectors/index.html

Large diffs are not rendered by default.

618 changes: 309 additions & 309 deletions docs/sitemap.xml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ gulp.task('build:hexo', (done) => {
return hexo.call('clean');
})
.then(() => {
hexo.extend.filter.unregister('after_render:html', require('hexo/lib/plugins/filter/after_render/meta_generator'));
hexo.extend.filter.unregister('after_render:html', require('hexo/dist/plugins/filter/after_render/meta_generator'));

return hexo.call('generate');
})
Expand All @@ -88,7 +88,7 @@ gulp.task('watch:hexo', (done) => {

hexo.init()
.then(() => {
hexo.extend.filter.unregister('after_render:html', require('hexo/lib/plugins/filter/after_render/meta_generator'));
hexo.extend.filter.unregister('after_render:html', require('hexo/dist/plugins/filter/after_render/meta_generator'));

return hexo.call('generate', { watch: true });
})
Expand Down
Loading

0 comments on commit aa7c5de

Please sign in to comment.