Hugo.toml
This commit is contained in:
@@ -19,7 +19,7 @@ theme = "hugo-profile"
|
||||
enable = true
|
||||
title = "About Me"
|
||||
content = "Systems Engineer passionate about home labs, networking, and automation."
|
||||
image = "img/about.jpg"
|
||||
image = "img/avatar.jpg"
|
||||
|
||||
[params.experience]
|
||||
enable = true
|
||||
@@ -44,21 +44,3 @@ theme = "hugo-profile"
|
||||
education = true
|
||||
projects = true
|
||||
contact = true
|
||||
|
||||
# Menu Configuration
|
||||
[[menu.main]]
|
||||
name = "About"
|
||||
url = "/#about"
|
||||
weight = 1
|
||||
[[menu.main]]
|
||||
name = "Experience"
|
||||
url = "/#experience"
|
||||
weight = 2
|
||||
[[menu.main]]
|
||||
name = "Projects"
|
||||
url = "/projects"
|
||||
weight = 3
|
||||
[[menu.main]]
|
||||
name = "Blog"
|
||||
url = "/posts"
|
||||
weight = 4
|
||||
|
||||
Reference in New Issue
Block a user