update config.toml

feature/cover-image
nodejh 8 years ago
parent 733cd09dea
commit 02082901e2

@ -1,26 +1,27 @@
# Site settings # Site settings
baseurl = "http://nodejh.com/" baseurl = "http://nodejh.com/"
languageCode = "zh-cn" # HTML Language Code Reference, such as en, zh-cn
title = "nodejh" languageCode = "en,"
title = "Blog Title"
theme = "hugo-theme-cactus-plus" theme = "hugo-theme-cactus-plus"
# Enter your tracking code to enable Google Analytics # Enter your tracking code to enable Google Analytics
googleAnalytics = "UA-84989670-1" googleAnalytics = "your_google_analytics_code"
[params] [params]
name = "nodejh" name = "Hugo"
description = "My Blog" description = "Blog Description"
bio = "To Be A Full Stack Developer" bio = "To Be A Full Stack Developer"
# Enter optionally your twitter account # Enter optionally your twitter account
twitter = "nodejh" twitter = "your_twotter"
enableRSS = false enableRSS = false
# Disqus comment # Disqus comment
disqusShortname = "nodejh" disqusShortname = "your_disqus_short_name"
# Disable disqus comments by set `enableDisqus = "false"` # Disable disqus comments by set `enableDisqus = "false"`
enableDisqus = false enableDisqus = false
# Duoshuo comment # Duoshuo comment
duoshuoShortname = "nodejh" duoshuoShortname = "your_duoshuo_short_name"
# Disable duoshuo comments by set `enableDuoshuo = "false"` # Disable duoshuo comments by set `enableDuoshuo = "false"`
enableDuoshuo = false enableDuoshuo = false
@ -29,6 +30,14 @@ googleAnalytics = "UA-84989670-1"
# Use description as title in single page, posts page and tags page. # Use description as title in single page, posts page and tags page.
useDescriptionAsTitle = false useDescriptionAsTitle = false
# Enable googleAnalytics
enableGoogleAnalytics = true
# Enable baiduAnalytics
enableBaiduAnalytics = false
# Baidu Tongji Code
baiduAnalytics = 'your_baidu_tongji_code'
# Add custom assets with their paths relative to the static folder # Add custom assets with their paths relative to the static folder
customCSS = [] customCSS = []
customJS = [] customJS = []
@ -62,7 +71,6 @@ googleAnalytics = "UA-84989670-1"
# Add additional social link entries underneath # Add additional social link entries underneath
[social] [social]
# For example: font-aswome-name = "your_social_url" facebook-square = "your_facebook_link"
facebook-square = "https://www.facebook.com/nodejh" twitter-square = "your_twitter_link"
twitter-square = "https://www.twitter.com/nodejh" github-square = "your_github_link"
github-square = "https://www.github.com/nodejh"

Loading…
Cancel
Save