#101: Simplifying environment detection

This commit is contained in:
Maksim Iakunin 2021-10-05 16:18:47 +03:00
parent f996392dda
commit 4d405ead5d
No known key found for this signature in database
GPG key ID: 629DE6EA48DAF1F4
4 changed files with 7 additions and 9 deletions

View file

@ -167,9 +167,7 @@ Icon should be "static/fa-icons/google.svg"
If you want font awesome icons, download "Font Awesome For Desktop" and open svg directory.
### Google Analytics
Only works for production environment. You either build your site with variable like
`HUGO_ENV=production hugo --minify`
or just put `env: production` to `params` section of config.
Only works for production environment.
### Multilingual mode
Check config/example usage in [exampleSiteMultilingual](https://github.com/Mitrichius/hugo-theme-anubis/tree/master/exampleSiteMultilingual) directory and documentation on [Hugo site](https://gohugo.io/content-management/multilingual/).