1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-08 08:37:53 +00:00
2023-03-16 03:00:29 +08:00

20 lines
364 B
JavaScript

import { basic, initSidebar, initTopbar } from './modules/layouts';
import {
imgExtra,
initLocaleDatetime,
initClipboard,
smoothScroll,
initPageviews,
toc
} from './modules/plugins';
basic();
initSidebar();
initTopbar();
imgExtra();
initLocaleDatetime();
initClipboard();
toc();
smoothScroll(); // must be called after toc is created
initPageviews();