config.toml 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  1. baseurl = "https://ai.choozmo.com/"
  2. title = "ChoozMo AIGV | 台灣第一個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. summaryLength = 70
  14. [markup]
  15. [markup.goldmark.renderer]
  16. unsafe=true
  17. [taxonomies]
  18. category = "categories"
  19. tag = "tags"
  20. # Define the number of posts per page
  21. paginate = 4
  22. [outputs]
  23. home = ["HTML"]
  24. page = ["HTML"]
  25. [menu]
  26. # Main menu
  27. [[menu.main]]
  28. identifier="index"
  29. name = "首頁"
  30. url = "/"
  31. weight = 1
  32. [[menu.main]]
  33. identifier="AI 主播"
  34. name = "AI 主播"
  35. url = "/ai-presenter/info/"
  36. weight = 2
  37. #[[menu.main]]
  38. # identifier="AI 智能客服"
  39. # name = "AI 智能客服"
  40. # url = "/ai-customer/info/"
  41. # weight = 3
  42. [[menu.main]]
  43. identifier="home"
  44. name = "服務"
  45. url = ""
  46. weight = 4
  47. [[menu.main]]
  48. identifier="video-editing"
  49. name = "影片剪輯服務"
  50. url = "/video-editing/dm/"
  51. weight = 1
  52. parent = "home"
  53. [[menu.main]]
  54. identifier="ai-transform-video"
  55. name = "現有影片 AI 化"
  56. url = "/ai-transform-video/dm/"
  57. weight = 2
  58. parent = "home"
  59. [[menu.main]]
  60. identifier="seo-search"
  61. name = "AI 記者"
  62. url = "/ai-copywriter/dm/"
  63. weight = 3
  64. parent = "home"
  65. [[menu.main]]
  66. identifier="seo-image"
  67. name = "AI 平衡報導"
  68. url = "/ai-balanced-news-reporting/"
  69. weight = 4
  70. parent = "home"
  71. [[menu.main]]
  72. identifier="ad-operation"
  73. name = "AI 廣告投放"
  74. url = "/ad-operation/dm/"
  75. weight = 5
  76. parent = "home"
  77. [[menu.main]]
  78. identifier="youtube-views-zh"
  79. name = "影音流量推手"
  80. url = "/youtube-views-zh/dm/"
  81. weight = 6
  82. parent = "home"
  83. [[menu.main]]
  84. identifier="bigdata"
  85. name = "大數據分析"
  86. url = "/bigdata/dm/"
  87. weight = 7
  88. parent = "home"
  89. [[menu.main]]
  90. identifier="crawler"
  91. name = "資訊爬蟲"
  92. url = "/crawler/dm/"
  93. weight = 8
  94. parent = "home"
  95. [[menu.main]]
  96. identifier="research"
  97. name = "企業系統研發委外"
  98. url = "/research/dm/"
  99. weight = 9
  100. parent = "home"
  101. [[menu.main]]
  102. identifier="video-making"
  103. name = "影片製作服務"
  104. url = "/video-making/dm/"
  105. weight = 10
  106. parent = "home"
  107. [[menu.main]]
  108. identifier="global-expo-promotion"
  109. name = "新聞媒體發布服務"
  110. url = "/global-expo-promotion"
  111. weight = 11
  112. parent = "home"
  113. [[menu.main]]
  114. identifier="llm-service"
  115. name = "領域大型語言模型建置服務"
  116. url = "/llm-service"
  117. weight = 12
  118. parent = "home"
  119. #[[menu.main]]
  120. # identifier="blog-traffic"
  121. # name = "創業家專案"
  122. # url = "/blog-traffic/dm/"
  123. # weight = 10
  124. # parent = "home"
  125. #[[menu.main]]
  126. # identifier="genseo"
  127. # name = "GenSEO生成式SEO"
  128. # url = "/genseo/dm/"
  129. # weight = 10
  130. # parent = "home"
  131. [[menu.main]]
  132. identifier="blog"
  133. name = "部落格"
  134. url = "/blog/"
  135. weight = 5
  136. [[menu.main]]
  137. identifier="main-news"
  138. name = "最新消息"
  139. url = "/main-news/"
  140. weight = 6
  141. [[menu.main]]
  142. identifier="聯絡我們"
  143. name = "聯絡我們"
  144. url = "/contact/service/"
  145. weight = 7
  146. [[menu.main]]
  147. identifier="關於我們"
  148. name = "關於我們"
  149. url = "/aboutus/info/"
  150. weight = 8
  151. # Top bar social links menu
  152. [[menu.topbar]]
  153. weight = 1
  154. name = "GitHub"
  155. url = "https://github.com/devcows/hugo-universal-theme"
  156. pre = "<i class='fab fa-2x fa-github'></i>"
  157. [[menu.topbar]]
  158. weight = 2
  159. name = "Facebook"
  160. url = "http://facebook.com"
  161. pre = "<i class='fab fa-2x fa-facebook'></i>"
  162. [[menu.topbar]]
  163. weight = 3
  164. name = "Twitter"
  165. url = "http://twitter.com"
  166. pre = "<i class='fab fa-2x fa-twitter'></i>"
  167. [[menu.topbar]]
  168. weight = 4
  169. name = "Email"
  170. url = "mailto:your@email.com"
  171. pre = "<i class='fas fa-2x fa-envelope'></i>"
  172. [params]
  173. viewMorePostLink = "/blog/"
  174. author = "DevCows"
  175. defaultKeywords =["ChoozMoAIGV", "ChoozMo AI-PR", "集仕多 AI媒體公關"]
  176. mainSections = ["blog"]
  177. defaultDescription = "Site template made by devcows using hugo"
  178. # Social media
  179. facebook_site = "" # the Facebook handle of your site ('https://www.facebook.com/HANDLE')
  180. twitter_site = "GoHugoIO" # the Twitter handle of your site (without the '@')
  181. default_sharing_image = "img/sharing-default.png"
  182. # Google Maps widget: If `googleMapsApiKey` is not set, no key will be passed to Google (which likely results in a broken map widget).
  183. enableGoogleMaps = false
  184. googleMapsApiKey = "AIzaSyCFhtWLJcE30xOAjcbSFi-0fnoVmQZPb1Y"
  185. latitude = "-12.043333"
  186. longitude = "-77.028333"
  187. # Style options: default (light-blue), blue, green, marsala, pink, red, turquoise, violet
  188. style = "default"
  189. # Since this template is static, the contact form uses www.formspree.io as a
  190. # proxy. The form makes a POST request to their servers to send the actual
  191. # email. Visitors can send up to a 50 emails each month for free.
  192. #
  193. # What you need to do for the setup?
  194. #
  195. # - register your account to https://formspree.io/register
  196. # - login and create new form
  197. # - set your form's endpoint url under 'formspree_action' below
  198. # - upload the generated site to your server
  199. # - test a dummy email yourself
  200. # - you're done. Happy mailing!
  201. #
  202. # Enable the contact form by entering your Formspree.io endpoint url
  203. formspree_action = "https://formspree.io/sample/of/endpoint"
  204. contact_form_ajax = false
  205. about_us = '<a href="http://www.choozmo.com/"><img src="img/logo_choozmo.webp" class="footer-img"></a>'
  206. copyright = "Copyright (c) 2021, Choozmo; all rights reserved."
  207. # Format dates with Go's time formatting
  208. date_format = "January 2, 2006"
  209. logo = "img/Choozmo cloud logo.png"
  210. logo_small = "img/Choozmo cloud logo.png"
  211. address = """<p class="text-uppercase"><strong>集仕多股份有限公司</strong>
  212. <br>新竹縣竹北市復興二路229號9樓之9
  213. <br>聯絡電話:036670804
  214. <br>聯絡信箱:service@choozmo.com
  215. </p>
  216. """
  217. languages = "en"
  218. languageName = "English"
  219. languageszh = "zh-tw"
  220. languageNamezh = "繁體中文"
  221. [permalinks]
  222. blog = "/blog/:filename/"
  223. # Enable or disable top bar with social icons
  224. [params.topbar]
  225. enable = false
  226. text = """<p class="hidden-sm hidden-xs">Contact us on +420 777 555 333 or hello@universal.com.</p>
  227. <p class="hidden-md hidden-lg"><a href="#" data-animate-hover="pulse"><i class="fas fa-phone"></i></a>
  228. <a href="#" data-animate-hover="pulse"><i class="fas fa-envelope"></i></a>
  229. </p>
  230. """
  231. # Enable and disable widgets for the right sidebar
  232. [params.widgets]
  233. categories = true
  234. tags = true
  235. search = true
  236. [params.carousel]
  237. enable = true
  238. # All carousel items are defined in their own files. You can find example items
  239. # at 'exampleSite/data/carousel'.
  240. # For more informtion take a look at the README.
  241. [params.trends]
  242. enable = true
  243. [params.DM]
  244. enable = true
  245. [params.visualfeature]
  246. enable = false
  247. # All features are defined in their own files. You can find example items
  248. # at 'exampleSite/data/features'.
  249. # For more informtion take a look at the README.
  250. [params.features]
  251. enable = true
  252. # All features are defined in their own files. You can find example items
  253. # at 'exampleSite/data/features'.
  254. # For more informtion take a look at the README.
  255. [params.testimonials]
  256. enable = false
  257. # All testimonials are defined in their own files. You can find example items
  258. # at 'exampleSite/data/testimonials'.
  259. # For more informtion take a look at the README.
  260. title = "服務項目"
  261. subtitle = "我們替你傳遞價值,將值得說的,好好說得精采"
  262. [params.videoDemo]
  263. enable = true
  264. [params.videos]
  265. enable = true
  266. title = "Testimonials"
  267. subtitle = "We have worked w"
  268. [params.comparison]
  269. enable = true
  270. [params.see_more]
  271. enable = false
  272. icon = "far fa-file-alt"
  273. title = "Do you want to see more?"
  274. subtitle = "We have prepared for you more than 40 different HTML pages, including 5 variations of homepage."
  275. link_url = "#"
  276. link_text = "Check other homepages"
  277. [params.steps]
  278. enable = true
  279. [params.clients]
  280. enable = false
  281. # All clients are defined in their own files. You can find example items
  282. # at 'exampleSite/data/clients'.
  283. # For more informtion take a look at the README.
  284. title = "合作夥伴"
  285. subtitle = ""
  286. [params.recent_posts]
  287. enable = false
  288. title = "From our blog"
  289. 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."