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:
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.