mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 16:17:50 +00:00
9 lines
205 B
JavaScript
9 lines
205 B
JavaScript
import { basic, initSidebar, initTopbar } from './modules/layouts';
|
|
import { initLocaleDatetime, imgLazy } from './modules/plugins';
|
|
|
|
basic();
|
|
initSidebar();
|
|
initTopbar();
|
|
initLocaleDatetime();
|
|
imgLazy();
|