From 33594c0d1307e1aad56823a7ac5ba6bb18a5d294 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sat, 3 Feb 2018 21:41:44 +0800 Subject: feat: support custom css and js (#29) --- exampleSite/config.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8350b64..984abf3 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -81,6 +81,11 @@ copyright = "" # default: author.name ↓ # 默认为下面配 baidu_verification = "" # Baidu Verification google_verification = "" # Google_Verification # 谷歌 + # Link custom CSS and JS assets + # (relative to /static/css and /static/js respectively) + customCSS = [] + customJS = [] + [params.publicCDN] # load these files from public cdn # 启用公共CDN,需自行定义 enable = false jquery = '' -- cgit v1.2.3