config.toml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. baseurl = "https://laradock.io/"
  2. languageCode = "en-us"
  3. publishDir = "../docs"
  4. title = "Laradock"
  5. theme = "hugo-material-docs"
  6. metadataformat = "yaml"
  7. canonifyurls = true
  8. uglyurls = true
  9. # Enable Google Analytics by entering your tracking id
  10. googleAnalytics = "UA-37514928-9"
  11. [params]
  12. # General information
  13. author = "Mahmoud Zalt"
  14. description = "Full PHP development environment for Docker."
  15. copyright = ""
  16. # Repository
  17. provider = ""
  18. repo_url = "https://github.com/laradock/laradock"
  19. version = ""
  20. logo = "images/favicons/ms-icon-310x310.png"
  21. favicon = "images/favicons/favicon.ico"
  22. permalink = "#"
  23. # Custom assets
  24. custom_css = ["custom-style.css"]
  25. custom_js = []
  26. # Syntax highlighting theme
  27. highlight_css = ""
  28. [params.palette]
  29. primary = "deep-purple"
  30. accent = "purple"
  31. [params.font]
  32. text = "Doctarine"
  33. code = "Source Code Pro"
  34. [social]
  35. twitter = ""
  36. github = "laradock/laradock"
  37. email = "support@laradock.io"
  38. # ------- MENU START -----------------------------------------
  39. [[menu.main]]
  40. name = "Introduction"
  41. url = "introduction/"
  42. weight = 1
  43. [[menu.main]]
  44. name = "Getting Started"
  45. url = "getting-started/"
  46. weight = 2
  47. [[menu.main]]
  48. name = "Documentation"
  49. url = "documentation/"
  50. weight = 3
  51. [[menu.main]]
  52. name = "Help & Questions"
  53. url = "help/"
  54. weight = 4
  55. [[menu.main]]
  56. name = "Related Projects"
  57. url = "related-projects/"
  58. weight = 5
  59. [[menu.main]]
  60. name = "Contributions"
  61. url = "contributing/"
  62. weight = 6
  63. # ------- MENU END -----------------------------------------
  64. [blackfriday]
  65. smartypants = true
  66. fractions = true
  67. smartDashes = true
  68. plainIDAnchors = true