Skip to content

Commit

Permalink
chore: fix invalid code_dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaslanjaka committed May 20, 2023
1 parent ec4e407 commit 2b07e7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/git-embed
Submodule git-embed updated 1 files
+2 −1 tsconfig.json
2 changes: 1 addition & 1 deletion test
Submodule test updated 82 files
+1 −1 _config.yml
+45 −0 source/downloads/code/test.js
+139 −0 source/fixtures/test.ts
+49 −1 source/include_file/index.md
+10 −10 source/index.md
+23 −0 source/videos.md
+73 −0 themes/butterfly/.github/ISSUE_TEMPLATE/bug_report.yml
+22 −0 themes/butterfly/.github/ISSUE_TEMPLATE/config.yml
+14 −0 themes/butterfly/.github/ISSUE_TEMPLATE/feature_request.yml
+19 −0 themes/butterfly/.github/workflows/publish.yml
+19 −0 themes/butterfly/.github/workflows/stale.yml
+0 −1 themes/butterfly/.npmrc
+1 −1 themes/butterfly/README.md
+18 −11 themes/butterfly/README_CN.md
+233 −223 themes/butterfly/_config.yml
+1 −0 themes/butterfly/languages/default.yml
+1 −0 themes/butterfly/languages/en.yml
+1 −0 themes/butterfly/languages/zh-CN.yml
+2 −1 themes/butterfly/languages/zh-TW.yml
+5 −1 themes/butterfly/layout/includes/additional-js.pug
+2 −2 themes/butterfly/layout/includes/footer.pug
+4 −4 themes/butterfly/layout/includes/head.pug
+7 −3 themes/butterfly/layout/includes/head/config.pug
+1 −1 themes/butterfly/layout/includes/header/social.pug
+1 −2 themes/butterfly/layout/includes/layout.pug
+4 −3 themes/butterfly/layout/includes/loading/fullpage-loading.pug
+0 −13 themes/butterfly/layout/includes/loading/loading-js.pug
+0 −9 themes/butterfly/layout/includes/loading/loading.pug
+9 −0 themes/butterfly/layout/includes/loading/pace.pug
+15 −0 themes/butterfly/layout/includes/third-party/abcjs/abcjs.pug
+6 −0 themes/butterfly/layout/includes/third-party/abcjs/index.pug
+1 −1 themes/butterfly/layout/includes/third-party/card-post-count/artalk.pug
+1 −1 themes/butterfly/layout/includes/third-party/card-post-count/fb.pug
+1 −1 themes/butterfly/layout/includes/third-party/card-post-count/twikoo.pug
+0 −43 themes/butterfly/layout/includes/third-party/chat/gitter.pug
+0 −2 themes/butterfly/layout/includes/third-party/chat/index.pug
+1 −1 themes/butterfly/layout/includes/third-party/chat/messenger.pug
+21 −8 themes/butterfly/layout/includes/third-party/comments/artalk.pug
+5 −7 themes/butterfly/layout/includes/third-party/comments/disqus.pug
+1 −1 themes/butterfly/layout/includes/third-party/comments/disqusjs.pug
+12 −2 themes/butterfly/layout/includes/third-party/comments/facebook_comments.pug
+17 −13 themes/butterfly/layout/includes/third-party/comments/giscus.pug
+1 −1 themes/butterfly/layout/includes/third-party/comments/gitalk.pug
+4 −3 themes/butterfly/layout/includes/third-party/comments/remark42.pug
+1 −1 themes/butterfly/layout/includes/third-party/comments/twikoo.pug
+4 −2 themes/butterfly/layout/includes/third-party/comments/utterances.pug
+4 −0 themes/butterfly/layout/includes/third-party/math/mermaid.pug
+40 −21 themes/butterfly/layout/includes/third-party/newest-comments/artalk.pug
+1 −1 themes/butterfly/layout/includes/third-party/newest-comments/disqus-comment.pug
+1 −1 themes/butterfly/layout/includes/third-party/newest-comments/github-issues.pug
+1 −1 themes/butterfly/layout/includes/third-party/newest-comments/remark42.pug
+1 −1 themes/butterfly/layout/includes/third-party/newest-comments/twikoo-comment.pug
+1 −1 themes/butterfly/layout/includes/third-party/newest-comments/valine.pug
+1 −1 themes/butterfly/layout/includes/third-party/newest-comments/waline.pug
+2 −2 themes/butterfly/layout/includes/third-party/search/algolia.pug
+2 −2 themes/butterfly/layout/includes/third-party/search/local-search.pug
+4 −4 themes/butterfly/layout/includes/third-party/subtitle.pug
+1 −1 themes/butterfly/layout/includes/widget/card_tags.pug
+1 −1 themes/butterfly/package.json
+29 −25 themes/butterfly/plugins.yml
+10 −8 themes/butterfly/scripts/events/cdn.js
+17 −21 themes/butterfly/scripts/filters/post_lazyload.js
+1 −1 themes/butterfly/scripts/filters/random_cover.js
+4 −3 themes/butterfly/scripts/helpers/inject_head_js.js
+1 −1 themes/butterfly/scripts/helpers/page.js
+4 −11 themes/butterfly/scripts/tag/gallery.js
+22 −0 themes/butterfly/scripts/tag/score.js
+0 −3 themes/butterfly/source/css/_global/index.styl
+8 −0 themes/butterfly/source/css/_highlight/highlight.styl
+1 −1 themes/butterfly/source/css/_layout/aside.styl
+13 −2 themes/butterfly/source/css/_layout/post.styl
+13 −1 themes/butterfly/source/css/_layout/third-party.styl
+1 −1 themes/butterfly/source/css/_page/common.styl
+10 −16 themes/butterfly/source/css/_search/algolia.styl
+1 −0 themes/butterfly/source/css/_search/index.styl
+12 −8 themes/butterfly/source/css/_search/local-search.styl
+0 −9 themes/butterfly/source/img/algolia.svg
+71 −75 themes/butterfly/source/js/main.js
+25 −11 themes/butterfly/source/js/search/algolia.js
+314 −144 themes/butterfly/source/js/search/local-search.js
+5 −9 themes/butterfly/source/js/tw_cn.js
+46 −25 themes/butterfly/source/js/utils.js

0 comments on commit 2b07e7f

Please sign in to comment.