config.toml 5.9 KB

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