config.toml 6.4 KB

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