config.toml 7.7 KB

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