diff --git a/package.json b/package.json index 201594f..bdcdd2b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "An elegant and classy Hugo theme based on the Bootstrap v5 blog example.", "repository": { "type": "git", - "url": "https://github.com/alanorth/hugo-theme-bootstrap5-blog.git" + "url": "https://git.sr.ht/~alanorth/hugo-theme-bootstrap5-blog" }, "scripts": { "css": "npm-run-all css-compile css-prefix css-minify", diff --git a/theme.toml b/theme.toml index 0391cf5..44338d3 100644 --- a/theme.toml +++ b/theme.toml @@ -1,8 +1,8 @@ name = "Hugo Bootstrap v5 Blog" license = "CC-BY-3.0" -licenselink = "https://github.com/alanorth/hugo-theme-bootstrap5-blog/blob/master/LICENSE.txt" +licenselink = "https://git.sr.ht/~alanorth/hugo-theme-bootstrap5-blog/tree/master/LICENSE.txt" description = "An elegant and classy Hugo theme based on the Bootstrap v5 blog example." -homepage = "https://github.com/alanorth/hugo-theme-bootstrap4-blog" +homepage = "https://git.sr.ht/~alanorth/hugo-theme-bootstrap5-blog" tags = ["bootstrap", "blog"] features = ["responsive", "blog"] min_version = 0.55