Skip to content

Commit

Permalink
Update CDN URLs for external libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
mobeicanyue committed Jan 22, 2024
1 parent 81ba768 commit b91259f
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
40 changes: 20 additions & 20 deletions _config.fluid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1074,46 +1074,46 @@ static_prefix:
internal_css: /css
internal_img: /img

anchor: https://cdn.staticfile.org/anchor-js/4.3.1/
anchor: https://lib.baomitu.com/anchor-js/4.3.1/

github_markdown: https://cdn.staticfile.org/github-markdown-css/4.0.0/
github_markdown: https://lib.baomitu.com/github-markdown-css/4.0.0/

jquery: https://cdn.staticfile.org/jquery/3.6.4/
jquery: https://lib.baomitu.com/jquery/3.6.4/

bootstrap: https://cdn.staticfile.org/twitter-bootstrap/4.6.1/
bootstrap: https://lib.baomitu.com/twitter-bootstrap/4.6.1/

prismjs: https://cdn.staticfile.org/prism/1.29.0/
prismjs: https://lib.baomitu.com/prism/1.29.0/

tocbot: https://cdn.staticfile.org/tocbot/4.20.1/
tocbot: https://lib.baomitu.com/tocbot/4.20.1/

typed: https://cdn.staticfile.org/typed.js/2.0.12/
typed: https://lib.baomitu.com/typed.js/2.0.12/

fancybox: https://cdn.staticfile.org/fancybox/3.5.7/
fancybox: https://lib.baomitu.com/fancybox/3.5.7/

nprogress: https://cdn.staticfile.org/nprogress/0.2.0/
nprogress: https://lib.baomitu.com/nprogress/0.2.0/

mathjax: https://cdn.staticfile.org/mathjax/3.2.2/
mathjax: https://lib.baomitu.com/mathjax/3.2.2/

katex: https://cdn.staticfile.org/KaTeX/0.16.2/
katex: https://lib.baomitu.com/KaTeX/0.16.2/

busuanzi: https://busuanzi.ibruce.info/busuanzi/2.3/

clipboard: https://cdn.staticfile.org/clipboard.js/2.0.11/
clipboard: https://lib.baomitu.com/clipboard.js/2.0.11/

mermaid: https://cdn.staticfile.org/mermaid/8.14.0/
mermaid: https://lib.baomitu.com/mermaid/8.14.0/

valine: https://cdn.staticfile.org/valine/1.5.1/
valine: https://lib.baomitu.com/valine/1.5.1/

waline: https://cdn.staticfile.org/waline/2.15.5/

gitalk: https://cdn.staticfile.org/gitalk/1.8.0/
gitalk: https://lib.baomitu.com/gitalk/1.8.0/

disqusjs: https://cdn.staticfile.org/disqusjs/1.3.0/
disqusjs: https://lib.baomitu.com/disqusjs/1.3.0/

twikoo: https://cdn.staticfile.org/twikoo/1.6.8/
twikoo: https://lib.baomitu.com/twikoo/1.6.8/

discuss: https://cdn.staticfile.org/discuss/1.2.1/
discuss: https://lib.baomitu.com/discuss/1.2.1/

hint: https://cdn.staticfile.org/hint.css/2.7.0/
hint: https://lib.baomitu.com/hint.css/2.7.0/

moment: https://cdn.staticfile.org/moment.js/2.29.4/
moment: https://lib.baomitu.com/moment.js/2.29.4/
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"server": "hexo server"
},
"hexo": {
"version": "7.0.0"
"version": "7.1.1"
},
"dependencies": {
"hexo": "^7.0.0",
Expand All @@ -27,4 +27,4 @@
"hexo-theme-fluid": "^1.9.7",
"hexo-yam": "^8.0.0"
}
}
}

0 comments on commit b91259f

Please sign in to comment.