Skip to content

Zanata integration

Luc Didry requested to merge zanata-integration into master

To launch hugo with multiple config files (since I splitted the config file to make it translatable), use

hugo --config=config.toml,$(ls config/*toml | paste -sd "," -)

Targets hugo and serve have been added to the Makefile, to launch hugo and hugo serve with multiple config files without remembering the command.

Merge request reports