readme inline code
This commit is contained in:
parent
eb778774d0
commit
563664174f
|
@ -88,7 +88,7 @@ toc: false
|
||||||
|
|
||||||
## Localization
|
## 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/)
|
[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.
|
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
|
## Getting help
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user