From 69c438e4b5f10173e7845d7c7f911c8d30f08b85 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Sat, 26 Sep 2020 21:51:23 -0400 Subject: [PATCH] Added Google Scholar to home page --- config.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.toml b/config.toml index 266a0cb..7320978 100644 --- a/config.toml +++ b/config.toml @@ -71,6 +71,13 @@ theme = "pulp" url = "https://github.com/brandon-rozek" weight = 80 +[[menu.main]] + identifier = "scholar" + name = "Google Scholar" + pre = "" + url = "https://scholar.google.com/citations?user=JrgtnwgAAAAJ&hl=en&oi=ao" + weight = 85 + [[menu.main]] identifier = "email" name = "Email"