config.toml 8.5 KB

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