config.toml 5.5 KB

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