config.toml 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. baseurl = "https://ai.choozmo.com/"
  2. title = "AI Spokesgirl | 台灣第一個AI合成主播"
  3. theme = "AI_Video_LP"
  4. themesDir = "../.."
  5. languageCode = "zh-tw"
  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 = "服務"
  26. url = ""
  27. weight = 1
  28. [[menu.main]]
  29. identifier="ad-operation"
  30. name = "廣告代操"
  31. url = "/ad-operation/dm/"
  32. weight = 1
  33. parent = "home"
  34. [[menu.main]]
  35. identifier="video-making"
  36. name = "影片製作服務"
  37. url = "/video-making/dm/"
  38. weight = 2
  39. parent = "home"
  40. [[menu.main]]
  41. identifier="bigdata"
  42. name = "大數據分析"
  43. url = "/bigdata/dm/"
  44. weight = 3
  45. parent = "home"
  46. [[menu.main]]
  47. identifier="crawler"
  48. name = "資訊爬蟲"
  49. url = "/crawler/dm/"
  50. weight = 4
  51. parent = "home"
  52. [[menu.main]]
  53. identifier="ip"
  54. name = "IP授權"
  55. url = "/ip/dm/"
  56. weight = 5
  57. parent = "home"
  58. [[menu.main]]
  59. identifier="research"
  60. name = "企業系統研發委外"
  61. url = "/research/dm/"
  62. weight = 6
  63. parent = "home"
  64. [[menu.main]]
  65. identifier="seo"
  66. name = "SEO搜尋排名優化"
  67. url = "/seo/dm/"
  68. weight = 7
  69. parent = "home"
  70. [[menu.main]]
  71. identifier="login"
  72. name = "特色"
  73. url = "#sec-features"
  74. weight = 2
  75. [[menu.main]]
  76. identifier="blog"
  77. name = "文章"
  78. url = "/tags/vtuber/"
  79. weight = 3
  80. [[menu.main]]
  81. identifier="聯絡我們"
  82. name = "聯絡我們"
  83. url = "/contact/service/"
  84. weight = 4
  85. [[menu.main]]
  86. identifier="關於我們"
  87. name = "關於我們"
  88. url = "/aboutus/info/"
  89. weight = 5
  90. # Top bar social links menu
  91. [[menu.topbar]]
  92. weight = 1
  93. name = "GitHub"
  94. url = "https://github.com/devcows/hugo-universal-theme"
  95. pre = "<i class='fab fa-2x fa-github'></i>"
  96. [[menu.topbar]]
  97. weight = 2
  98. name = "Facebook"
  99. url = "http://facebook.com"
  100. pre = "<i class='fab fa-2x fa-facebook'></i>"
  101. [[menu.topbar]]
  102. weight = 3
  103. name = "Twitter"
  104. url = "http://twitter.com"
  105. pre = "<i class='fab fa-2x fa-twitter'></i>"
  106. [[menu.topbar]]
  107. weight = 4
  108. name = "Email"
  109. url = "mailto:your@email.com"
  110. pre = "<i class='fas fa-2x fa-envelope'></i>"
  111. [params]
  112. viewMorePostLink = "/blog/"
  113. author = "DevCows"
  114. defaultKeywords = ["devows", "hugo", "go"]
  115. mainSections = ["blog"]
  116. defaultDescription = "Site template made by devcows using hugo"
  117. # Social media
  118. facebook_site = "" # the Facebook handle of your site ('https://www.facebook.com/HANDLE')
  119. twitter_site = "GoHugoIO" # the Twitter handle of your site (without the '@')
  120. default_sharing_image = "img/sharing-default.png"
  121. # Google Maps widget: If `googleMapsApiKey` is not set, no key will be passed to Google (which likely results in a broken map widget).
  122. enableGoogleMaps = false
  123. googleMapsApiKey = "AIzaSyCFhtWLJcE30xOAjcbSFi-0fnoVmQZPb1Y"
  124. latitude = "-12.043333"
  125. longitude = "-77.028333"
  126. # Style options: default (light-blue), blue, green, marsala, pink, red, turquoise, violet
  127. style = "default"
  128. # Since this template is static, the contact form uses www.formspree.io as a
  129. # proxy. The form makes a POST request to their servers to send the actual
  130. # email. Visitors can send up to a 50 emails each month for free.
  131. #
  132. # What you need to do for the setup?
  133. #
  134. # - register your account to https://formspree.io/register
  135. # - login and create new form
  136. # - set your form's endpoint url under 'formspree_action' below
  137. # - upload the generated site to your server
  138. # - test a dummy email yourself
  139. # - you're done. Happy mailing!
  140. #
  141. # Enable the contact form by entering your Formspree.io endpoint url
  142. formspree_action = "https://formspree.io/sample/of/endpoint"
  143. contact_form_ajax = false
  144. about_us = '<a href="http://www.choozmo.com/"><img src="img/logo_choozmo.webp" class="footer_img"></a>'
  145. copyright = "Copyright (c) 2021, Choozmo; all rights reserved."
  146. # Format dates with Go's time formatting
  147. date_format = "January 2, 2006"
  148. logo = "img/Choozmo cloud logo.png"
  149. logo_small = "img/Choozmo cloud logo.png"
  150. address = """<p class="text-uppercase"><strong>集仕多股份有限公司</strong>
  151. <br>新竹縣竹北市復興二路229號9樓之9
  152. <br>聯絡電話:036670804
  153. <br>聯絡信箱:service@choozmo.com
  154. </p>
  155. """
  156. languages = "en"
  157. languageName = "English"
  158. languageszh = "zh-tw"
  159. languageNamezh = "繁體中文"
  160. [permalinks]
  161. blog = "/blog/:year/:month/:day/:filename/"
  162. # Enable or disable top bar with social icons
  163. [params.topbar]
  164. enable = false
  165. text = """<p class="hidden-sm hidden-xs">Contact us on +420 777 555 333 or hello@universal.com.</p>
  166. <p class="hidden-md hidden-lg"><a href="#" data-animate-hover="pulse"><i class="fas fa-phone"></i></a>
  167. <a href="#" data-animate-hover="pulse"><i class="fas fa-envelope"></i></a>
  168. </p>
  169. """
  170. # Enable and disable widgets for the right sidebar
  171. [params.widgets]
  172. categories = true
  173. tags = true
  174. search = true
  175. [params.carousel]
  176. enable = true
  177. # All carousel items are defined in their own files. You can find example items
  178. # at 'exampleSite/data/carousel'.
  179. # For more informtion take a look at the README.
  180. [params.trends]
  181. enable = true
  182. [params.DM]
  183. enable = true
  184. [params.visualfeature]
  185. enable = false
  186. # All features are defined in their own files. You can find example items
  187. # at 'exampleSite/data/features'.
  188. # For more informtion take a look at the README.
  189. [params.features]
  190. enable = true
  191. # All features are defined in their own files. You can find example items
  192. # at 'exampleSite/data/features'.
  193. # For more informtion take a look at the README.
  194. [params.testimonials]
  195. enable = false
  196. # All testimonials are defined in their own files. You can find example items
  197. # at 'exampleSite/data/testimonials'.
  198. # For more informtion take a look at the README.
  199. title = "服務項目"
  200. subtitle = "我們替你傳遞價值,將值得說的,好好說得精采"
  201. [params.videoDemo]
  202. enable = true
  203. [params.videos]
  204. enable = true
  205. title = "Testimonials"
  206. subtitle = "We have worked w"
  207. [params.comparison]
  208. enable = true
  209. [params.see_more]
  210. enable = false
  211. icon = "far fa-file-alt"
  212. title = "Do you want to see more?"
  213. subtitle = "We have prepared for you more than 40 different HTML pages, including 5 variations of homepage."
  214. link_url = "#"
  215. link_text = "Check other homepages"
  216. [params.steps]
  217. enable = true
  218. [params.clients]
  219. enable = false
  220. # All clients are defined in their own files. You can find example items
  221. # at 'exampleSite/data/clients'.
  222. # For more informtion take a look at the README.
  223. title = "合作夥伴"
  224. subtitle = ""
  225. [params.recent_posts]
  226. enable = false
  227. title = "From our blog"
  228. 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."