diff options
| author | roninro <liumy.f@foxmail.com> | 2022-07-28 20:04:57 +0800 |
|---|---|---|
| committer | roninro <liumy.f@foxmail.com> | 2022-07-28 20:04:57 +0800 |
| commit | 04a4ceaedfad5cccd3961e9f71833e1382dcf2fc (patch) | |
| tree | 31d475b10af3d6d6953b4af7efa24c8f0057581e /exampleSite/config.toml | |
| parent | 25bf7c8342ba8ecb59363bf6043dc62a3585bf87 (diff) | |
support custom js css
Diffstat (limited to 'exampleSite/config.toml')
| -rw-r--r-- | exampleSite/config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
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" |
