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.

35 lines
794 B

4 years ago
  1. baseurl = "https://example.com/"
  2. languageCode = "en-us"
  3. theme = "hugo-theme-terminal"
  4. paginate = 5
  5. [params]
  6. contentTypeName = "post"
  7. themeColor = "orange"
  8. showMenuItems = 2
  9. fullWidthTheme = false
  10. centerTheme = false
  11. [languages]
  12. [languages.en]
  13. title = "Terminal"
  14. subtitle = "A simple, retro theme for Hugo"
  15. keywords = ""
  16. copyright = ""
  17. menuMore = "Show more"
  18. readMore = "Read more"
  19. readOtherPosts = "Read other posts"
  20. [languages.en.params.logo]
  21. logoText = "Terminal"
  22. logoHomeLink = "/"
  23. [languages.en.menu]
  24. [[languages.en.menu.main]]
  25. identifier = "about"
  26. name = "About"
  27. url = "/about"
  28. [[languages.en.menu.main]]
  29. identifier = "showcase"
  30. name = "Showcase"
  31. url = "/showcase"