config.toml 6.4 KB

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