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

github.com/zwbetz-gh/cupper-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwbetz-gh <37317628+zwbetz-gh@users.noreply.github.com>2020-06-02 04:49:59 +0300
committerGitHub <noreply@github.com>2020-06-02 04:49:59 +0300
commit563664174f6056ceef653464df99c75d6f71bca1 (patch)
treebce8339ce687cde7fd66f9aa00479d2c5dc7d79d
parenteb778774d016e297427241630d30697705b978f7 (diff)
readme inline code
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 120b030..3e6a74c 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ toc: false
## Localization
-The strings in the templates of this theme can be localized. Make a copy of <THEME_BASE_FOLDER>/i18n/en.yaml to <YOUR_SITE_FOLDER>/i18n/<YOUR_SITE_LANGUAGE>.yaml, and translate one by one, changing the 'translation' field.
+The strings in the templates of this theme can be localized. Make a copy of `<THEME_BASE_FOLDER>/i18n/en.yaml` to `<YOUR_SITE_FOLDER>/i18n/<YOUR_SITE_LANGUAGE>.yaml`, and translate one by one, changing the `translation` field.
[Here is a tutorial that goes more in depth about this.](https://regisphilibert.com/blog/2018/08/hugo-multilingual-part-2-i18n-string-localization/)
@@ -96,7 +96,7 @@ The strings in the templates of this theme can be localized. Make a copy of <THE
Instead of copying the theme's css file to your own installation and modifying this large file, you can provide a list of css files that will be loaded after the theme's one. This enables you to override individual style while getting theme updates when they come.
-Please see the params section of the example site config.yaml for more details.
+Please see the params section of the example site `config.yaml` for more details.
## Getting help