This commit is contained in:
gurusabarish
2021-06-14 00:51:00 +05:30
parent 05404689aa
commit e29b979d57
2 changed files with 9 additions and 2 deletions
+4 -1
View File
@@ -25,7 +25,10 @@ params:
customMenus: customMenus:
- name: "Blog" - name: "Blog"
Url: "/blog" Url: "/blog"
- name: "V2"
Url: "https://v2.profile.gurusabarish.tech/blog/"
- name: "V1"
Url: "https://v1.profile.gurusabarish.tech/blog/"
# home # home
disable_home: false disable_home: false
profile_image: "/images/profile.png" profile_image: "/images/profile.png"
+5 -1
View File
@@ -1,4 +1,4 @@
baseURL: "https://example.com" baseURL: "https://profile.gurusabarish.tech"
languageCode: "en-us" languageCode: "en-us"
title: "Hugo-profile" title: "Hugo-profile"
@@ -25,6 +25,10 @@ params:
customMenus: customMenus:
- name: "Blog" - name: "Blog"
Url: "/blog" Url: "/blog"
- name: "V2"
Url: "https://v2.profile.gurusabarish.tech/blog/"
- name: "V1"
Url: "https://v1.profile.gurusabarish.tech/blog/"
# home # home
disable_home: false disable_home: false