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-04-11 19:43:58 +0300
committerGitHub <noreply@github.com>2022-04-11 19:43:58 +0300
commit099812bdeb42af79f7a5b6d67687bc64c21c0ea8 (patch)
tree77d49484491c64dde479dd9a3749617249e00c2c
parentdd1ab976fe01366ccaf334e87bbcd7076f16b7fb (diff)
💬 Update git references (#107)
-rw-r--r--README.md12
-rw-r--r--archetypes/.gitkeep2
-rw-r--r--theme.toml2
3 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index e78cbb5..6572e08 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ https://hugo-theme-massively.netlify.com/
See the demo's configuration as an example:
-https://github.com/curttimson/hugo-theme-massively/blob/master/exampleSite/config-prod.toml
+https://github.com/curtiscde/hugo-theme-massively/blob/master/exampleSite/config-prod.toml
#### Hugo Internal Templates
The theme currently also supports the following ["internal templates" supplied by Hugo](https://gohugo.io/templates/internal/)
@@ -32,11 +32,11 @@ The cover image URL is hard-coded, therefore to replace this add an image to the
```
### Supported Languages
- - [English](https://github.com/curttimson/hugo-theme-massively/blob/master/i18n/en.toml)
- - [French](https://github.com/curttimson/hugo-theme-massively/blob/master/i18n/fr.toml)
- - [Japanese](https://github.com/curttimson/hugo-theme-massively/blob/master/i18n/ja.toml)
- - [Simplified Chinese](https://github.com/curttimson/hugo-theme-massively/blob/master/i18n/zh.toml)
- - [Spanish](https://github.com/curttimson/hugo-theme-massively/blob/master/i18n/es.toml)
+ - [English](https://github.com/curtiscde/hugo-theme-massively/blob/master/i18n/en.toml)
+ - [French](https://github.com/curtiscde/hugo-theme-massively/blob/master/i18n/fr.toml)
+ - [Japanese](https://github.com/curtiscde/hugo-theme-massively/blob/master/i18n/ja.toml)
+ - [Simplified Chinese](https://github.com/curtiscde/hugo-theme-massively/blob/master/i18n/zh.toml)
+ - [Spanish](https://github.com/curtiscde/hugo-theme-massively/blob/master/i18n/es.toml)
## Custom Front Matter
- `disableComments` - If set to `true` this will disable comments on the post when Disqus is enabled.
diff --git a/archetypes/.gitkeep b/archetypes/.gitkeep
index d57d433..039d51e 100644
--- a/archetypes/.gitkeep
+++ b/archetypes/.gitkeep
@@ -2,4 +2,4 @@ Required to prevent error when folder isn't present.
https://discourse.gohugo.io/t/some-users-receiving-unable-to-find-archetypes-directory/12565
-https://github.com/curttimson/hugo-theme-massively/issues/34 \ No newline at end of file
+https://github.com/curtiscde/hugo-theme-massively/issues/34 \ No newline at end of file
diff --git a/theme.toml b/theme.toml
index ddcf1fa..119c0e2 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,6 +1,6 @@
name = "Massively"
license = "Creative Commons"
-licenselink = "https://github.com/curttimson/hugo-theme-massively/blob/master/LICENSE"
+licenselink = "https://github.com/curtiscde/hugo-theme-massively/blob/master/LICENSE"
description = "An elegant open-source and mobile-first theme"
homepage = "https://html5up.net/uploads/demos/massively/index.html"
tags = ["blog", "html5up"]