From 9386c290c3dcb4e2619aae539d19aff93da13ef4 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Fri, 28 Aug 2020 19:09:03 +0530 Subject: [PATCH] for https://github.com/adityatelange/hugo-PaperMod/commit/df457f751477fb44f0737e33fea29130eec32c9f * it won't be rendered tho --- config.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.toml b/config.toml index 1472845b..1a4b716e 100644 --- a/config.toml +++ b/config.toml @@ -21,6 +21,14 @@ theme = "hugo-PaperMod" imageUrl = "#" imageTitle = "my image" + [[params.profileMode.buttons]] + name = "Archives" + url = "archives" + + [[params.profileMode.buttons]] + name = "Tags" + url = "tags" + [params.homeInfoParams] Title = "Hi there 👋" Content = "Welcome to my blog"