config.toml 8.6 KB

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