Add a menu
This commit is contained in:
parent
8c4dd830b9
commit
c913f1d450
1 changed files with 9 additions and 2 deletions
11
config.toml
11
config.toml
|
@ -10,8 +10,15 @@ defaultContentLanguage = 'en'
|
|||
[languages.es]
|
||||
weight = 2
|
||||
|
||||
[author]
|
||||
name = 'Eryn Wells'
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
identifier = 'posts'
|
||||
name = 'Posts'
|
||||
url = '/posts/'
|
||||
[[menu.main]]
|
||||
identifier = 'resume'
|
||||
name = 'Résumé'
|
||||
url = '/resume/'
|
||||
|
||||
[params]
|
||||
twitter = 'erynofwales'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue