From 506a4686e7a9b21a50b64da536250093d358718c Mon Sep 17 00:00:00 2001 From: Rahul Tiwari Date: Thu, 16 Apr 2020 20:16:09 +0530 Subject: [PATCH] Add credits in theme.toml --- theme.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index 625882a..af94204 100644 --- a/theme.toml +++ b/theme.toml @@ -1,7 +1,7 @@ name = "Lekh" license = "MIT" licenselink = "https://github.com/invinciblycool/lekh/blob/master/LICENSE.md" -description = "A text focussed and minimal personal portfolio theme, inspired from https://github.com/vegarsti/vegarsti.github.io" +description = "A text focussed and minimal personal portfolio theme with dark mode." homepage = "https://github.com/invinciblycool/lekh" tags = ["minimal", "clean", "blog", "responsive", "personal", "simple", "minimalist", "portfolio", "text-focussed", "dark", "dark-mode", "rss"] features = ["blog", "Clean and minimal", "Responsive", "Social media links", "Markdown", "Text focussed", "Dark mode", "RSS feeds"] @@ -10,3 +10,8 @@ min_version = "0.38" [author] name = "Rahul Tiwari" homepage = "https://rtiwari.me/" + +[original] + author = "Vegard Stikbakke" + homepage = "https://www.vegardstikbakke.com/" + repo = "https://github.com/vegarsti/vegarsti.github.io"