From 0f68d28622c19068bcc5663dd025f91214ef9b9d Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Sun, 2 May 2021 13:01:12 +0200 Subject: [PATCH] Add link to dotfiles --- config.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.toml b/config.toml index 64bed86..2d8513e 100644 --- a/config.toml +++ b/config.toml @@ -44,6 +44,12 @@ weight = 50 identifier = "bibliography" url = "/bibliography/" +[[menu.main]] +name = "Dotfiles" +weight = 60 +identifier = "dotfiles" +url = "https://dotfiles.tdehaeze.xyz/" + [[menu.main]] name = "Search" weight = 70