hugo.toml 1.4 KB

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