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