update
This commit is contained in:
+29
-1
@@ -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"
|
||||
Reference in New Issue
Block a user