hugo/commands
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
..
benchmark.go Fix hugo benchmark --renderToMemory 2018-01-06 10:37:04 +01:00
check.go
commandeer.go Implement Page bundling and image handling 2017-12-27 18:44:47 +01:00
convert.go Implement Page bundling and image handling 2017-12-27 18:44:47 +01:00
env.go
gen.go
genautocomplete.go
genchromastyles.go
gendoc.go
gendocshelper.go
genman.go
hugo.go Support pages without front matter 2018-01-26 09:17:27 +01:00
hugo_windows.go
import_jekyll.go Support pages without front matter 2018-01-26 09:17:27 +01:00
import_jekyll_test.go
limit_darwin.go
limit_others.go
list.go Implement Page bundling and image handling 2017-12-27 18:44:47 +01:00
list_config.go Implement Page bundling and image handling 2017-12-27 18:44:47 +01:00
new.go releaser: Bump versions for release of 0.34 2018-01-22 12:06:38 +00:00
new_test.go
release.go
server.go Add a way to disable one or more languages 2018-01-26 14:04:14 +01:00
server_test.go
static_syncer.go Implement Page bundling and image handling 2017-12-27 18:44:47 +01:00
undraft.go Support pages without front matter 2018-01-26 09:17:27 +01:00
undraft_test.go Support pages without front matter 2018-01-26 09:17:27 +01:00
version.go commands: Remove superflous BuildDate logic 2018-01-14 20:08:28 +01:00