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

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2022-02-21 21:19:09 +0300
committerGitHub <noreply@github.com>2022-02-21 21:19:09 +0300
commitfc9a5d2b5b8ff6b92eb14846ee840940b850e5e7 (patch)
tree745d131168aba1752484e8f659cd57bf7e995f11
parente2edb5fce8acfdd8fe9c6bb84c845f424a9a9bc3 (diff)
💬 Update footer link (#102)
-rw-r--r--i18n/en.toml2
-rw-r--r--i18n/es.toml2
-rw-r--r--i18n/fr.toml2
-rw-r--r--i18n/ja.toml2
-rw-r--r--i18n/zh.toml2
-rw-r--r--package-lock.json11
-rw-r--r--package.json2
-rw-r--r--theme.toml2
8 files changed, 17 insertions, 8 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 5463fb7..3cee18c 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -17,7 +17,7 @@
[COPYRIGHT_MESSAGE_1]
other = "Design: [HTML5 UP](https://html5up.net)"
[COPYRIGHT_MESSAGE_2]
- other = "Hugo Port: [curttimson](https://curtistimson.co.uk)"
+ other = "Hugo Port: [curtiscode](https://curtiscode.dev)"
[INTRO_CONTINUE]
other = "Continue"
[NAV_MENU]
diff --git a/i18n/es.toml b/i18n/es.toml
index a415f9e..69b424c 100644
--- a/i18n/es.toml
+++ b/i18n/es.toml
@@ -17,7 +17,7 @@
[COPYRIGHT_MESSAGE_1]
other = "Diseño: [HTML5 UP](https://html5up.net)"
[COPYRIGHT_MESSAGE_2]
- other = "Implementación Hugo: [curttimson](https://curtistimson.co.uk)"
+ other = "Implementación Hugo: [curtiscode](https://curtiscode.dev)"
[INTRO_CONTINUE]
other = "Continuar"
[NAV_MENU]
diff --git a/i18n/fr.toml b/i18n/fr.toml
index 2cd1bb6..8a276e8 100644
--- a/i18n/fr.toml
+++ b/i18n/fr.toml
@@ -17,7 +17,7 @@
[COPYRIGHT_MESSAGE_1]
other = "Design: [HTML5 UP](https://html5up.net)"
[COPYRIGHT_MESSAGE_2]
- other = "Hugo Port: [curttimson](https://curtistimson.co.uk)"
+ other = "Hugo Port: [curtiscode](https://curtiscode.dev)"
[INTRO_CONTINUE]
other = "Continuer"
[NAV_CONTACT]
diff --git a/i18n/ja.toml b/i18n/ja.toml
index 87ab80f..1675593 100644
--- a/i18n/ja.toml
+++ b/i18n/ja.toml
@@ -17,7 +17,7 @@
[COPYRIGHT_MESSAGE_1]
other = "Design: [HTML5 UP](https://html5up.net)"
[COPYRIGHT_MESSAGE_2]
- other = "Hugo Port: [curttimson](https://curtistimson.co.uk)"
+ other = "Hugo Port: [curtiscode](https://curtiscode.dev)"
[INTRO_CONTINUE]
other = "継続"
[NAV_CONTACT]
diff --git a/i18n/zh.toml b/i18n/zh.toml
index 099ccd1..e80cbd8 100644
--- a/i18n/zh.toml
+++ b/i18n/zh.toml
@@ -17,7 +17,7 @@
[COPYRIGHT_MESSAGE_1]
other = "Design: [HTML5 UP](https://html5up.net)"
[COPYRIGHT_MESSAGE_2]
- other = "Hugo Port: [curttimson](https://curtistimson.co.uk)"
+ other = "Hugo Port: [curtiscode](https://curtiscode.dev)"
[INTRO_CONTINUE]
other = "继续"
[NAV_CONTACT]
diff --git a/package-lock.json b/package-lock.json
index 1c32eaa..aa597ad 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,5 +1,14 @@
{
"name": "hugo-theme-massively",
"version": "6.0.0",
- "lockfileVersion": 1
+ "lockfileVersion": 2,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "hugo-theme-massively",
+ "version": "6.0.0",
+ "license": "ISC",
+ "devDependencies": {}
+ }
+ }
}
diff --git a/package.json b/package.json
index bb7dd41..dfe8986 100644
--- a/package.json
+++ b/package.json
@@ -23,4 +23,4 @@
},
"homepage": "https://github.com/curttimson/hugo-theme-massively#readme",
"devDependencies": {}
-}
+} \ No newline at end of file
diff --git a/theme.toml b/theme.toml
index 12d4963..ddcf1fa 100644
--- a/theme.toml
+++ b/theme.toml
@@ -9,7 +9,7 @@ min_version = "0.54.0"
[author]
name = "Curtis Timson"
- homepage = "https://curtistimson.co.uk/"
+ homepage = "https://curtiscode.dev/"
# If porting an existing theme
[original]