diff options
author | amzrk2 | 2020-05-07 21:06:35 +0800 |
---|---|---|
committer | amzrk2 | 2020-05-07 21:06:35 +0800 |
commit | 2c181e91c7fdc91f09de00708061f78999f58426 (patch) | |
tree | 7b3632836f0a1e143a616a71b73cf22ce4bed52a /exampleSite | |
parent | 472da312f4bae5078455f0590bdcea062c19007b (diff) | |
download | hugo-theme-fuji-2c181e91c7fdc91f09de00708061f78999f58426.tar.gz hugo-theme-fuji-2c181e91c7fdc91f09de00708061f78999f58426.tar.bz2 hugo-theme-fuji-2c181e91c7fdc91f09de00708061f78999f58426.zip |
Local placeholder
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 10 |
1 files changed, 5 insertions, 5 deletions
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 |