mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2025-02-05 14:30:01 +00:00
Add showRSSButton setting
This commit is contained in:
parent
b4c2a0acfe
commit
d39cbfe868
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue