config.toml 8.3 KB

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