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.

49 lines
1.4 KiB

  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. # Disable comments by leaving disqusShortname empty
  9. disqusShortname = "spf13"
  10. [params]
  11. name = "John Doe"
  12. description = "Describe your website"
  13. bio = "Blogger - Programmer - Gopher"
  14. # Enter optionally your twitter account
  15. twitter = "Your Twitter account"
  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 = ""
  35. # Choose a font for the social icons in the footer. Either "mono-social" or "font-awesome"
  36. iconFont = "mono-social"
  37. # The social icons can be styled differently if you use mono as font - circle, rounded, or empty
  38. socialIconStyle = "circle"
  39. # Add additional social link entries underneath
  40. [social]
  41. twitter = "https://www.twitter.com/"
  42. facebook = "https://www.facebook.com/"
  43. github = "https://www.github.com/"
  44. dribble = "https://www.dribbble.com/"