From faf7e03ced25e361dd82756faa7a2b0f1714b663 Mon Sep 17 00:00:00 2001 From: Theodoros Ploumis Date: Sat, 6 May 2023 18:53:16 +0300 Subject: [PATCH] Add instagram link on top --- config.toml | 11 ++++++++--- readme.md | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 9b48480..692c7eb 100644 --- a/config.toml +++ b/config.toml @@ -55,21 +55,26 @@ paginate = 10 pre = "" [[menu.topbar]] weight = 4 + name = "Instagram" + url = "https://instagram.com/serrestech" + pre = "" +[[menu.topbar]] + weight = 5 name = "Twitter" url = "https://twitter.com/serrestech" pre = "" [[menu.topbar]] - weight = 5 + weight = 6 name = "Youtube" url = "https://www.youtube.com/channel/UCYmD_me-cgDR4GKcj8AQt0Q/" pre = "" [[menu.topbar]] - weight = 6 + weight = 7 name = "RSS" url = "/index.xml" pre = "" [[menu.topbar]] - weight = 7 + weight = 8 name = "Email" url = "mailto:info@serrestech.gr" pre = "" diff --git a/readme.md b/readme.md index 9acda9b..3498c4f 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ We are an **open, non-profit community** for anyone interested in software devel ## About the website -This is a static static that is generated by [Hugo](https://gohugo.io). +This is a static static that is generated by [Hugo](https://gohugo.io) and served by [Netlify](https://netlify.com). Before trying to update content and submit changes to Github please install **Hugo** and follow the instructions bellow.