From 2c181e91c7fdc91f09de00708061f78999f58426 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Thu, 7 May 2020 21:06:35 +0800 Subject: Local placeholder --- exampleSite/config.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'exampleSite/config.toml') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 263ad67..73a1909 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -25,7 +25,7 @@ paginate = 10 # Word counter and read time indicator in post metadata showWordCounter = true - showReadTime = true + # showReadTime = true # Open Graph & Twitter Card variables # You can also set description and images in post front matter individually @@ -55,13 +55,13 @@ paginate = 10 # disqusComment = false # disqusShortname = "[ENTER YOUR DISQUS SHORTNAME HERE]" - # Custom lazyload placeholder + # custom lazyload placeholder # 16:9 - cdnLazyPlaceholder = "https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr@1.1.0/lazyload/dsrca_loading_480x270.svg" + lazyPlaceholder = "/lazyload/dsrca_loading_480x270.svg" # 32:9 - cdnLazyPlaceholderRow = "https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr@1.1.0/lazyload/dsrca_loading_960x270.svg" + lazyPlaceholderRow = "/lazyload/dsrca_loading_960x270.svg" # 8:9 - cdnLazyPlaceholderCol = "https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr@1.1.0/lazyload/dsrca_loading_480x540.svg" + lazyPlaceholderCol = "/lazyload/dsrca_loading_480x540.svg" # enable this to fetch css & js from jsDelivr CDN useCDN = true -- cgit v1.2.3