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]
|
[languages.es]
|
||||||
weight = 2
|
weight = 2
|
||||||
|
|
||||||
[author]
|
[menu]
|
||||||
name = 'Eryn Wells'
|
[[menu.main]]
|
||||||
|
identifier = 'posts'
|
||||||
|
name = 'Posts'
|
||||||
|
url = '/posts/'
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = 'resume'
|
||||||
|
name = 'Résumé'
|
||||||
|
url = '/resume/'
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
twitter = 'erynofwales'
|
twitter = 'erynofwales'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue