hugo/source
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
..
content_directory_test.go
dirs.go
dirs_test.go
fileInfo.go
fileInfo_test.go source: Fix test on Windows 2017-12-28 13:54:23 +01:00
filesystem.go
filesystem_test.go
filesystem_unix_test.go
filesystem_windows_test.go
sourceSpec.go Add a way to disable one or more languages 2018-01-26 14:04:14 +01:00