Hugo.toml
This commit is contained in:
@@ -19,7 +19,7 @@ theme = "hugo-profile"
|
|||||||
enable = true
|
enable = true
|
||||||
title = "About Me"
|
title = "About Me"
|
||||||
content = "Systems Engineer passionate about home labs, networking, and automation."
|
content = "Systems Engineer passionate about home labs, networking, and automation."
|
||||||
image = "img/about.jpg"
|
image = "img/avatar.jpg"
|
||||||
|
|
||||||
[params.experience]
|
[params.experience]
|
||||||
enable = true
|
enable = true
|
||||||
@@ -43,22 +43,4 @@ theme = "hugo-profile"
|
|||||||
experience = true
|
experience = true
|
||||||
education = true
|
education = true
|
||||||
projects = true
|
projects = true
|
||||||
contact = 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