hugo/helpers
Bjørn Erik Pedersen 6413559f75 Add a way to disable one or more languages
This commit adds a new config setting:

```toml
disableLanguages = ["fr"]
```

If this is a multilingual site:

* No site for the French language will be created
* French content pages will be ignored/not read
* The French language configuration (menus etc.) will also be ignored

This makes it possible to start translating new languages and turn it on when you're happy etc.

Fixes #4297
Fixed #4329
2018-01-26 14:04:14 +01:00
..
baseURL.go
baseURL_test.go
content.go
content_renderer.go helpers: Avoid unescape in highlight 2018-01-23 09:48:04 +01:00
content_renderer_test.go
content_test.go
emoji.go
emoji_test.go
general.go
general_test.go
hugo.go releaser: Prepare repository for 0.35-DEV 2018-01-22 12:08:54 +00:00
hugo_test.go
language.go Add a way to disable one or more languages 2018-01-26 14:04:14 +01:00
language_test.go
path.go
path_test.go
pathspec.go Fix URLs for bundle resources in multihost mode 2018-01-06 10:29:13 +01:00
pathspec_test.go Fix URLs for bundle resources in multihost mode 2018-01-06 10:29:13 +01:00
processing_stats.go
pygments.go
pygments_test.go
testhelpers_test.go
url.go Fix URLs for bundle resources in multihost mode 2018-01-06 10:29:13 +01:00
url_test.go