hugo.toml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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 = '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 = "github"
  40. url = "https://github.com/codeskraps"
  41. target = "_blank"
  42. aria = "GitHub Profile"
  43. [[params.social]]
  44. key = 1
  45. name = "google play"
  46. url = "https://play.google.com/store/apps/developer?id=Codeskraps"
  47. aria = "Google Play"
  48. [[params.social]]
  49. key = 2
  50. name = "linkedin"
  51. url = "https://www.linkedin.com/in/carles-sentis-4a072130"
  52. aria = "LinkedIn Profile"
  53. [[params.social]]
  54. key = 3
  55. name = "email"
  56. url = "mailto:me@codeskraps.com"
  57. aria = "Email me"