config.toml 8.7 KB

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