git

My personal website source code
Log | Files | Refs | Submodules | README | LICENSE

commit 9dab322e10ec56b61108a4fc298d076b0f097226
parent 147645ad34f95bf50fdeb3dcee290d4511233edf
Author: Luís Ferreira <contact@lsferreira.net>
Date:   Sat, 18 Dec 2021 18:55:35 +0000

hugo: add tasks to menu on hugo config

Signed-off-by: Luís Ferreira <contact@lsferreira.net>

Diffstat:
Mconfig.toml | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/config.toml b/config.toml @@ -25,6 +25,11 @@ enableGitInfo = true identifier = "projects" name = "Projects" url = "/projects" + weight = -3 + [[languages.en.menu.main]] + identifier = "tasks" + name = "Tasks" + url = "https://tasks.lsferreira.net" weight = -2 [[languages.en.menu.main]] identifier = "about"