Update config.toml
This commit is contained in:
parent
61f3ad9efa
commit
6595c9ff85
|
@ -9,6 +9,7 @@ hasCJKLanguage = false
|
||||||
|
|
||||||
summaryLength = 70
|
summaryLength = 70
|
||||||
|
|
||||||
|
googleAnalytics = ""
|
||||||
copyright = "MIT©zzossig"
|
copyright = "MIT©zzossig"
|
||||||
timeout = 10000
|
timeout = 10000
|
||||||
enableEmoji = true
|
enableEmoji = true
|
||||||
|
@ -51,7 +52,15 @@ rssLimit = 100
|
||||||
facebook = "http://example.org"
|
facebook = "http://example.org"
|
||||||
twitter = "http://example.org"
|
twitter = "http://example.org"
|
||||||
github = "http://example.org"
|
github = "http://example.org"
|
||||||
|
stack-overflow = ""
|
||||||
|
instagram = ""
|
||||||
|
google-plus = ""
|
||||||
|
youtube = ""
|
||||||
|
medium = ""
|
||||||
|
tumblr = ""
|
||||||
|
linkedin = ""
|
||||||
pinterest = "http://example.org"
|
pinterest = "http://example.org"
|
||||||
|
stack-exchange = ""
|
||||||
|
|
||||||
[languages]
|
[languages]
|
||||||
[languages.en]
|
[languages.en]
|
||||||
|
|
Loading…
Reference in New Issue