This commit is contained in:
gurusabarish
2020-08-26 13:11:57 +05:30
parent 98b3e9eb20
commit 20888a56e0
17 changed files with 337 additions and 492 deletions
+29 -1
View File
@@ -1,3 +1,31 @@
baseURL = "https://hugo-blog0.netlify.app/"
languageCode = "en-us"
title = "My New Hugo Site"
title = "Hugo-blog"
# Navbar Menus
[[menu.main]]
name = "About"
url = "about"
weight = 2
[[menu.main]]
name = "Service"
url = "service"
weight = 3
[[menu.main]]
name = "Gallery"
url = "gallery"
weight = 4
[[menu.main]]
name = "Blog"
url = "blog"
weight = 5
[[menu.main]]
name = "Contact"
url = "contact"
weight = 6
[Author]
name = "Gurusabarish"
website = "https://github.com/gurusabarish"