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

github.com/curttimson/hugo-theme-dopetrope.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2022-04-05 14:32:07 +0300
committerGitHub <noreply@github.com>2022-04-05 14:32:07 +0300
commit018e5c69bdcd75287865f53ebea9548f25a0a3c3 (patch)
tree67d2ca065a442c250365b324920504411ff0b768
parent32696ee140536d2b75cbca902f39d7d9a1bc6b2a (diff)
💬 Update git references (#43)v4.3.0
-rw-r--r--README.md2
-rw-r--r--layouts/partials/footer/copyright.html2
-rw-r--r--package-lock.json12
-rw-r--r--package.json10
-rw-r--r--theme.toml4
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 @@
<!-- Copyright -->
<div id="copyright">
<ul class="links">
- <li>&copy; {{ .Site.Title }}. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li><li>Hugo Port: <a href="https://curtistimson.co.uk">curttimson</a></li>
+ <li>&copy; {{ .Site.Title }}. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li><li>Hugo Port: <a href="https://curtiscode.dev">curtiscode</a></li>
</ul>
</div>
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]