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

github.com/rhnvrm/bodhi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohan Verma <hello@rohanverma.net>2020-05-19 23:08:05 +0300
committerRohan Verma <hello@rohanverma.net>2020-05-19 23:08:05 +0300
commitf6fe816774fb145b1288cdc5c88b91501ad32876 (patch)
treeb70576e1b1a889b4b6709386b96c3fd5523a5b6f
parent2b392edef0d237d2b9e820b12bb7963ae4bdd815 (diff)
fix: homepage url in theme toml
-rw-r--r--theme.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml
index 47fcb6b..6464769 100644
--- a/theme.toml
+++ b/theme.toml
@@ -2,7 +2,7 @@ name = "Bodhi Theme"
license = "MIT"
licenselink = "https://github.com/rhnvrm/bodhi/blob/master/LICENSE"
description = "A simple, minimal, personal website theme for Hugo."
-homepage = "https://rohanverma.net/hugo/themes/bodhi"
+homepage = "https://rohanverma.net/projects/bodhi"
tags = ["blog", "minimal", "simple", "personal", "google-analytics", "minimalist", "search"]
features = []
min_version = "0.70.0"