hugo.toml 1.7 KB

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