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.

34 lines
852 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. [params]
  7. name = "Mr. Hugo"
  8. description = "Describe your website"
  9. bio = "Blogger - Programmer - Gopher"
  10. # Enter optionally your twitter account
  11. twitter = "Your Twitter account"
  12. # Disable comments by leaving disqusShortname empty
  13. disqusShortname = "spf13"
  14. enableRSS = true
  15. # The variables below are optionally too and can be used to
  16. # translate or customize each string of the theme.
  17. # Navigation links
  18. home = ""
  19. about = ""
  20. subscribe = ""
  21. # Pagination links
  22. olderPosts = ""
  23. newerPosts = ""
  24. readMore = ""
  25. copyright = ""
  26. # Sharing options and author information in posts
  27. aboutAuthor = "I'm an enthusiastic gopher."
  28. tweet = ""
  29. share = ""
  30. # 404 page
  31. title404 = ""
  32. subtitle404 = ""