diff options
Diffstat (limited to 'exampleSite')
| -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" |
