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.

54 lines
1.5 KiB

  1. # Site settings
  2. baseurl = "https://example.org/"
  3. themesDir = "../.."
  4. languageCode = "en-us"
  5. title = "Hugo Cactus Theme"
  6. theme = "hugo-cactus-theme"
  7. # Enter your tracking code to enable Google Analytics
  8. googleAnalytics = ""
  9. # Disable comments by leaving disqusShortname empty
  10. disqusShortname = "spf13"
  11. [params]
  12. name = "John Doe"
  13. description = "Describe your website"
  14. bio = "Blogger - Programmer - Gopher"
  15. # Enter optionally your twitter account
  16. twitter = "Your Twitter account"
  17. enableRSS = true
  18. # Add custom assets with their paths relative to the static folder
  19. customCSS = []
  20. customJS = []
  21. # The variables below are optionally too and can be used to
  22. # translate or customize each string of the theme.
  23. # Navigation links
  24. home = ""
  25. about = ""
  26. subscribe = ""
  27. # Pagination links
  28. olderPosts = ""
  29. newerPosts = ""
  30. readMore = ""
  31. copyright = ""
  32. # Sharing options and author information in posts
  33. aboutAuthor = "I'm an enthusiastic gopher."
  34. tweet = ""
  35. share = ""
  36. # 404 page
  37. title404 = ""
  38. subtitle404 = ""
  39. # Choose a font for the social icons in the footer. Either "mono-social" or "font-awesome"
  40. iconFont = "mono-social"
  41. # The social icons can be styled differently if you use mono as font - circle, rounded, or empty
  42. socialIconStyle = "circle"
  43. # Add additional social link entries underneath
  44. [social]
  45. twitter = "https://www.twitter.com/"
  46. facebook = "https://www.facebook.com/"
  47. github = "https://www.github.com/"
  48. dribble = "https://www.dribbble.com/"