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.

53 lines
1.5 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. # Add custom assets with their paths relative to the static folder
  18. customCSS = []
  19. customJS = []
  20. # The variables below are optionally too and can be used to
  21. # translate or customize each string of the theme.
  22. # Navigation links
  23. home = ""
  24. about = ""
  25. subscribe = ""
  26. # Pagination links
  27. olderPosts = ""
  28. newerPosts = ""
  29. readMore = ""
  30. copyright = ""
  31. # Sharing options and author information in posts
  32. aboutAuthor = "I'm an enthusiastic gopher."
  33. tweet = ""
  34. share = ""
  35. # 404 page
  36. title404 = ""
  37. subtitle404 = ""
  38. # Choose a font for the social icons in the footer. Either "mono-social" or "font-awesome"
  39. iconFont = "mono-social"
  40. # The social icons can be styled differently if you use mono as font - circle, rounded, or empty
  41. socialIconStyle = "circle"
  42. # Add additional social link entries underneath
  43. [social]
  44. twitter = "https://www.twitter.com/"
  45. facebook = "https://www.facebook.com/"
  46. github = "https://www.github.com/"
  47. dribble = "https://www.dribbble.com/"