You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
927 B

  1. # Site settings
  2. baseurl = "http://replace-this-with-your-domain.com/"
  3. languageCode = "en-us"
  4. title = "Hugo Cactus Theme"
  5. theme = "hugo-cactus-theme"
  6. # Enter your tracking code to enable Google Analytics
  7. googleAnalytics = ""
  8. [params]
  9. name = "Mr. Hugo"
  10. description = "Describe your website"
  11. bio = "Blogger - Programmer - Gopher"
  12. # Enter optionally your twitter account
  13. twitter = "Your Twitter account"
  14. # Disable comments by leaving disqusShortname empty
  15. disqusShortname = "spf13"
  16. enableRSS = true
  17. # The variables below are optionally too and can be used to
  18. # translate or customize each string of the theme.
  19. # Navigation links
  20. home = ""
  21. about = ""
  22. subscribe = ""
  23. # Pagination links
  24. olderPosts = ""
  25. newerPosts = ""
  26. readMore = ""
  27. copyright = ""
  28. # Sharing options and author information in posts
  29. aboutAuthor = "I'm an enthusiastic gopher."
  30. tweet = ""
  31. share = ""
  32. # 404 page
  33. title404 = ""
  34. subtitle404 = ""