config.toml 8.8 KB

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