config.toml 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. baseURL = 'http://example.org/'
  2. languageCode = 'en-us'
  3. title = '小寶優居-首購族首選 安心成家 室內設計品牌'
  4. theme = 'hugo-universal-theme-master'
  5. paginate = 30
  6. [menu]
  7. [markup]
  8. [markup.goldmark.renderer]
  9. unsafe=true
  10. # Main menu
  11. [[menu.main]]
  12. name = "成家故事作品集"
  13. identifier = "menu.blog1"
  14. url = "/collection/"
  15. weight = 1
  16. [[menu.main]]
  17. name = "成家設計服務"
  18. identifier = "menu.blog2"
  19. url = "/room_planner/"
  20. weight = 2
  21. [[menu.main]]
  22. name = "服務常見QA"
  23. identifier = "menu.blog3"
  24. url = "/frequently_asked_questions/"
  25. weight = 3
  26. [[menu.main]]
  27. name = "成家知識專欄"
  28. identifier = "menu.blog4"
  29. url = "/maincategories/"
  30. weight = 4
  31. [[menu.main]]
  32. name = "小寶設計單品"
  33. identifier = "menu.faq52"
  34. url = "/furniture_design/sofa"
  35. weight = 5
  36. [[menu.main]]
  37. name = "小寶優居門市"
  38. identifier = "menu.faq5"
  39. url = "/store/"
  40. weight = 6
  41. # Top bar social links menu
  42. [[menu.topbar]]
  43. weight = 1
  44. name = "Phone"
  45. url = "tel:+12 34 567 89 01"
  46. pre = "<i class='fas fa-2x fa-phone'></i>"
  47. [[menu.topbar]]
  48. weight = 2
  49. name = "GitHub"
  50. url = "https://github.com/devcows/hugo-universal-theme"
  51. pre = "<i class='fab fa-2x fa-github'></i>"
  52. [[menu.topbar]]
  53. weight = 3
  54. name = "Facebook"
  55. url = "http://facebook.com"
  56. pre = "<i class='fab fa-2x fa-facebook'></i>"
  57. [[menu.topbar]]
  58. weight = 4
  59. name = "Twitter"
  60. url = "http://twitter.com"
  61. pre = "<i class='fab fa-2x fa-twitter'></i>"
  62. [[menu.topbar]]
  63. weight = 5
  64. name = "Email"
  65. url = "mailto:hello@universal.com"
  66. pre = "<i class='fas fa-2x fa-envelope'></i>"
  67. [params]
  68. viewMorePostLink = "/blog/"
  69. author = "DevCows"
  70. defaultKeywords = ["devcows", "hugo", "go"]
  71. mainSections = ["blog"]
  72. defaultDescription = "Site template made by Devcows using Hugo"
  73. # Social media
  74. facebook_site = "" # the Facebook handle of your site ('https://www.facebook.com/HANDLE')
  75. twitter_site = "GoHugoIO" # the Twitter handle of your site (without the '@')
  76. default_sharing_image = "img/sharing-default.png"
  77. # Google Maps widget: If `googleMapsApiKey` is not set, no key will be passed to Google (which likely results in a broken map widget).
  78. enableGoogleMaps = false
  79. googleMapsApiKey = "AIzaSyAv7Sza8NSp9_l_g8G2vlo0H4ydEPn_2jY"
  80. latitude = "-12.043333"
  81. longitude = "-77.028333"
  82. # Style options: default (light-blue), blue, green, marsala, pink, red, turquoise, violet
  83. style = "bhouse"
  84. # Since this template is static, the contact form uses www.formspree.io as a
  85. # proxy. The form makes a POST request to their servers to send the actual
  86. # email. Visitors can send up to a 50 emails each month for free.
  87. #
  88. # What you need to do for the setup?
  89. #
  90. # - register your account to https://formspree.io/register
  91. # - login and create new form
  92. # - set your form's endpoint url under 'formspree_action' below
  93. # - upload the generated site to your server
  94. # - test a dummy email yourself
  95. # - you're done. Happy mailing!
  96. #
  97. # Enable the contact form by entering your Formspree.io endpoint url
  98. formspree_action = "https://formspree.io/sample/of/endpoint"
  99. contact_form_ajax = false
  100. # Formspree form supports Google reCAPTCHA Key (type v2).
  101. # If you use this feature, you should enable reCAPTCHA feature in the Formspree dashboard.
  102. #
  103. # By default, Formspree use a redirect page for recaptcha widget.
  104. # If you use a recaptcha widget in your contact page, you should do next steps.
  105. # (if you don't want, skip these steps)
  106. #
  107. # 1. register your site on Google recaptcha admin page: https://www.google.com/recaptcha/admin
  108. # 2. select reCAPTCHA v2 and checkbox widget type.
  109. # 3. remember site key and secret key.
  110. # 4. enter secret key into "Custom reCAPTCHA Key" field in your Formspree form setting page.
  111. # 5. change `enableRecaptchaInContactForm` is to true
  112. # 6. enter site key into `googleRecaptchaKey` to enable a recaptcha widget in your page.
  113. #
  114. enableRecaptchaInContactForm = false
  115. googleRecaptchaKey = "site_key_for_google_recaptcha"
  116. about_us = "<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>"
  117. copyright = "Copyright (c) 2015 - 2016, YourCompany; all rights reserved."
  118. # Format dates with Go's time formatting
  119. date_format = "January 2, 2006"
  120. dropdown_mouse_over = false
  121. disabled_logo = false
  122. logo_text = "Universal"
  123. logo = "img/bt_index@2x.png"
  124. logo_small = "img/logo-small.png"
  125. contact_url = "/contact"
  126. address = """<p class="text-uppercase"><strong>Universal Ltd.</strong>
  127. <br>13/25 New Avenue
  128. <br>Newtown upon River
  129. <br>45Y 73J
  130. <br>England
  131. <br>
  132. <strong>Great Britain</strong>
  133. </p>
  134. """
  135. [permalinks]
  136. blog = "/blog/:year/:month/:day/:filename/"
  137. # Enable or disable top bar with social icons
  138. [params.topbar]
  139. enable = true
  140. text = """<p class="hidden-sm hidden-xs">Contact us on +420 777 555 333 or hello@universal.com.</p>
  141. <p class="hidden-md hidden-lg"><a href="tel:+420 777 555 333" data-animate-hover="pulse"><i class="fas fa-phone"></i></a>
  142. <a href="mailto:hello@universal.com" data-animate-hover="pulse"><i class="fas fa-envelope"></i></a>
  143. </p>
  144. """
  145. # Enable and disable widgets for the right sidebar
  146. [params.widgets]
  147. categories = true
  148. tags = true
  149. search = true
  150. [params.carouselCustomers]
  151. items = 6
  152. auto_play = false
  153. slide_speed = 2000
  154. pagination_speed = 1000
  155. [params.carouselTestimonials]
  156. items = 4
  157. auto_play = false
  158. slide_speed = 2000
  159. pagination_speed = 1000
  160. [params.carouselHomepage]
  161. # All carousel items are defined in their own files. You can find example items
  162. # at 'exampleSite/data/carousel'.
  163. # For more information take a look at the README.
  164. enable = true
  165. auto_play = true
  166. slide_speed = 2000
  167. pagination_speed = 1000
  168. [params.features]
  169. enable = true
  170. cols = 3 # Default: 3, Available values 2,3,4,6
  171. # All features are defined in their own files. You can find example items
  172. # at 'exampleSite/data/features'.
  173. # For more information take a look at the README.
  174. [params.testimonials]
  175. enable = true
  176. # All testimonials are defined in their own files. You can find example items
  177. # at 'exampleSite/data/testimonials'.
  178. # For more information take a look at the README.
  179. title = "Testimonials"
  180. subtitle = "We have worked with many clients and we always like to hear they come out from the cooperation happy and satisfied. Have a look what our clients said about us."
  181. [params.see_more]
  182. enable = true
  183. icon = "far fa-file-alt"
  184. title = "Do you want to see more?"
  185. subtitle = "We have prepared for you more than 40 different HTML pages, including 5 variations of homepage."
  186. link_url = "#"
  187. link_text = "Check other homepages"
  188. [params.clients]
  189. enable = true
  190. # All clients are defined in their own files. You can find example items
  191. # at 'exampleSite/data/clients'.
  192. # For more information take a look at the README.
  193. title = "Our Clients"
  194. subtitle = ""
  195. [params.recent_posts]
  196. enable = true
  197. title = "From our blog"
  198. 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."
  199. hide_summary = false
  200. [params.footer.recent_posts]
  201. enable = true
  202. [taxonomies]
  203. category = "categories"
  204. tag = "tags"
  205. author = "authors"