mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-22 15:42:38 +00:00
feat(ui): show preview image in home page
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
import { basic, initSidebar, initTopbar } from './modules/layouts';
|
||||
import { imgExtra, initClipboard, smoothScroll } from './modules/plugins';
|
||||
import {
|
||||
imgLazy,
|
||||
imgPopup,
|
||||
initClipboard,
|
||||
smoothScroll
|
||||
} from './modules/plugins';
|
||||
|
||||
basic();
|
||||
initSidebar();
|
||||
initTopbar();
|
||||
imgExtra();
|
||||
imgLazy();
|
||||
imgPopup();
|
||||
initClipboard();
|
||||
smoothScroll();
|
||||
|
||||
Reference in New Issue
Block a user