config.toml 7.7 KB

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