config.toml 8.6 KB

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