|
@@ -0,0 +1,284 @@
|
|
|
|
+#baseURL = "http://dev.ptt.cx/"
|
|
|
|
+baseURL = "https://bhouse.com.tw/"
|
|
|
|
+
|
|
|
|
+#languageCode = "en-us"
|
|
|
|
+languageCode = "zh-TW"
|
|
|
|
+title = "小寶優居-首購族首選 安心成家 室內設計品牌"
|
|
|
|
+theme = "hugo-lamp"
|
|
|
|
+googleAnalytics = "UA-XXX-X" # Google Analytics UA number
|
|
|
|
+paginate = 80
|
|
|
|
+
|
|
|
|
+publishDir = "C:/Data/hugo/bhouse_output/"
|
|
|
|
+#publishDir = "C:/wamp64/www/bhouse_output/"
|
|
|
|
+#publishDir = "/home/farm/farmoutput/bhouse"
|
|
|
|
+
|
|
|
|
+hasCJKLanguage = true
|
|
|
|
+summarylength = 80
|
|
|
|
+
|
|
|
|
+enableInlineShortcodes = true
|
|
|
|
+
|
|
|
|
+[markup]
|
|
|
|
+ [markup.goldmark.renderer]
|
|
|
|
+ unsafe=true
|
|
|
|
+
|
|
|
|
+############################### widgets #################################
|
|
|
|
+
|
|
|
|
+[params.widgets]
|
|
|
|
+#sidebar = ["recent_posts", "taxonomy_category", "taxonomy_tags"]
|
|
|
|
+sidebar = ["taxonomy_category"]
|
|
|
|
+
|
|
|
|
+#################### default parameters ################################
|
|
|
|
+[params]
|
|
|
|
+
|
|
|
|
+ mainSections = ["posts"]
|
|
|
|
+ subtitle = "Light responsive AMP theme"
|
|
|
|
+ paginate = 10
|
|
|
|
+
|
|
|
|
+ # Publisher
|
|
|
|
+ ## adsensePublisher = "ca-pub-XXX" # Required if you want to include Google Adsense
|
|
|
|
+ adsenseSlot = "XXX" # Required slot to display ads
|
|
|
|
+ adsenseSlotSticky = "XXX" # Enables sticky ads feature, value maybe the same with adsenseSlot, remove if you don't want display sticky ads
|
|
|
|
+
|
|
|
|
+ # SEO configs
|
|
|
|
+ seotitle = "小寶優居-首購族首選 安心成家 室內設計品牌"
|
|
|
|
+ googleSiteVerification = "google_site_verification_code" # Google Webmaster
|
|
|
|
+ msValidate = "bing_site_verification_code" # Bing Webmaster
|
|
|
|
+
|
|
|
|
+ # Social networks
|
|
|
|
+ github = "huyb1991"
|
|
|
|
+ twitter = "twitter_username"
|
|
|
|
+ linkedin = "linkedin_username"
|
|
|
|
+ facebook = "facebook_username"
|
|
|
|
+ google = "googleplus_id_number"
|
|
|
|
+ instagram = "instagram_username"
|
|
|
|
+ youtube = "youtube_username"
|
|
|
|
+ dribbble = "dribbble_username"
|
|
|
|
+ reddit = "reddit_username"
|
|
|
|
+
|
|
|
|
+home = "Home"
|
|
|
|
+logo = "/img/logo.png"
|
|
|
|
+# theme color
|
|
|
|
+# theme_color = "#41228e"
|
|
|
|
+theme_color = "#333333"
|
|
|
|
+# contact info
|
|
|
|
+phone = "03-659-0698"
|
|
|
|
+email = "contact@geminiopencloud.com"
|
|
|
|
+address = "新竹市東區公道五路二段158號11樓之3"
|
|
|
|
+# meta description
|
|
|
|
+author = "小寶優居"
|
|
|
|
+keywords = "小寶優居 | 小寶幽居 | 小寶家居 | 小寶 | ptt 評價 | 小優家居 | 小寶優居裝潢 | 小寶股份有限公司 | 優居 | bhouse | 小寶文創 | 收費 | 折扣 | 費用 | 台南小寶優居 | 小寶居家 | 台中 | 負評 | 熟成吐司 | 沙發"
|
|
|
|
+description = "小寶優居 | 用輕裝修、再搭配我們自己設計的家具與模組系統櫃,客製化你的成家預算,規畫你的第一間房。業界首創安心裝修服務,安心裝修、監工服務、履約保證,規劃師服務流程,門市諮詢、到府丈量、風格測驗、生活習慣調查與收納規劃、挑選設計家具與模組系統櫃、空間設計圖繪製、3D/VR設計圖討論、進場施工、施工完成"
|
|
|
|
+# google analytics
|
|
|
|
+google_analytics_id = "" # Your ID
|
|
|
|
+# copyright
|
|
|
|
+#copyright = "Copyright © 2020 a theme by [gethugothemes](https://gethugothemes.com)"
|
|
|
|
+copyright = "2020 © Gemini Open Cloud Computing Inc."
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+# preloader
|
|
|
|
+[params.preloader]
|
|
|
|
+enable = true
|
|
|
|
+preloader = "images/preloader.gif" # use png, jpg, svg or gif format
|
|
|
|
+
|
|
|
|
+# contact
|
|
|
|
+[params.contact]
|
|
|
|
+enable = false
|
|
|
|
+form_action = "#" # contact form works with : https://formspree.io
|
|
|
|
+
|
|
|
|
+# google map
|
|
|
|
+[params.map]
|
|
|
|
+enable = true
|
|
|
|
+gmap_api = "https://maps.googleapis.com/maps/api/js?key=&types=(cities)&libraries=places&language=en"
|
|
|
|
+map_latitude = "51.5223477"
|
|
|
|
+map_longitude = "-0.1622023"
|
|
|
|
+map_marker = "images/marker.png"
|
|
|
|
+
|
|
|
|
+# cookies
|
|
|
|
+[params.cookies]
|
|
|
|
+enable = true
|
|
|
|
+expire_days = 2
|
|
|
|
+
|
|
|
|
+# social site
|
|
|
|
+[[params.social]]
|
|
|
|
+icon = "ti-facebook"
|
|
|
|
+URL = "https://www.facebook.com/GeminiOpenCloud"
|
|
|
|
+
|
|
|
|
+[[params.social]]
|
|
|
|
+icon = "ti-instagram"
|
|
|
|
+URL = "#"
|
|
|
|
+
|
|
|
|
+[[params.social]]
|
|
|
|
+icon = "ti-dribbble"
|
|
|
|
+URL = "#"
|
|
|
|
+
|
|
|
|
+[[params.social]]
|
|
|
|
+icon = "ti-twitter-alt"
|
|
|
|
+URL = "https://twitter.com/GeminiGOCloud"
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+[taxonomies]
|
|
|
|
+ tag = "tags"
|
|
|
|
+ category = "categories"
|
|
|
|
+
|
|
|
|
+# menu
|
|
|
|
+[menu]
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+[[menu.main]]
|
|
|
|
+name = "首頁"
|
|
|
|
+url = "/"
|
|
|
|
+weight = 1
|
|
|
|
+identifier = "home"
|
|
|
|
+
|
|
|
|
+#[[menu.main]]
|
|
|
|
+#name = "理念與價值"
|
|
|
|
+#url = "/bhouse_core_spirit_and_value"
|
|
|
|
+#parent = "home"
|
|
|
|
+#weight = 1
|
|
|
|
+
|
|
|
|
+#[[menu.main]]
|
|
|
|
+#name = "家具規劃大綱"
|
|
|
|
+#url = "/bhouse_room_planner_service"
|
|
|
|
+#parent = "home"
|
|
|
|
+#weight = 2
|
|
|
|
+
|
|
|
|
+#[[menu.main]]
|
|
|
|
+#name = "可以為你做什麼"
|
|
|
|
+#url = "/what_bhouse_can_do_for_you"
|
|
|
|
+#parent = "home"
|
|
|
|
+#weight = 3
|
|
|
|
+
|
|
|
|
+#[[menu.main]]
|
|
|
|
+#name = "服務流程"
|
|
|
|
+#url = "/bhouse_service_process"
|
|
|
|
+#parent = "home"
|
|
|
|
+#weight = 4
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+[[menu.main]]
|
|
|
|
+name = "規劃師服務"
|
|
|
|
+url = "/room_planner"
|
|
|
|
+weight = 2
|
|
|
|
+identifier = "solution"
|
|
|
|
+
|
|
|
|
+#[[menu.main]]
|
|
|
|
+#name = "什麼是家具規劃師"
|
|
|
|
+#url = "/what_is_room_planner"
|
|
|
|
+#parent = "solution"
|
|
|
|
+#weight = 1
|
|
|
|
+
|
|
|
|
+#[[menu.main]]
|
|
|
|
+#name = "家具規劃師可以為你做什麼"
|
|
|
|
+#url = "/what_a_room_planner_can_do_for_you"
|
|
|
|
+#parent = "solution"
|
|
|
|
+#weight = 2
|
|
|
|
+
|
|
|
|
+#[[menu.main]]
|
|
|
|
+#name = "家具規劃師的專業"
|
|
|
|
+#url = "/expertise_of_the_room_planner"
|
|
|
|
+#parent = "solution"
|
|
|
|
+#weight = 3
|
|
|
|
+
|
|
|
|
+#[[menu.main]]
|
|
|
|
+#name = "誰需要家具規劃師"
|
|
|
|
+#url = "/who_would_need_a_room_planner"
|
|
|
|
+#parent = "solution"
|
|
|
|
+#weight = 4
|
|
|
|
+
|
|
|
|
+#[[menu.main]]
|
|
|
|
+#name = "服務流程 "
|
|
|
|
+#url = "/bhouse_room_planner_service_process"
|
|
|
|
+#parent = "solution"
|
|
|
|
+#weight = 5
|
|
|
|
+
|
|
|
|
+#[[menu.main]]
|
|
|
|
+#name = "家具規劃師團隊"
|
|
|
|
+#url = "/bhouse_room_planner_team"
|
|
|
|
+#parent = "solution"
|
|
|
|
+#weight = 6
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+[[menu.main]]
|
|
|
|
+name = "規劃作品集"
|
|
|
|
+url = "/collection"
|
|
|
|
+weight = 3
|
|
|
|
+identifier = "collection"
|
|
|
|
+
|
|
|
|
+[[menu.main]]
|
|
|
|
+name = "門市據點"
|
|
|
|
+url = "/store_north"
|
|
|
|
+weight = 3
|
|
|
|
+identifier = "store"
|
|
|
|
+
|
|
|
|
+#[[menu.main]]
|
|
|
|
+#name = "立即預約"
|
|
|
|
+#url = "https://simplybook.me/zh/"
|
|
|
|
+#weight = 4
|
|
|
|
+#identifier = "reservation"
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+[[menu.main]]
|
|
|
|
+name = "設計專欄"
|
|
|
|
+url = "/blog"
|
|
|
|
+weight = 4
|
|
|
|
+identifier = "blog"
|
|
|
|
+
|
|
|
|
+#[[menu.main]]
|
|
|
|
+#name = "驗屋交屋"
|
|
|
|
+#url = "/categories/home_inspection/"
|
|
|
|
+#weight = 1
|
|
|
|
+#parent = "blog"
|
|
|
|
+
|
|
|
|
+#[[menu.main]]
|
|
|
|
+#name = "裝修專業"
|
|
|
|
+#url = "/categories/expertise_in_interior_decorating/"
|
|
|
|
+#weight = 2
|
|
|
|
+#parent = "blog"
|
|
|
|
+
|
|
|
|
+#[[menu.main]]
|
|
|
|
+#name = "風格規劃"
|
|
|
|
+#url = "/categories/house_style_design/"
|
|
|
|
+#weight = 3
|
|
|
|
+#parent = "blog"
|
|
|
|
+
|
|
|
|
+#[[menu.main]]
|
|
|
|
+#name = "線上預約"
|
|
|
|
+#url = "https://lihi1.com/9tO7F"
|
|
|
|
+#weight = 5
|
|
|
|
+#identifier = "reservation"
|
|
|
|
+
|
|
|
|
+[[menu.main]]
|
|
|
|
+name = "常見問題"
|
|
|
|
+url = "/frequently_asked_questions"
|
|
|
|
+weight = 6
|
|
|
|
+identifier = "faq"
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+#[[menu.main]]
|
|
|
|
+#URL = "about"
|
|
|
|
+#name = "About"
|
|
|
|
+#weight = 10
|
|
|
|
+
|
|
|
|
+#[[menu.main]]
|
|
|
|
+#URL = "blog"
|
|
|
|
+#name = "Blog"
|
|
|
|
+#weight = 10
|
|
|
|
+
|
|
|
|
+#[[menu.main]]
|
|
|
|
+#URL = "portfolio"
|
|
|
|
+#name = "Portfolio"
|
|
|
|
+#weight = 10
|
|
|
|
+
|
|
|
|
+#[[menu.main]]
|
|
|
|
+#URL = "contact"
|
|
|
|
+#name = "Contact"
|
|
|
|
+#weight = 10
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+# default parameters
|
|
|
|
+
|