diff options
| author | Franck Cuny <franck@fcuny.net> | 2021-12-20 14:30:49 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2021-12-20 14:30:49 -0800 |
| commit | b0385745b32b9853e31c1ccf53cf860e374f1ad0 (patch) | |
| tree | d0d94d733328d5ffa7427195cf7cf896946de7d4 /users/fcuny/notes/config.toml | |
| parent | build: push git branches / tags after deploy (diff) | |
| download | infra-b0385745b32b9853e31c1ccf53cf860e374f1ad0.tar.gz | |
menu: simplify the menu
Diffstat (limited to 'users/fcuny/notes/config.toml')
| -rw-r--r-- | users/fcuny/notes/config.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/fcuny/notes/config.toml b/users/fcuny/notes/config.toml index d600506..c126d16 100644 --- a/users/fcuny/notes/config.toml +++ b/users/fcuny/notes/config.toml @@ -17,6 +17,13 @@ enableGitInfo = true [menu] [[menu.main]] + identifier = "home" + name = "home" + title = "fcuny.net" + url = "/" + weight = 130 + + [[menu.main]] identifier = "articles" name = "blog" title = "articles" |
