mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 16:48:09 +00:00

- Google Analytics superProxy has been archived and is no longer maintained. - Google Analytics UA end of life. See also: https://support.google.com/analytics/answer/11583528?hl=en
18 lines
281 B
JavaScript
18 lines
281 B
JavaScript
import { basic, initSidebar, initTopbar } from './modules/layouts';
|
|
import {
|
|
imgLazy,
|
|
imgPopup,
|
|
initLocaleDatetime,
|
|
initClipboard,
|
|
toc
|
|
} from './modules/plugins';
|
|
|
|
basic();
|
|
initSidebar();
|
|
initTopbar();
|
|
imgLazy();
|
|
imgPopup();
|
|
initLocaleDatetime();
|
|
initClipboard();
|
|
toc();
|