config.toml 6.3 KB

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