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 /README.md
parentdd1ab976fe01366ccaf334e87bbcd7076f16b7fb (diff)
💬 Update git references (#107)
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 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.