update config.toml

feature/cover-image
nodejh 8 years ago
parent 2b2cd2d29f
commit 2a77e33cca

@ -1,20 +1,32 @@
# Site settings # Site settings
baseurl = "http://replace-this-with-your-domain.com/" baseurl = "http://nodejh.com/"
languageCode = "en-us" languageCode = "zh-cn"
title = "Hugo Cactus Theme" title = "nodejh"
theme = "hugo-cactus-theme" theme = "hugo-theme-simple"
# Enter your tracking code to enable Google Analytics # Enter your tracking code to enable Google Analytics
googleAnalytics = "" googleAnalytics = "UA-84989670-1"
# Disable comments by leaving disqusShortname empty
disqusShortname = "spf13"
[params] [params]
name = "John Doe" name = "nodejh"
description = "Describe your website" description = "My Blog"
bio = "Blogger - Programmer - Gopher" bio = "To Be A Full Stack Developer"
# Enter optionally your twitter account # Enter optionally your twitter account
twitter = "Your Twitter account" twitter = "nodejh"
enableRSS = true enableRSS = false
# Disable comments by leaving disqusShortname empty
disqusShortname = "nodejh"
enableDisqus = false
# Duoshuo Comment
duoshuoShortname = "nodejh"
enableDuoshuo = true
enableGithubIssuesTips = false
# Use description as title in single page, posts page and tags page.
useDescriptionAsTitle = true
# Add custom assets with their paths relative to the static folder # Add custom assets with their paths relative to the static folder
customCSS = [] customCSS = []
@ -26,6 +38,7 @@ disqusShortname = "spf13"
# Navigation links # Navigation links
home = "" home = ""
about = "" about = ""
archive = ""
subscribe = "" subscribe = ""
# Pagination links # Pagination links
olderPosts = "" olderPosts = ""
@ -33,7 +46,7 @@ disqusShortname = "spf13"
readMore = "" readMore = ""
copyright = "" copyright = ""
# Sharing options and author information in posts # Sharing options and author information in posts
aboutAuthor = "I'm an enthusiastic gopher." aboutAuthor = "I am so interesting."
tweet = "" tweet = ""
share = "" share = ""
# 404 page # 404 page
@ -41,13 +54,14 @@ disqusShortname = "spf13"
subtitle404 = "" subtitle404 = ""
# Choose a font for the social icons in the footer. Either "mono-social" or "font-awesome" # Choose a font for the social icons in the footer. Either "mono-social" or "font-awesome"
iconFont = "mono-social" iconFont = "font-awesome"
# The social icons can be styled differently if you use mono as font - circle, rounded, or empty # The social icons can be styled differently if you use mono as font - circle, rounded, or empty
socialIconStyle = "circle" socialIconStyle = "circle"
# Add additional social link entries underneath # Add additional social link entries underneath
[social] [social]
twitter = "https://www.twitter.com/" facebook-square = "https://www.facebook.com/nodejh"
facebook = "https://www.facebook.com/" twitter = "https://www.twitter.com/nodejh"
github = "https://www.github.com/" stack-overflow = "http://stackoverflow.com/users/4518882/nodejh"
dribble = "https://www.dribbble.com/" github = "https://www.github.com/nodejh"

Loading…
Cancel
Save