config.toml 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. baseurl = "https://post.hhh.com.tw"
  2. title = "0809 幸福經紀人"
  3. theme = "hhh_post"
  4. themesDir = "../.."
  5. languageCode = "en"
  6. #languageCode = "zh-TW"
  7. # Site language. Available translations in the theme's `/i18n` directory.
  8. #defaultContentLanguage = "zh-TW"
  9. defaultContentLanguage = "en"
  10. # Enable comments by entering your Disqus shortname
  11. #disqusShortname = "devcows"
  12. # Enable Google Analytics by entering your tracking code
  13. googleAnalytics = ""
  14. publishDir = "/var/www/farmoutput/hhh"
  15. # Define the number of posts per page
  16. paginate = 10
  17. [Languages.zh-TW]
  18. languageCode = "zh-TW"
  19. languageName = "正體中文(臺灣)"
  20. [languages.en]
  21. languageCode = "en"
  22. languageName = "正體中文(臺灣)"
  23. [outputs]
  24. home = ["HTML"]
  25. page = ["HTML"]
  26. [menu]
  27. # Main menu
  28. [[menu.main]]
  29. identifier="home"
  30. name = "Home"
  31. url = "/"
  32. weight = 1
  33. [[menu.main]]
  34. identifier="立即洽詢"
  35. name = "立即洽詢"
  36. url = "http://ai.choozmo.com"
  37. weight = 3
  38. # Top bar social links menu
  39. [[menu.topbar]]
  40. weight = 2
  41. name = "Facebook"
  42. url = "http://facebook.com"
  43. pre = "<i class='fab fa-2x fa-facebook'></i>"
  44. [[menu.topbar]]
  45. weight = 3
  46. name = "Twitter"
  47. url = "http://twitter.com"
  48. pre = "<i class='fab fa-2x fa-twitter'></i>"
  49. [[menu.topbar]]
  50. weight = 4
  51. name = "Email"
  52. url = "mailto:your@email.com"
  53. pre = "<i class='fas fa-2x fa-envelope'></i>"
  54. [params]
  55. viewMorePostLink = "/blog/"
  56. author = "幸福經紀人"
  57. defaultKeywords = ["裝潢", "室內設計"]
  58. mainSections = ["blog"]
  59. defaultDescription = "室內設計"
  60. # Social media
  61. facebook_site = "" # the Facebook handle of your site ('https://www.facebook.com/HANDLE')
  62. twitter_site = "GoHugoIO" # the Twitter handle of your site (without the '@')
  63. default_sharing_image = "img/sharing-default.png"
  64. # Google Maps widget: If `googleMapsApiKey` is not set, no key will be passed to Google (which likely results in a broken map widget).
  65. enableGoogleMaps = true
  66. googleMapsApiKey = "AIzaSyCFhtWLJcE30xOAjcbSFi-0fnoVmQZPb1Y"
  67. latitude = "-12.043333"
  68. longitude = "-77.028333"
  69. # Style options: default (light-blue), blue, green, marsala, pink, red, turquoise, violet
  70. style = "default"
  71. # Since this template is static, the contact form uses www.formspree.io as a
  72. # proxy. The form makes a POST request to their servers to send the actual
  73. # email. Visitors can send up to a 50 emails each month for free.
  74. #
  75. # What you need to do for the setup?
  76. #
  77. # - register your account to https://formspree.io/register
  78. # - login and create new form
  79. # - set your form's endpoint url under 'formspree_action' below
  80. # - upload the generated site to your server
  81. # - test a dummy email yourself
  82. # - you're done. Happy mailing!
  83. #
  84. # Enable the contact form by entering your Formspree.io endpoint url
  85. formspree_action = "https://formspree.io/sample/of/endpoint"
  86. contact_form_ajax = false
  87. about_us = '幸福經紀人'
  88. copyright = "幸福經紀人"
  89. # Format dates with Go's time formatting
  90. date_format = "January 2, 2006"
  91. logo = "img/Choozmo cloud logo.png"
  92. logo_small = "img/Choozmo cloud logo.png"
  93. address = """<p class="text-uppercase"><strong>集仕多股份有限公司</strong>
  94. <br>新竹縣竹北市復興二路229號9樓之9
  95. <br>聯絡電話:036670804
  96. <br>聯絡信箱:service@choozmo.com
  97. </p>
  98. """
  99. [permalinks]
  100. blog = "/blog/:year/:month/:day/:filename/"
  101. # Enable or disable top bar with social icons
  102. [params.topbar]
  103. enable = false
  104. text = """<p class="hidden-sm hidden-xs">Contact us on +420 777 555 333 or hello@universal.com.</p>
  105. <p class="hidden-md hidden-lg"><a href="#" data-animate-hover="pulse"><i class="fas fa-phone"></i></a>
  106. <a href="#" data-animate-hover="pulse"><i class="fas fa-envelope"></i></a>
  107. </p>
  108. """
  109. # Enable and disable widgets for the right sidebar
  110. [params.widgets]
  111. categories = true
  112. tags = true
  113. search = true
  114. [params.carousel]
  115. enable = true
  116. # All carousel items are defined in their own files. You can find example items
  117. # at 'exampleSite/data/carousel'.
  118. # For more informtion take a look at the README.
  119. [params.visualfeature]
  120. enable = true
  121. # All features are defined in their own files. You can find example items
  122. # at 'exampleSite/data/features'.
  123. # For more informtion take a look at the README.
  124. [params.features]
  125. enable = true
  126. # All features are defined in their own files. You can find example items
  127. # at 'exampleSite/data/features'.
  128. # For more informtion take a look at the README.
  129. [params.testimonials]
  130. enable = true
  131. # All testimonials are defined in their own files. You can find example items
  132. # at 'exampleSite/data/testimonials'.
  133. # For more informtion take a look at the README.
  134. title = "服務項目"
  135. subtitle = "我們替您傳遞價值,將值得說的,好好說得精采"
  136. [params.videos]
  137. enable = true
  138. title = "Testimonials"
  139. subtitle = "We have worked w"
  140. [params.comparison]
  141. enable = true
  142. [params.see_more]
  143. enable = false
  144. icon = "far fa-file-alt"
  145. title = "Do you want to see more?"
  146. subtitle = "We have prepared for you more than 40 different HTML pages, including 5 variations of homepage."
  147. link_url = "#"
  148. link_text = "Check other homepages"
  149. [params.steps]
  150. enable = true
  151. [params.clients]
  152. enable = false
  153. # All clients are defined in their own files. You can find example items
  154. # at 'exampleSite/data/clients'.
  155. # For more informtion take a look at the README.
  156. title = "合作夥伴"
  157. subtitle = ""
  158. [params.recent_posts]
  159. enable = false
  160. title = "From our blog"
  161. 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."