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.

32 lines
766 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. # The variables below are optionally too and can be used to
  15. # translate or customize each string of the theme.
  16. # Navigation links
  17. home = ""
  18. about = ""
  19. subscribe = ""
  20. # Pagination links
  21. olderPosts = ""
  22. newerPosts = ""
  23. readMore = ""
  24. copyright = ""
  25. # Sharing options in posts
  26. tweet = ""
  27. share = ""
  28. # 404 page
  29. title404 = ""
  30. subtitle404 = ""