hugo.toml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. baseURL = 'https://codeskraps.com/'
  2. languageCode = 'en-us'
  3. title = 'codeskraps'
  4. [services]
  5. [services.googleAnalytics]
  6. id = 'G-YP8WK3KZF1'
  7. [module]
  8. [[module.imports]]
  9. path = 'github.com/hugomods/images'
  10. [[module.imports]]
  11. path = 'github.com/LordMathis/hugo-theme-nightfall'
  12. [menu]
  13. [[menu.header]]
  14. name = "posts"
  15. url = "/posts/"
  16. weight = 0
  17. [[menu.header]]
  18. name = "projects"
  19. url = "/projects/"
  20. weight = 1
  21. [[menu.header]]
  22. name = "about"
  23. url = "/about/"
  24. weight = 2
  25. [params]
  26. user = "me"
  27. hostname = "codeskraps.com"
  28. sitedescription = 'Your website description'
  29. readingTime = true
  30. published = true
  31. footerHtml = 'CC 2024, Built with <a href="https://gohugo.io" class="footerLink">Hugo</a> and <a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> theme'
  32. [params.author]
  33. name = "codeskraps"
  34. email = "me@codeskraps.com"
  35. [params.styles]
  36. color = "orange"
  37. [[params.social]]
  38. key = 0
  39. name = "repo"
  40. url = "https://repo.codeskraps.com/codeskraps"
  41. target = "_blank"
  42. aria = "Repo Profile"
  43. [[params.social]]
  44. key = 1
  45. name = "github"
  46. url = "https://github.com/codeskraps"
  47. target = "_blank"
  48. aria = "GitHub Profile"
  49. [[params.social]]
  50. key = 2
  51. name = "google play"
  52. url = "https://play.google.com/store/apps/developer?id=Codeskraps"
  53. aria = "Google Play"
  54. [[params.social]]
  55. key = 3
  56. name = "linkedin"
  57. url = "https://www.linkedin.com/in/carles-sentis-4a072130"
  58. aria = "LinkedIn Profile"
  59. [[params.social]]
  60. key = 4
  61. name = "email"
  62. url = "mailto:me@codeskraps.com"
  63. aria = "Email me"