Browse Source

Merge branch 'master' of http://git.choozmo.com:3000/choozmo/bhouseWeb

weichen 3 years ago
parent
commit
d64679b59a
4 changed files with 13 additions and 5 deletions
  1. 8 3
      config.toml
  2. 2 2
      content/_index.md
  3. BIN
      static/img/home3/6.webp
  4. 3 0
      themes/hugo-lamp/layouts/_default/baseof.html

+ 8 - 3
config.toml

@@ -1,4 +1,5 @@
-baseURL = "http://dev.ptt.cx/"
+#baseURL = "http://dev.ptt.cx/"
+baseURL = "https://bhouse.com.tw/"
 
 #languageCode = "en-us"
 languageCode = "zh-TW"
@@ -223,7 +224,7 @@ identifier = "store"
 [[menu.main]]
 name = "設計專欄"
 url = "/blog"
-weight = 5
+weight = 4
 identifier = "blog"
 
 #[[menu.main]]
@@ -244,7 +245,11 @@ identifier = "blog"
 #weight = 3
 #parent = "blog"
 
-
+[[menu.main]]
+name = "線上預約"
+url = "https://lihi1.com/40Czj"
+weight = 5
+identifier = "reservation"
 
 #[[menu.main]]
 #name = "常見問題"

+ 2 - 2
content/_index.md

@@ -94,8 +94,8 @@ draft: false
         class="text-center"
         alt="小寶優居"
         src="/img/home3/6.webp"
-        width="5350"
-        height="5000"
+        width="4928"
+        height="3280"
         layout="responsive">
     </amp-img>
 </section>

BIN
static/img/home3/6.webp


+ 3 - 0
themes/hugo-lamp/layouts/_default/baseof.html

@@ -20,6 +20,9 @@
     {{ partial "head.html" . }}
   </head>
   <body style="background-color: #ffffff; color: #000000">
+    <!-- Google Tag Manager -->
+    <amp-analytics config="https://www.googletagmanager.com/amp.json?id=GTM-W5PRWTW&gtm.url=https://bhouse.com.tw" data-credentials="include"></amp-analytics>
+    
     {{ partial "header.html" . }} 
     {{ partial "sidebar.html" . }}
 	</br>