config.toml 5.6 KB

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