From 04a4ceaedfad5cccd3961e9f71833e1382dcf2fc Mon Sep 17 00:00:00 2001 From: roninro Date: Thu, 28 Jul 2022 20:04:57 +0800 Subject: support custom js css --- exampleSite/config.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 0c9877c..854629b 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -73,6 +73,10 @@ keywords = "blog,developer,personal" img_home = "/img/home-bg.jpg" img_404 = "/img/404-bg.jpg" +custom_js = [] +custom_css = [] # ["css/custom.css"] Add your file to assets folder [assets/css/custom.css] + + [params.sidebar] enable = true avatar = "/img/home-bg.jpg" -- cgit v1.2.3