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.

30 lines
627 B

  1. # Site settings
  2. baseurl = "http://replace-this-with-your-hugo-site.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 = "Description about your website"
  11. bio = "Blogger - Programmer - Gopher"
  12. # Enter optionally your social network accounts
  13. twitter = "Your twitter account"
  14. disqusShortname = "your_disqus_shortname"
  15. # Navigation links
  16. home = ""
  17. about = ""
  18. subscribe = ""
  19. # Pagination links
  20. olderPosts = ""
  21. newerPosts = ""
  22. readMore = ""
  23. copyright = ""
  24. # 404 page
  25. title404 = ""
  26. subtitle404 = ""