Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/invinciblycool/lekh.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRahul Tiwari <jprrahultiwari@gmail.com>2020-04-16 17:46:09 +0300
committerGitHub <noreply@github.com>2020-04-16 17:46:09 +0300
commitef263394e6d8553cf58559c61cc77dbd81c2e631 (patch)
tree5636ed0e6bdec43ab85fc31078e1dec11fbd7f4b
parent2a7a9b57ffedc0629467e3013a24dc66f723c562 (diff)
Add credits in theme.toml
-rw-r--r--theme.toml7
1 files changed, 6 insertions, 1 deletions
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"