hugo.toml 1.3 KB

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