Added missing config.toml
This commit is contained in:
parent
8dea7799c1
commit
a93f586dde
1 changed files with 25 additions and 0 deletions
|
|
@ -29,3 +29,28 @@ theme = "dimension"
|
|||
medium = "github"
|
||||
icon = "github"
|
||||
link = "#"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Intro"
|
||||
weight = 10
|
||||
url = "#intro"
|
||||
[[menu.main]]
|
||||
name = "Work"
|
||||
weight = 20
|
||||
url = "#work"
|
||||
[[menu.main]]
|
||||
name = "About"
|
||||
weight = 30
|
||||
url = "#about"
|
||||
[[menu.main]]
|
||||
name = "Contact"
|
||||
weight = 40
|
||||
url = "#contact"
|
||||
[[menu.main]]
|
||||
name = "Elements"
|
||||
weight = 50
|
||||
url = "#elements"
|
||||
[[menu.main]]
|
||||
name = "Formspree"
|
||||
weight = 60
|
||||
url = "#formspree"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue