mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-03-23 11:28:14 +00:00
feat(ui): show preview image in home page
This commit is contained in:
8
_javascript/home.js
Normal file
8
_javascript/home.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { basic, initSidebar, initTopbar } from './modules/layouts';
|
||||
import { initLocaleDatetime, imgLazy } from './modules/plugins';
|
||||
|
||||
basic();
|
||||
initSidebar();
|
||||
initTopbar();
|
||||
initLocaleDatetime();
|
||||
imgLazy();
|
||||
Reference in New Issue
Block a user