From 018e5c69bdcd75287865f53ebea9548f25a0a3c3 Mon Sep 17 00:00:00 2001 From: Curtis Timson Date: Tue, 5 Apr 2022 12:32:07 +0100 Subject: =?UTF-8?q?=F0=9F=92=AC=20Update=20git=20references=20(#43)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- layouts/partials/footer/copyright.html | 2 +- package-lock.json | 12 ++++++++++-- package.json | 10 +++++----- theme.toml | 4 ++-- 5 files changed, 19 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 48f4b0f..0c31261 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ https://hugo-theme-dopetrope.netlify.com/ See the demo's configuration as an example: -https://github.com/curttimson/hugo-theme-dopetrope/blob/master/exampleSite/config-prod.toml +https://github.com/curtiscde/hugo-theme-dopetrope/blob/master/exampleSite/config-prod.toml ### Front Matter diff --git a/layouts/partials/footer/copyright.html b/layouts/partials/footer/copyright.html index 13834e2..19be417 100644 --- a/layouts/partials/footer/copyright.html +++ b/layouts/partials/footer/copyright.html @@ -4,7 +4,7 @@ diff --git a/package-lock.json b/package-lock.json index fdcfd92..7304d1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,13 @@ { "name": "hugo-theme-dopetrope", - "version": "4.2.4", - "lockfileVersion": 1 + "version": "4.3.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "hugo-theme-dopetrope", + "version": "4.3.0", + "license": "Creative Commons Attribution" + } + } } diff --git a/package.json b/package.json index 0e8cdc2..ca5e24b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-theme-dopetrope", - "version": "4.2.4", + "version": "4.3.0", "description": "Hugo Theme Dopetrope", "main": "index.js", "scripts": { @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/curttimson/hugo-theme-dopetrope.git" + "url": "git+https://github.com/curtiscde/hugo-theme-dopetrope.git" }, "keywords": [ "hugo", @@ -18,7 +18,7 @@ "author": "Curtis Timson", "license": "Creative Commons Attribution", "bugs": { - "url": "https://github.com/curttimson/hugo-theme-dopetrope/issues" + "url": "https://github.com/curtiscde/hugo-theme-dopetrope/issues" }, - "homepage": "https://github.com/curttimson/hugo-theme-dopetrope#readme" -} + "homepage": "https://github.com/curtiscde/hugo-theme-dopetrope#readme" +} \ No newline at end of file diff --git a/theme.toml b/theme.toml index 5b09311..0cab75a 100644 --- a/theme.toml +++ b/theme.toml @@ -1,6 +1,6 @@ name = "Dopetrope" license = "Creative Commons" -licenselink = "https://github.com/curttimson/hugo-theme-dopetrope/blob/master/LICENSE.md" +licenselink = "https://github.com/curtiscde/hugo-theme-dopetrope/blob/master/LICENSE.md" description = "An elegant open-source and mobile-first theme" homepage = "https://html5up.net/uploads/demos/dopetrope/index.html" tags = ["blog", "html5up"] @@ -9,7 +9,7 @@ min_version = 0.19 [author] name = "Curtis Timson" - homepage = "https://curtistimson.co.uk/" + homepage = "https://curtiscode.dev/" # If porting an existing theme [original] -- cgit v1.2.3