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

github.com/EmielH/hallo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 54b3560..a66e5ba 100644
--- a/README.md
+++ b/README.md
@@ -36,9 +36,7 @@ Alternatively, you can tell Hugo to use the theme with the `server` command.
hugo server -t hallo
```
-### Additional information
-
-For more information, read the official [setup guide](https//gohugo.io/overview/installing/) of Hugo.
+_[Hugo setup guide](https//gohugo.io/overview/installing/)_
### Update the theme
@@ -95,7 +93,7 @@ It is possible to use an icon from [the solid set](https://fontawesome.com/icons
### Internationalisation (i18n)
-Tale supports using other languages than English. Language files for the texts Hallo uses are provided in the `i18n` directory. The default language is English. To switch languages, add the key `defaultContentLanguage` to your `config.toml` file. For example:
+Hallo supports using other languages than English. Language files for the texts Hallo uses are provided in the `i18n` directory. The default language is English. To switch languages, add the key `defaultContentLanguage` to your `config.toml` file. For example:
```
defaultContentLanguage = "nl"
@@ -105,7 +103,7 @@ To translate texts your site uses, add an `i18n` folder to your site.
Feel free to submit pull requests for other translations of Hallo's texts.
-[Hugo documentation for multilingual sites](//gohugo.io/content-management/multilingual/)
+_[Hugo documentation for multilingual sites](//gohugo.io/content-management/multilingual/)_
### Colours