config.toml 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  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 = "/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 = "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/home/bt_index@2x.png"
  124. logo_mobile = "img/home/LOGO-02.png"
  125. logo_small = "img/logo-small.png"
  126. contact_url = "/contact"
  127. address = """<p class="text-uppercase"><strong>Universal Ltd.</strong>
  128. <br>13/25 New Avenue
  129. <br>Newtown upon River
  130. <br>45Y 73J
  131. <br>England
  132. <br>
  133. <strong>Great Britain</strong>
  134. </p>
  135. """
  136. [permalinks]
  137. blog = "/blog/:year/:month/:day/:filename/"
  138. # Enable or disable top bar with social icons
  139. [params.topbar]
  140. enable = true
  141. text = """<p class="hidden-sm hidden-xs">Contact us on +420 777 555 333 or hello@universal.com.</p>
  142. <p class="hidden-md hidden-lg"><a href="tel:+420 777 555 333" data-animate-hover="pulse"><i class="fas fa-phone"></i></a>
  143. <a href="mailto:hello@universal.com" data-animate-hover="pulse"><i class="fas fa-envelope"></i></a>
  144. </p>
  145. """
  146. # Enable and disable widgets for the right sidebar
  147. [params.widgets]
  148. categories = true
  149. tags = true
  150. search = true
  151. [params.carouselCustomers]
  152. items = 6
  153. auto_play = false
  154. slide_speed = 2000
  155. pagination_speed = 1000
  156. [params.carouselTestimonials]
  157. items = 4
  158. auto_play = false
  159. slide_speed = 2000
  160. pagination_speed = 1000
  161. [params.carouselHomepage]
  162. # All carousel items are defined in their own files. You can find example items
  163. # at 'exampleSite/data/carousel'.
  164. # For more information take a look at the README.
  165. enable = true
  166. auto_play = true
  167. slide_speed = 2000
  168. pagination_speed = 1000
  169. [params.features]
  170. enable = true
  171. cols = 3 # Default: 3, Available values 2,3,4,6
  172. # All features are defined in their own files. You can find example items
  173. # at 'exampleSite/data/features'.
  174. # For more information take a look at the README.
  175. [params.testimonials]
  176. enable = true
  177. # All testimonials are defined in their own files. You can find example items
  178. # at 'exampleSite/data/testimonials'.
  179. # For more information take a look at the README.
  180. title = "Testimonials"
  181. 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."
  182. [params.see_more]
  183. enable = true
  184. icon = "far fa-file-alt"
  185. title = "Do you want to see more?"
  186. subtitle = "We have prepared for you more than 40 different HTML pages, including 5 variations of homepage."
  187. link_url = "#"
  188. link_text = "Check other homepages"
  189. [params.clients]
  190. enable = true
  191. # All clients are defined in their own files. You can find example items
  192. # at 'exampleSite/data/clients'.
  193. # For more information take a look at the README.
  194. title = "Our Clients"
  195. subtitle = ""
  196. [params.recent_posts]
  197. enable = true
  198. title = "From our blog"
  199. 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."
  200. hide_summary = false
  201. [params.footer.recent_posts]
  202. enable = true
  203. [taxonomies]
  204. category = "categories"
  205. tag = "tags"
  206. author = "authors"