added sources of information
All checks were successful
Build,test and deploy iamstephan.info / deploy-prod (push) Successful in 20s
All checks were successful
Build,test and deploy iamstephan.info / deploy-prod (push) Successful in 20s
This commit is contained in:
parent
067f495b55
commit
57c4cdd669
1 changed files with 18 additions and 1 deletions
17
hugo.toml
17
hugo.toml
|
@ -42,3 +42,20 @@ highlightjs = true
|
||||||
socialmarkup = true
|
socialmarkup = true
|
||||||
toc = true
|
toc = true
|
||||||
displayrssicon = false
|
displayrssicon = false
|
||||||
|
|
||||||
|
## Main Menu
|
||||||
|
[[menu.main]]
|
||||||
|
name = "about"
|
||||||
|
identifier = "about"
|
||||||
|
weight = 200
|
||||||
|
url = "https://stephan.hadan.de/about/"
|
||||||
|
[[menu.main]]
|
||||||
|
name = "projects"
|
||||||
|
identifier = "projects"
|
||||||
|
weight = 300
|
||||||
|
url = "https://stephan.hadan.de/projects/overview/"
|
||||||
|
[[menu.main]]
|
||||||
|
name = "techstack"
|
||||||
|
identifier = "techstack"
|
||||||
|
weight = 400
|
||||||
|
url = "https://techstack.hadan.de"
|
||||||
|
|
Loading…
Add table
Reference in a new issue