perf: speed up page rendering and jekyll build process (#2034)
- Ensure inline scripts execute after the DOM has fully loaded. - Use Rollup to bundle the theme-mode and Mermaid scripts, reducing the number of Jekyll include snippets.
This commit is contained in:
@@ -5,8 +5,9 @@ import {
|
||||
imgPopup,
|
||||
initLocaleDatetime,
|
||||
initClipboard,
|
||||
initToc
|
||||
} from './modules/plugins';
|
||||
initToc,
|
||||
loadMermaid
|
||||
} from './modules/components';
|
||||
|
||||
loadImg();
|
||||
initToc();
|
||||
@@ -15,4 +16,5 @@ initSidebar();
|
||||
initLocaleDatetime();
|
||||
initClipboard();
|
||||
initTopbar();
|
||||
loadMermaid();
|
||||
basic();
|
||||
|
||||
Reference in New Issue
Block a user