Add showRSSButton setting

This commit is contained in:
Hanzei 2018-06-12 01:39:02 +02:00
parent b4c2a0acfe
commit d39cbfe868
No known key found for this signature in database
GPG key ID: 69A2DEFD98937BA0

View file

@ -8,7 +8,7 @@ canonifyurls = true # Turns relative url
# disqusshortname = "xxx" # Enable Disqus for comments # disqusshortname = "xxx" # Enable Disqus for comments
# googleAnalytics = "xxx" # googleAnalytics = "xxx"
[params] [params]
blogHead = "Blog" # Full name shows on blog post pages blogHead = "Blog" # Full name shows on blog post pages
firstName = "Introduction" # First name shows in introduction on main page firstName = "Introduction" # First name shows in introduction on main page
tagLine = "I'm a theme for Hugo." # Appears after the introduction tagLine = "I'm a theme for Hugo." # Appears after the introduction
@ -36,6 +36,7 @@ canonifyurls = true # Turns relative url
showAllPosts = false # Set 'true' to list all posts on home page, or set 'false' to link to separate blog list page showAllPosts = false # Set 'true' to list all posts on home page, or set 'false' to link to separate blog list page
showLatest = true # Show latest blog post summary showLatest = true # Show latest blog post summary
shareButtons = true # On post pages, show share this social buttons shareButtons = true # On post pages, show share this social buttons
showRSSButton = true # Show rss button in navigation
# Share buttons # Share buttons
shareTwitter = true shareTwitter = true
@ -56,4 +57,4 @@ canonifyurls = true # Turns relative url
[[params.social]] [[params.social]]
url = "https://linkedin.com/" url = "https://linkedin.com/"
icon = "linkedin" icon = "linkedin"