config.toml 6.6 KB

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