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.

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