config.toml 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. baseurl = "http://ai.choozmo.com"
  2. title = "Universal"
  3. theme = "AI_Video_LP"
  4. themesDir = "../.."
  5. languageCode = "en-us"
  6. # Site language. Available translations in the theme's `/i18n` directory.
  7. defaultContentLanguage = "en"
  8. # Enable comments by entering your Disqus shortname
  9. disqusShortname = "devcows"
  10. # Enable Google Analytics by entering your tracking code
  11. googleAnalytics = "UA-153100602-5"
  12. publishDir = "/var/www/html"
  13. # Define the number of posts per page
  14. paginate = 10
  15. [outputs]
  16. home = ["HTML"]
  17. page = ["HTML"]
  18. [menu]
  19. # Main menu
  20. [[menu.main]]
  21. identifier="home"
  22. name = "Home"
  23. url = "/"
  24. weight = 1
  25. [[menu.main]]
  26. identifier="login"
  27. name = "登入"
  28. url = "http://ai.choozmo.com"
  29. weight = 2
  30. [[menu.main]]
  31. identifier="立即洽詢"
  32. name = "立即洽詢"
  33. url = "https://docs.google.com/forms/d/e/1FAIpQLSeygs4xXy-Xxeh2w9rI4zuQNFutLP_71Bwxo5hqqs2Ca-u5VA/viewform"
  34. weight = 3
  35. # Top bar social links menu
  36. [[menu.topbar]]
  37. weight = 1
  38. name = "GitHub"
  39. url = "https://github.com/devcows/hugo-universal-theme"
  40. pre = "<i class='fab fa-2x fa-github'></i>"
  41. [[menu.topbar]]
  42. weight = 2
  43. name = "Facebook"
  44. url = "http://facebook.com"
  45. pre = "<i class='fab fa-2x fa-facebook'></i>"
  46. [[menu.topbar]]
  47. weight = 3
  48. name = "Twitter"
  49. url = "http://twitter.com"
  50. pre = "<i class='fab fa-2x fa-twitter'></i>"
  51. [[menu.topbar]]
  52. weight = 4
  53. name = "Email"
  54. url = "mailto:your@email.com"
  55. pre = "<i class='fas fa-2x fa-envelope'></i>"
  56. [params]
  57. viewMorePostLink = "/blog/"
  58. author = "DevCows"
  59. defaultKeywords = ["devows", "hugo", "go"]
  60. mainSections = ["blog"]
  61. defaultDescription = "Site template made by devcows using hugo"
  62. # Social media
  63. facebook_site = "" # the Facebook handle of your site ('https://www.facebook.com/HANDLE')
  64. twitter_site = "GoHugoIO" # the Twitter handle of your site (without the '@')
  65. default_sharing_image = "img/sharing-default.png"
  66. # Google Maps widget: If `googleMapsApiKey` is not set, no key will be passed to Google (which likely results in a broken map widget).
  67. enableGoogleMaps = true
  68. googleMapsApiKey = "AIzaSyCFhtWLJcE30xOAjcbSFi-0fnoVmQZPb1Y"
  69. latitude = "-12.043333"
  70. longitude = "-77.028333"
  71. # Style options: default (light-blue), blue, green, marsala, pink, red, turquoise, violet
  72. style = "default"
  73. # Since this template is static, the contact form uses www.formspree.io as a
  74. # proxy. The form makes a POST request to their servers to send the actual
  75. # email. Visitors can send up to a 50 emails each month for free.
  76. #
  77. # What you need to do for the setup?
  78. #
  79. # - register your account to https://formspree.io/register
  80. # - login and create new form
  81. # - set your form's endpoint url under 'formspree_action' below
  82. # - upload the generated site to your server
  83. # - test a dummy email yourself
  84. # - you're done. Happy mailing!
  85. #
  86. # Enable the contact form by entering your Formspree.io endpoint url
  87. formspree_action = "https://formspree.io/sample/of/endpoint"
  88. contact_form_ajax = false
  89. about_us = '<a href="http://www.choozmo.com/"><img src="img/logo_choozmo.webp" class="footer_img"></a>'
  90. copyright = "Copyright (c) 2021, Choozmo; all rights reserved."
  91. # Format dates with Go's time formatting
  92. date_format = "January 2, 2006"
  93. logo = "img/Choozmo cloud logo.png"
  94. logo_small = "img/Choozmo cloud logo.png"
  95. address = """<p class="text-uppercase"><strong>集仕多股份有限公司</strong>
  96. <br>新竹縣竹北市復興二路229號9樓之9
  97. <br>聯絡電話:036670804
  98. <br>聯絡信箱:service@choozmo.com
  99. </p>
  100. """
  101. [permalinks]
  102. blog = "/blog/:year/:month/:day/:filename/"
  103. # Enable or disable top bar with social icons
  104. [params.topbar]
  105. enable = false
  106. text = """<p class="hidden-sm hidden-xs">Contact us on +420 777 555 333 or hello@universal.com.</p>
  107. <p class="hidden-md hidden-lg"><a href="#" data-animate-hover="pulse"><i class="fas fa-phone"></i></a>
  108. <a href="#" data-animate-hover="pulse"><i class="fas fa-envelope"></i></a>
  109. </p>
  110. """
  111. # Enable and disable widgets for the right sidebar
  112. [params.widgets]
  113. categories = true
  114. tags = true
  115. search = true
  116. [params.carousel]
  117. enable = true
  118. # All carousel items are defined in their own files. You can find example items
  119. # at 'exampleSite/data/carousel'.
  120. # For more informtion take a look at the README.
  121. [params.trends]
  122. enable = true
  123. [params.visualfeature]
  124. enable = false
  125. # All features are defined in their own files. You can find example items
  126. # at 'exampleSite/data/features'.
  127. # For more informtion take a look at the README.
  128. [params.features]
  129. enable = true
  130. # All features are defined in their own files. You can find example items
  131. # at 'exampleSite/data/features'.
  132. # For more informtion take a look at the README.
  133. [params.testimonials]
  134. enable = false
  135. # All testimonials are defined in their own files. You can find example items
  136. # at 'exampleSite/data/testimonials'.
  137. # For more informtion take a look at the README.
  138. title = "服務項目"
  139. subtitle = "我們替您傳遞價值,將值得說的,好好說得精采"
  140. [params.videoDemo]
  141. enable = true
  142. [params.videos]
  143. enable = true
  144. title = "Testimonials"
  145. subtitle = "We have worked w"
  146. [params.comparison]
  147. enable = true
  148. [params.see_more]
  149. enable = false
  150. icon = "far fa-file-alt"
  151. title = "Do you want to see more?"
  152. subtitle = "We have prepared for you more than 40 different HTML pages, including 5 variations of homepage."
  153. link_url = "#"
  154. link_text = "Check other homepages"
  155. [params.steps]
  156. enable = true
  157. [params.clients]
  158. enable = false
  159. # All clients are defined in their own files. You can find example items
  160. # at 'exampleSite/data/clients'.
  161. # For more informtion take a look at the README.
  162. title = "合作夥伴"
  163. subtitle = ""
  164. [params.recent_posts]
  165. enable = false
  166. title = "From our blog"
  167. subtitle = "Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo."