diff options
author | amzrk2 | 2020-04-14 11:44:50 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-14 11:44:50 +0800 |
commit | 7dda657d380dda6549f8fd33264c957c390be428 (patch) | |
tree | 0622b5e0ed71b021608558870e8c5505638881d5 /exampleSite | |
parent | cd7817b05a3644ccd9d252ebbead6eae48e0eef2 (diff) | |
download | hugo-theme-fuji-7dda657d380dda6549f8fd33264c957c390be428.tar.gz hugo-theme-fuji-7dda657d380dda6549f8fd33264c957c390be428.tar.bz2 hugo-theme-fuji-7dda657d380dda6549f8fd33264c957c390be428.zip |
Add post license
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 6dc23e1..6ba90df 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -18,12 +18,16 @@ paginate = 10 # Bangumi image chart id # bgmImageChart = "000000" + # License + license = "知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 (CC BY-NC-SA 4.0)" + licenseLink = "http://creativecommons.org/licenses/by-nc-sa/4.0/" + # Comments # utterances, see: https://utteranc.es/ - cdnUtterancesJS = "https://utteranc.es/client.js" - utterancesRepo = "[ENTER REPO HERE]" - utterancesIssueTerm = "pathname" - utterancesTheme = "github-light" + # cdnUtterancesJS = "https://utteranc.es/client.js" + # utterancesRepo = "[ENTER REPO HERE]" + # utterancesIssueTerm = "pathname" + # utterancesTheme = "github-light" # Custom lazyload thumbnail cdnLazyloadSRC = "https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr/lazyload/dsr_loading.svg" |